Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dx86.c51 #define CPUID_VM_HIGH 0x40000000 macro
104 if (func > CPUID_VM_HIGH) in x86_emulate_cpuid()
105 func = CPUID_VM_HIGH; in x86_emulate_cpuid()
605 regs[0] = CPUID_VM_HIGH; in x86_emulate_cpuid()