Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorCacheFunction.c149 SmbiosRecordL1->SystemCacheType = CacheTypeUnknown;
165 SmbiosRecordL2->SystemCacheType = CacheTypeInstruction;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.h57 CACHE_TYPE_DATA SystemCacheType; member
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
DPlatformSmbiosDxe.c724 dstType7.SystemCacheType = SmbiosT7->T7SystemCacheType; in CacheInfoUpdateSmbiosType7()
740 dstType7.SystemCacheType = SmbiosT7->T7SystemCacheType; in CacheInfoUpdateSmbiosType7()
756 dstType7.SystemCacheType = SmbiosT7->T7SystemCacheType; in CacheInfoUpdateSmbiosType7()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h214 UINT8 SystemCacheType; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1070 …UINT8 SystemCacheType; ///< The enumeration value from CACHE_TY… member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c498 DisplayCacheSystemCacheType (Struct->Type7->SystemCacheType, Option); in SmbiosPrintStructure()