Home
last modified time | relevance | path

Searched refs:CPUID_ACPI (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.h145 #define CPUID_ACPI 0x00400000 macro