Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h45 #define CPUID_HV_MSR_HYPERCALL 0x0020 /* MSR_HV_GUEST_OS_ID macro
/freebsd/stand/efi/loader/
H A Dcopy.c56 #define CPUID_HV_MSR_HYPERCALL 0x0020 macro
84 if ((regs[0] & CPUID_HV_MSR_HYPERCALL) == 0) in running_on_hyperv()
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c169 if ((regs[0] & CPUID_HV_MSR_HYPERCALL) == 0) { in hyperv_identify_features()