Home
last modified time | relevance | path

Searched refs:L3CacheHandle (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DProcessorConv.c58 Pointer = (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE4, L3CacheHandle); in SmbiosFldProcessorType17()
60 …SetMem ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE4, L3CacheHandle), 2, 0… in SmbiosFldProcessorType17()
68 FieldOffset = (UINT16) OFFSET_OF (SMBIOS_TABLE_TYPE4, L3CacheHandle); in SmbiosFldProcessorType17()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c346 OUT EFI_SMBIOS_HANDLE *L3CacheHandle in AddSmbiosCacheTypeTable() argument
422 *L3CacheHandle = SmbiosHandle; in AddSmbiosCacheTypeTable()
458 EFI_SMBIOS_HANDLE L3CacheHandle; in AddSmbiosProcessorTypeTable() local
504 …Status = AddSmbiosCacheTypeTable (ProcessorNumber, &L1CacheHandle, &L2CacheHandle, &L3CacheHandle); in AddSmbiosProcessorTypeTable()
555 L3CacheHandle = 0xFFFF; in AddSmbiosProcessorTypeTable()
610 Type4Record->L3CacheHandle = L3CacheHandle; in AddSmbiosProcessorTypeTable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c181 UINT16 L3CacheHandle=0;
430 GetCacheHandle( Smbios,3, &L3CacheHandle);
437 SmbiosRecord->L3CacheHandle = L3CacheHandle;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h161 UINT16 L3CacheHandle; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h846 UINT16 L3CacheHandle; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c424 PRINT_STRUCT_VALUE_H (Struct, Type4, L3CacheHandle); in SmbiosPrintStructure()