Home
last modified time | relevance | path

Searched refs:MSR_HV_REFTSC_RSVD_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv_common_reg.h53 #define MSR_HV_REFTSC_RSVD_MASK 0x0ffeULL macro
/freebsd/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c220 val |= MSR_HV_REFTSC_ENABLE | (orig & MSR_HV_REFTSC_RSVD_MASK); in hyperv_tsc_tcinit()