Searched refs:LevelType (Results 1 – 2 of 2) sorted by relevance
54 UINTN LevelType; in SmmGetProcessorLocation() local98 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()
57 UINTN LevelType; in ExtractProcessorLocation() local103 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()