Searched refs:CPUID_HTT_CORES (Results 1 – 5 of 5) sorted by relevance
83 if ((cpu_procinfo & CPUID_HTT_CORES) >> 16 <= max_cores) in ossl_cpuid()95 else if ((cpu_procinfo & CPUID_HTT_CORES) >> 16 == 0) in ossl_cpuid()
392 regs[1] &= ~CPUID_HTT_CORES; in x86_emulate_cpuid()
312 #define CPUID_HTT_CORES 0x00ff0000 macro
1007 logical_cpus = (cpu_procinfo & CPUID_HTT_CORES) >> 16; in mptable_hyperthread_fixup()
375 (cpu_procinfo & CPUID_HTT_CORES) >> 16 : 1; in topo_probe_intel_0x4()