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.c54 #define CPUID_VM_HIGH CPUID_BHYVE_FEATURES macro
107 if (func > CPUID_VM_HIGH) in x86_emulate_cpuid()
108 func = CPUID_VM_HIGH; in x86_emulate_cpuid()
617 regs[0] = CPUID_VM_HIGH; in x86_emulate_cpuid()