Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dx86.c56 #define CPUID_VM_HIGH 0x40000000 macro
118 if (func > CPUID_VM_HIGH) in x86_emulate_cpuid()
119 func = CPUID_VM_HIGH; in x86_emulate_cpuid()
590 regs[0] = CPUID_VM_HIGH; in x86_emulate_cpuid()