HomeSort by relevance Sort by last modified time
    Searched refs:TableLength (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/
SmBios.h 51 UINT16 TableLength;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h 47 UINT32 TableLength;
127 // TableLength and AllocatedSize fields of CPU_REGISTER_TABLE are set to 0.
128 // If TableLength is > 0, then elements of RegisterTableEntry are used to
137 // TableLength and AllocatedSize fields of CPU_REGISTER_TABLE are set to 0.
138 // If TableLength is > 0, then elements of RegisterTableEntry are used to
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c 25 | TableLength |--|-- (mS3BootScriptTablePtr = mS3BootScriptTableSmmPtr, After SmmReadyToLock InSmm)
36 | TableLength |----|-- | |
93 | TableLength |
154 CopyMem (mS3BootScriptTablePtr->TableBase + mS3BootScriptTablePtr->TableLength, &ScriptTerminate, sizeof (EFI_BOOT_SCRIPT_TERMINATE));
159 ScriptTableInfo->TableLength = mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE);
165 // NOTE: Here we did NOT adjust the mS3BootScriptTablePtr->TableLength to
166 // mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE).
402 mS3BootScriptTablePtr->BootTimeScriptLength = (UINT32) (mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMINATE));
566 UINT32 TableLength;
    [all...]
InternalBootScriptLib.h 76 UINT32 TableLength; // Record the actual memory length
BootScriptInternalFormat.h 36 UINT32 TableLength;
BootScriptExecute.c     [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
smbios.c 38 SmbiosEnd.Raw = (UINT8 *)(SmbiosTable->TableAddress + SmbiosTable->TableLength);
39 for (Index = 0; Index < SmbiosTable->TableLength ; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
SmbiosMeasurementDxe.c 408 @param TableLength SMBIOS table length
414 IN UINTN TableLength
422 TableAddressEnd = (VOID *)((UINTN)TableAddress + TableLength);
455 UINTN TableLength;
460 TableLength = 0;
521 DEBUG ((EFI_D_INFO, " TableLength - 0x%04x\n", SmbiosTable->TableLength));
530 TableLength = GetSmbiosTableLength (SmbiosTableAddress, Smbios3Table->TableMaximumSize);
533 TableLength = SmbiosTable->TableLength;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/
DetectSmbiosVersionLib.c 68 QemuAnchor.V2.TableLength != TablesSize ||
  /external/syslinux/efi32/include/efi/
libsmbios.h 34 UINT16 TableLength;
  /external/syslinux/efi64/include/efi/
libsmbios.h 34 UINT16 TableLength;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
libsmbios.h 34 UINT16 TableLength;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 91 // TableLength, TO BE FILLED
428 (EntryPointStructure->TableLength + StructureSize > SMBIOS_TABLE_MAX_LENGTH)) {
688 (EntryPointStructure->TableLength + InputStrLen - TargetStrLen > SMBIOS_TABLE_MAX_LENGTH)) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3Data.c 238 RegisterTable[Index].TableLength = 0;
243 RegisterTable[NumberOfCpus + Index].TableLength = 0;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
SmmScriptSave.c 125 Script.TableInfo->TableLength = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
159 Script.TableInfo->TableLength = (UINT32)(ScriptTablePtr - ScriptTableBase);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiBootScript.h 85 UINT32 TableLength;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCInit.c 197 AcpiCpuDataEx->RegisterTable.TableLength = 0;
202 AcpiCpuDataEx->PreSmmInitRegisterTable.TableLength = 0;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
LibSmbiosView.c 269 SmbiosEnd.Raw = Smbios.Raw + mSmbiosTable->TableLength;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 176 for (Index = 0; Index < RegisterTable->TableLength; Index++, RegisterTableEntry++) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 344 PtrEnd = Ptr + Table->TableLength;
731 (mStructureTablePages < (UINTN) EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength))) {
747 mStructureTablePages = EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength);
    [all...]
LegacyBootSupport.c 818 EntryPointStructure->TableLength
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 176 UINT8 TableLength;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 66 UINT16 TableLength;
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 56 /// The value required such that byte checksum of TableLength equals zero.
63 UINT8 TableLength;
    [all...]

Completed in 574 milliseconds

1 2