Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dx86.c328 regs[2] &= ~(CPUID2_VMX | CPUID2_EST | CPUID2_TM2); in x86_emulate_cpuid()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h164 #define CPUID2_EST 0x00000080 macro
/f-stack/freebsd/x86/cpufreq/
H A Dest.c942 if (!(cpu_feature2 & CPUID2_EST)) in est_identify()