Home
last modified time | relevance | path

Searched refs:CPUID_VME (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/i386/i386/
H A Dvm86.c502 if (cpu_feature & CPUID_VME) in vm86_initialize_pae()
566 if (cpu_feature & CPUID_VME) in vm86_initialize_nopae()
830 if (cpu_feature & CPUID_VME) in vm86_sysarch()
844 if ((cpu_feature & CPUID_VME) == 0) in vm86_sysarch()
H A Dmpboot.S85 2: testl $CPUID_VME,%edx
H A Dpmap.c554 ncr4 |= (cpu_feature & CPUID_VME) != 0 ? CR4_VME : 0; in __CONCAT()
/freebsd-14.2/sys/x86/include/
H A Dspecialreg.h144 #define CPUID_VME 0x00000002 macro