Home
last modified time | relevance | path

Searched refs:L2CacheHandle (Results 1 – 6 of 6) 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/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c345 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/
DMiscProcessorInformationFunction.c180 UINT16 L2CacheHandle=0;
429 GetCacheHandle( Smbios,2, &L2CacheHandle);
436 SmbiosRecord->L2CacheHandle = L2CacheHandle;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h160 UINT16 L2CacheHandle; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h845 UINT16 L2CacheHandle; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c423 PRINT_STRUCT_VALUE_H (Struct, Type4, L2CacheHandle); in SmbiosPrintStructure()