Home
last modified time | relevance | path

Searched refs:CPUID_CACHE_PARAMS (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c1070 if (MaxCpuIdIndex >= CPUID_CACHE_PARAMS) { in GetProcessorLocationByApicId()
1071 AsmCpuidEx(CPUID_CACHE_PARAMS, 0, &CacheParamsEax.Uint32, NULL, NULL, NULL); in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c1165 if (MaxCpuIdIndex >= CPUID_CACHE_PARAMS) { in GetProcessorLocationByApicId()
1166 AsmCpuidEx(CPUID_CACHE_PARAMS, 0, &CacheParamsEax.Uint32, NULL, NULL, NULL); in GetProcessorLocationByApicId()
/device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
DCpuid.c458 if (CPUID_CACHE_PARAMS > gMaximumBasicFunction) { in CpuidCacheParams()
465 CPUID_CACHE_PARAMS, CacheLevel, in CpuidCacheParams()
469 Print (L"CPUID_CACHE_PARAMS (Leaf %08x, Sub-Leaf %08x)\n", CPUID_CACHE_PARAMS, CacheLevel); in CpuidCacheParams()
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DCpuid.h808 #define CPUID_CACHE_PARAMS 0x04 macro