Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DProcessorConv.c53 Pointer = (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE4, L2CacheHandle); in SmbiosFldProcessorType17()
55 …SetMem ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE4, L2CacheHandle), 2, 0… in SmbiosFldProcessorType17()
66 FieldOffset = (UINT16) OFFSET_OF (SMBIOS_TABLE_TYPE4, L2CacheHandle); in SmbiosFldProcessorType17()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c180 UINT16 L2CacheHandle=0;
431 GetCacheHandle( Smbios,2, &L2CacheHandle);
438 SmbiosRecord->L2CacheHandle = L2CacheHandle;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h160 UINT16 L2CacheHandle; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h769 UINT16 L2CacheHandle; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c423 PRINT_STRUCT_VALUE_H (Struct, Type4, L2CacheHandle); in SmbiosPrintStructure()