Searched refs:CPUID_VM_HIGH (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/
H A Dx86.c53 #define CPUID_VM_HIGH 0x40000000 macro
107 if (*eax > CPUID_VM_HIGH)
108 *eax = CPUID_VM_HIGH;
470 regs[0] = CPUID_VM_HIGH;

Completed in 96 milliseconds