Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/openssl/
H A Dossl_x86.c73 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()
/f-stack/freebsd/amd64/vmm/
H A Dx86.c398 regs[1] &= ~CPUID_HTT_CORES; in x86_emulate_cpuid()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h291 #define CPUID_HTT_CORES 0x00ff0000 macro
/f-stack/freebsd/x86/x86/
H A Dmptable.c968 logical_cpus = (cpu_procinfo & CPUID_HTT_CORES) >> 16; in mptable_hyperthread_fixup()
H A Dmp_x86.c361 (cpu_procinfo & CPUID_HTT_CORES) >> 16 : 1; in topo_probe_intel_0x4()