Searched refs:HV_MSR_SCONTROL (Results 1 – 3 of 3) sorted by relevance
320 sctrl.as_uint64 = hv_get_msr(HV_MSR_SCONTROL); in hv_synic_enable_regs()323 hv_set_msr(HV_MSR_SCONTROL, sctrl.as_uint64); in hv_synic_enable_regs()382 sctrl.as_uint64 = hv_get_msr(HV_MSR_SCONTROL); in hv_synic_disable_regs()384 hv_set_msr(HV_MSR_SCONTROL, sctrl.as_uint64); in hv_synic_disable_regs()
519 sctrl.as_uint64 = hv_get_non_nested_msr(HV_MSR_SCONTROL); in mshv_synic_init()521 hv_set_non_nested_msr(HV_MSR_SCONTROL, sctrl.as_uint64); in mshv_synic_init()590 sctrl.as_uint64 = hv_get_non_nested_msr(HV_MSR_SCONTROL); in mshv_synic_cleanup()592 hv_set_non_nested_msr(HV_MSR_SCONTROL, sctrl.as_uint64); in mshv_synic_cleanup()
1032 #define HV_MSR_SCONTROL (HV_X64_MSR_SCONTROL) macro1062 #define HV_MSR_SCONTROL (HV_REGISTER_SCONTROL) macro