Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dvm86.c501 if (cpu_feature & CPUID_VME) in vm86_initialize_pae()
565 if (cpu_feature & CPUID_VME) in vm86_initialize_nopae()
829 if (cpu_feature & CPUID_VME) in vm86_sysarch()
843 if ((cpu_feature & CPUID_VME) == 0) in vm86_sysarch()
H A Dmpboot.S85 2: testl $CPUID_VME,%edx
H A Dpmap.c544 ncr4 |= (cpu_feature & CPUID_VME) != 0 ? CR4_VME : 0; in __CONCAT()
/freebsd/sys/x86/include/
H A Dspecialreg.h142 #define CPUID_VME 0x00000002 macro