Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv.c288 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_hyp_synic_enable_regs()
304 hv_set_msr(HV_MSR_SIMP, simp.as_uint64); in hv_hyp_synic_enable_regs()
356 simp.as_uint64 = hv_para_get_synic_register(HV_MSR_SIMP); in hv_para_synic_enable_regs()
360 hv_para_set_synic_register(HV_MSR_SIMP, simp.as_uint64); in hv_para_synic_enable_regs()
424 simp.as_uint64 = hv_get_msr(HV_MSR_SIMP); in hv_hyp_synic_disable_regs()
441 hv_set_msr(HV_MSR_SIMP, simp.as_uint64); in hv_hyp_synic_disable_regs()
474 simp.as_uint64 = hv_para_get_synic_register(HV_MSR_SIMP); in hv_para_synic_disable_regs()
476 hv_para_set_synic_register(HV_MSR_SIMP, simp.as_uint64); in hv_para_synic_disable_regs()
H A Dmshv_synic.c482 simp.as_uint64 = hv_get_non_nested_msr(HV_MSR_SIMP); in mshv_synic_cpu_init()
485 hv_set_non_nested_msr(HV_MSR_SIMP, simp.as_uint64); in mshv_synic_cpu_init()
579 hv_set_non_nested_msr(HV_MSR_SIMP, simp.as_uint64); in mshv_synic_cpu_exit()
640 simp.as_uint64 = hv_get_non_nested_msr(HV_MSR_SIMP); in mshv_register_doorbell()
642 hv_set_non_nested_msr(HV_MSR_SIMP, simp.as_uint64); in mshv_register_doorbell()
/linux/include/hyperv/
H A Dhvgdk_mini.h1154 #define HV_MSR_SIMP (HV_X64_MSR_SIMP) macro
1184 #define HV_MSR_SIMP (HV_REGISTER_SIMP) macro