Searched refs:L2CacheHandle (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | ProcessorConv.c | 53 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/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ |
D | ProcessorSubClass.c | 345 OUT EFI_SMBIOS_HANDLE *L2CacheHandle, in AddSmbiosCacheTypeTable() argument 419 *L2CacheHandle = SmbiosHandle; in AddSmbiosCacheTypeTable() 457 EFI_SMBIOS_HANDLE L2CacheHandle; in AddSmbiosProcessorTypeTable() local 504 …Status = AddSmbiosCacheTypeTable (ProcessorNumber, &L1CacheHandle, &L2CacheHandle, &L3CacheHandle); in AddSmbiosProcessorTypeTable() 554 L2CacheHandle = 0xFFFF; in AddSmbiosProcessorTypeTable() 609 Type4Record->L2CacheHandle = L2CacheHandle; in AddSmbiosProcessorTypeTable()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscProcessorInformationFunction.c | 180 UINT16 L2CacheHandle=0; 429 GetCacheHandle( Smbios,2, &L2CacheHandle); 436 SmbiosRecord->L2CacheHandle = L2CacheHandle;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 160 UINT16 L2CacheHandle; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 845 UINT16 L2CacheHandle; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 423 PRINT_STRUCT_VALUE_H (Struct, Type4, L2CacheHandle); in SmbiosPrintStructure()
|