Home
last modified time | relevance | path

Searched refs:LevelType (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuService.c54 UINTN LevelType; in SmmGetProcessorLocation() local
98 LevelType = (RegEcx >> 8) & 0xff; in SmmGetProcessorLocation()
99 ASSERT (LevelType == CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_SMT); in SmmGetProcessorLocation()
116 LevelType = (RegEcx >> 8) & 0xff; in SmmGetProcessorLocation()
117 if (LevelType == CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_CORE) { in SmmGetProcessorLocation()
122 } while (LevelType != CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_INVALID); in SmmGetProcessorLocation()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DPeiMpServices.c57 UINTN LevelType; in ExtractProcessorLocation() local
103 LevelType = (RegEcx >> 8) & 0xff; in ExtractProcessorLocation()
104 ASSERT (LevelType == CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_SMT); in ExtractProcessorLocation()
114 LevelType = (RegEcx >> 8) & 0xff; in ExtractProcessorLocation()
115 if (LevelType == CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_CORE) { in ExtractProcessorLocation()
120 } while (LevelType != CPUID_EXTENDED_TOPOLOGY_LEVEL_TYPE_INVALID); in ExtractProcessorLocation()