Searched refs:EntryPointStructure (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
H A DSmbiosPlatformDxe.c180 SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure; local
198 EntryPointStructure = GetXenSmbiosTables ();
199 if (EntryPointStructure != NULL) {
200 SmbiosTables = (UINT8*)(UINTN)EntryPointStructure->TableAddress;
211 if (EntryPointStructure == NULL) {
H A DX86Xen.c27 @param EntryPointStructure SMBIOS entry point structure
36 IN SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure
44 BytePtr = (UINT8*) EntryPointStructure;
45 Length = EntryPointStructure->EntryPointLength;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
H A DSmbiosDxe.c31 SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure = NULL; variable
47 // EntryPointStructure Length
427 if ((EntryPointStructure != NULL) &&
428 (EntryPointStructure->TableLength + StructureSize > SMBIOS_TABLE_MAX_LENGTH)) {
687 if ((EntryPointStructure != NULL) &&
688 (EntryPointStructure->TableLength + InputStrLen - TargetStrLen > SMBIOS_TABLE_MAX_LENGTH)) {
1055 if (EntryPointStructure == NULL) {
1057 // Initialize the EntryPointStructure with initial values.
1073 DEBUG ((EFI_D_ERROR, "SmbiosCreateTable () could not allocate EntryPointStructure < 4GB\n"));
1085 EntryPointStructure
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DLibSmbiosView.h81 @param[out] EntryPointStructure The pointer to populate.
85 OUT SMBIOS_TABLE_ENTRY_POINT **EntryPointStructure
91 @param[out] EntryPointStructure The pointer to populate.
95 OUT SMBIOS_TABLE_3_0_ENTRY_POINT **EntryPointStructure
H A DLibSmbiosView.c149 @param[out] EntryPointStructure The pointer to populate.
153 OUT SMBIOS_TABLE_ENTRY_POINT **EntryPointStructure
159 *EntryPointStructure = mSmbiosTable;
165 @param[out] EntryPointStructure The pointer to populate.
169 OUT SMBIOS_TABLE_3_0_ENTRY_POINT **EntryPointStructure
175 *EntryPointStructure = mSmbios64BitTable;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c793 SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure; local
801 EntryPointStructure = (SMBIOS_TABLE_ENTRY_POINT *) mRuntimeSmbiosEntryPoint;
808 EntryPointStructure,
809 EntryPointStructure->EntryPointLength
817 (VOID *)(UINTN) EntryPointStructure->TableAddress,
818 EntryPointStructure->TableLength
824 EntryPointStructure = (SMBIOS_TABLE_ENTRY_POINT *)(UINTN) mReserveSmbiosEntryPoint;
825 EntryPointStructure->TableAddress = (UINT32)(UINTN) mStructureTableAddress;
830 EntryPointStructure->IntermediateChecksum = 0;
831 EntryPointStructure
[all...]
H A DLegacyBios.c693 SMBIOS_TABLE_ENTRY_POINT *EntryPointStructure; local
706 EntryPointStructure = (SMBIOS_TABLE_ENTRY_POINT *) mRuntimeSmbiosEntryPoint;
720 EFI_SIZE_TO_PAGES ((UINTN) (EntryPointStructure->EntryPointLength)),
731 (mStructureTablePages < (UINTN) EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength))) {
747 mStructureTablePages = EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength);
757 EFI_SIZE_TO_PAGES ((UINTN) (EntryPointStructure->EntryPointLength))

Completed in 330 milliseconds