Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_reg.h41 #define MSR_HV_SIMP 0x000A0013 macro
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_reg.h41 #define MSR_HV_SIMP 0x40000083 macro
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c770 orig = RDMSR(MSR_HV_SIMP); in vmbus_synic_setup()
774 WRMSR(MSR_HV_SIMP, val); in vmbus_synic_setup()
841 orig = RDMSR(MSR_HV_SIMP); in vmbus_synic_teardown()
842 WRMSR(MSR_HV_SIMP, (orig & MSR_HV_SIMP_RSVD_MASK)); in vmbus_synic_teardown()