Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hyperv/vmbus/
HDhyperv_reg.h60 #define MSR_HV_REFTSC_RSVD_MASK 0x0ffeULL macro
/freebsd-13-stable/sys/dev/hyperv/vmbus/amd64/
HDhyperv_machdep.c217 val = MSR_HV_REFTSC_ENABLE | (orig & MSR_HV_REFTSC_RSVD_MASK) | in hyperv_tsc_tcinit()