Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_reg.h39 #define MSR_HV_SCONTROL 0x000A0010 macro
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_reg.h39 #define MSR_HV_SCONTROL 0x40000080 macro
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c800 orig = RDMSR(MSR_HV_SCONTROL); in vmbus_synic_setup()
802 WRMSR(MSR_HV_SCONTROL, val); in vmbus_synic_setup()
824 orig = RDMSR(MSR_HV_SCONTROL); in vmbus_synic_teardown()
825 WRMSR(MSR_HV_SCONTROL, (orig & MSR_HV_SCTRL_RSVD_MASK)); in vmbus_synic_teardown()