HomeSort by: relevance | last modified time | path
    Searched refs:MSR_HV_GUEST_OS_ID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
hypervreg.h 39 #define MSR_HV_GUEST_OS_ID 0x40000000
131 #define CPUID_HV_MSR_HYPERCALL 0x0020 /* MSR_HV_GUEST_OS_ID
hyperv.c 538 wrmsr(MSR_HV_GUEST_OS_ID, MSR_HV_GUESTID_OSTYPE_NETBSD |
605 if (rdmsr(MSR_HV_GUEST_OS_ID) == 0) {
633 wrmsr(MSR_HV_GUEST_OS_ID, 0);

Completed in 14 milliseconds