Searched refs:CPUID_HTT_CORES (Results 1 – 5 of 5) sorted by relevance
73 if ((cpu_procinfo & CPUID_HTT_CORES) >> 16 <= max_cores) in ossl_cpuid()85 else if ((cpu_procinfo & CPUID_HTT_CORES) >> 16 == 0) in ossl_cpuid()
398 regs[1] &= ~CPUID_HTT_CORES; in x86_emulate_cpuid()
291 #define CPUID_HTT_CORES 0x00ff0000 macro
968 logical_cpus = (cpu_procinfo & CPUID_HTT_CORES) >> 16; in mptable_hyperthread_fixup()
361 (cpu_procinfo & CPUID_HTT_CORES) >> 16 : 1; in topo_probe_intel_0x4()