Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c84 return rdmsr(MSR_HV_TIME_REF_COUNT); in hyperv_get_timecount()
91 return (rdmsr(MSR_HV_TIME_REF_COUNT)); in hyperv_tc64_rdmsr()
/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h39 #define MSR_HV_TIME_REF_COUNT 0x40000020 macro
/freebsd/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c165 return (rdmsr(MSR_HV_TIME_REF_COUNT)); \