Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/vmbus/amd64/
HDhyperv_machdep.c184 (CPUID_HV_MSR_TIME_REFCNT | CPUID_HV_MSR_REFERENCE_TSC)) != in hyperv_tsc_tcinit()
185 (CPUID_HV_MSR_TIME_REFCNT | CPUID_HV_MSR_REFERENCE_TSC) || in hyperv_tsc_tcinit()
/freebsd-13-stable/sys/dev/hyperv/include/
HDhyperv.h41 #define CPUID_HV_MSR_TIME_REFCNT 0x0002 /* MSR_HV_TIME_REF_COUNT */ macro
/freebsd-13-stable/stand/efi/loader/
HDcopy.c56 #define CPUID_HV_MSR_TIME_REFCNT 0x0002 /* MSR_HV_TIME_REF_COUNT */ macro
87 if ((regs[0] & CPUID_HV_MSR_TIME_REFCNT) == 0) in running_on_hyperv()
/freebsd-13-stable/sys/dev/hyperv/vmbus/
HDhyperv.c248 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT) { in hyperv_init()