Home
last modified time | relevance | path

Searched refs:TableEntry (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.c266 IN OUT VOID *TableEntry, in FilterSmbiosEntry() argument
277 DEBUG ((EFI_D_INFO, "Smbios Table (Type - %d):\n", ((SMBIOS_STRUCTURE *)TableEntry)->Type)); in FilterSmbiosEntry()
278 DEBUG_CODE (InternalDumpHex (TableEntry, TableEntrySize);); in FilterSmbiosEntry()
280 FilterStruct = GetFilterStructByType (((SMBIOS_STRUCTURE *)TableEntry)->Type); in FilterSmbiosEntry()
284 …ZeroMem ((UINT8 *)TableEntry + sizeof(SMBIOS_STRUCTURE), TableEntrySize - sizeof(SMBIOS_STRUCTURE)… in FilterSmbiosEntry()
288 … if (((SMBIOS_STRUCTURE *) TableEntry)->Length >= (Filter[Index].Offset + Filter[Index].Size)) { in FilterSmbiosEntry()
293 CopyMem (&StringId, (UINT8 *)TableEntry + Filter[Index].Offset, sizeof(StringId)); in FilterSmbiosEntry()
296 String = GetSmbiosStringById (TableEntry, StringId, &StringLen); in FilterSmbiosEntry()
303 ZeroMem ((UINT8 *)TableEntry + Filter[Index].Offset, Filter[Index].Size); in FilterSmbiosEntry()
309 …DEBUG ((EFI_D_INFO, "Filter Smbios Table (Type - %d):\n", ((SMBIOS_STRUCTURE *)TableEntry)->Type)); in FilterSmbiosEntry()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
DCrc32.c99 UINTN TableEntry; in RuntimeDriverInitializeCrc32Table() local
103 for (TableEntry = 0; TableEntry < 256; TableEntry++) { in RuntimeDriverInitializeCrc32Table()
104 Value = ReverseBits ((UINT32) TableEntry); in RuntimeDriverInitializeCrc32Table()
113 mCrcTable[TableEntry] = ReverseBits (Value); in RuntimeDriverInitializeCrc32Table()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
DPeiCrc32GuidedSectionExtractLib.c83 UINTN TableEntry; in PeiCrc32GuidedSectionExtractLibCalculateCrc32() local
96 for (TableEntry = 0; TableEntry < 256; TableEntry++) { in PeiCrc32GuidedSectionExtractLibCalculateCrc32()
97 Value = PeiCrc32GuidedSectionExtractLibReverseBits ((UINT32) TableEntry); in PeiCrc32GuidedSectionExtractLibCalculateCrc32()
105 CrcTable[TableEntry] = PeiCrc32GuidedSectionExtractLibReverseBits (Value); in PeiCrc32GuidedSectionExtractLibCalculateCrc32()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/SmbiosPlatformDxe/
DSmbiosPlatformDxe.c765 int TableEntry; in InstallStructures() local
766 for ( TableEntry=0; DefaultTables[TableEntry] != NULL; TableEntry++) in InstallStructures()
768 SmbiosHandle = ((EFI_SMBIOS_TABLE_HEADER*)DefaultTables[TableEntry])->Handle; in InstallStructures()
773 (EFI_SMBIOS_TABLE_HEADER*) DefaultTables[TableEntry] in InstallStructures()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiTpm.h121 EFI_CONFIGURATION_TABLE TableEntry[1]; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DExtendedSalBootService.h80 IN UINT8 *TableEntry,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/
DExtendedSalBootService.h91 IN UINT8 *TableEntry,
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h145 EFI_CONFIGURATION_TABLE TableEntry[1]; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DKeyBoard.c595 EFI_KEY_DESCRIPTOR *TableEntry; in SetKeyboardLayoutEvent() local
637 TableEntry = GetKeyDescriptor (UsbKeyboardDevice, KeyCode); in SetKeyboardLayoutEvent()
638 if (TableEntry == NULL) { in SetKeyboardLayoutEvent()
643 CopyMem (TableEntry, KeyDescriptor, sizeof (EFI_KEY_DESCRIPTOR)); in SetKeyboardLayoutEvent()
688 TableEntry = GetKeyDescriptor (UsbKeyboardDevice, 0x58); in SetKeyboardLayoutEvent()
690 CopyMem (TableEntry, KeyDescriptor, sizeof (EFI_KEY_DESCRIPTOR)); in SetKeyboardLayoutEvent()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
DTcgDxe.c841 HandoffTables.TableEntry[0].VendorGuid = gEfiMpServiceProtocolGuid; in MeasureHandoffTables()
842 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.c1033 HandoffTables.TableEntry[0].VendorGuid = gEfiMpServiceProtocolGuid; in MeasureHandoffTables()
1034 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c1681 HandoffTables.TableEntry[0].VendorGuid = gEfiMpServiceProtocolGuid; in MeasureHandoffTables()
1682 HandoffTables.TableEntry[0].VendorTable = ProcessorLocBuf; in MeasureHandoffTables()