Home
last modified time | relevance | path

Searched refs:L1CacheHandle (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DProcessorConv.c48 Pointer = (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE4, L1CacheHandle); in SmbiosFldProcessorType17()
50 …SetMem ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE4, L1CacheHandle), 2, 0… in SmbiosFldProcessorType17()
64 FieldOffset = (UINT16) OFFSET_OF (SMBIOS_TABLE_TYPE4, L1CacheHandle); in SmbiosFldProcessorType17()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c179 UINT16 L1CacheHandle=0;
430 GetCacheHandle( Smbios,1, &L1CacheHandle);
437 SmbiosRecord->L1CacheHandle = L1CacheHandle;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h159 UINT16 L1CacheHandle; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h768 UINT16 L1CacheHandle; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c422 PRINT_STRUCT_VALUE_H (Struct, Type4, L1CacheHandle); in SmbiosPrintStructure()