Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dhypervreg.h72 #define MSR_HV_REFTSC_RSVD_MASK 0x0ffeULL macro
Dhyperv.c266 msr = MSR_HV_REFTSC_ENABLE | (orig_msr & MSR_HV_REFTSC_RSVD_MASK) | in hyperv_tsc_tcinit()