Searched refs:CPUID_CACHE_PARAMS (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/ |
D | BaseXApicLib.c | 1070 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/ |
D | BaseXApicX2ApicLib.c | 1165 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/ |
D | Cpuid.c | 458 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/ |
D | Cpuid.h | 808 #define CPUID_CACHE_PARAMS 0x04 macro
|