Home
last modified time | relevance | path

Searched refs:CPUID_HTT_CORES (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/crypto/openssl/
H A Dossl_x86.c83 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()
/freebsd/sys/amd64/vmm/
H A Dx86.c392 regs[1] &= ~CPUID_HTT_CORES; in x86_emulate_cpuid()
/freebsd/sys/x86/include/
H A Dspecialreg.h312 #define CPUID_HTT_CORES 0x00ff0000 macro
/freebsd/sys/x86/x86/
H A Dmptable.c1007 logical_cpus = (cpu_procinfo & CPUID_HTT_CORES) >> 16; in mptable_hyperthread_fixup()
H A Dmp_x86.c375 (cpu_procinfo & CPUID_HTT_CORES) >> 16 : 1; in topo_probe_intel_0x4()