Home
last modified time | relevance | path

Searched refs:CPUID_TM (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/cpufreq/
H A Dp4tcc.c125 if ((cpu_feature & (CPUID_ACPI | CPUID_TM)) != (CPUID_ACPI | CPUID_TM)) in p4tcc_identify()
/f-stack/freebsd/amd64/vmm/
H A Dx86.c380 regs[3] &= ~(CPUID_ACPI | CPUID_TM); in x86_emulate_cpuid()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h153 #define CPUID_TM 0x20000000 macro