Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dvm86.c504 if (cpu_feature & CPUID_VME) in vm86_initialize_pae()
568 if (cpu_feature & CPUID_VME) in vm86_initialize_nopae()
832 if (cpu_feature & CPUID_VME) in vm86_sysarch()
846 if ((cpu_feature & CPUID_VME) == 0) in vm86_sysarch()
H A Dmpboot.s87 2: testl $CPUID_VME,%edx
H A Dpmap.c556 ncr4 |= (cpu_feature & CPUID_VME) != 0 ? CR4_VME : 0; in __CONCAT()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h124 #define CPUID_VME 0x00000002 macro