Searched refs:siefp (Results 1 – 1 of 1) sorted by relevance
284 union hv_synic_siefp siefp; in hv_hyp_synic_enable_regs() local307 siefp.as_uint64 = hv_get_msr(HV_MSR_SIEFP); in hv_hyp_synic_enable_regs()308 siefp.siefp_enabled = 1; in hv_hyp_synic_enable_regs()312 u64 base = (siefp.base_siefp_gpa << HV_HYP_PAGE_SHIFT) & in hv_hyp_synic_enable_regs()319 siefp.base_siefp_gpa = virt_to_phys(hv_cpu->hyp_synic_event_page) in hv_hyp_synic_enable_regs()323 hv_set_msr(HV_MSR_SIEFP, siefp.as_uint64); in hv_hyp_synic_enable_regs()351 union hv_synic_siefp siefp; in hv_para_synic_enable_regs() local363 siefp.as_uint64 = hv_para_get_synic_register(HV_MSR_SIEFP); in hv_para_synic_enable_regs()364 siefp.siefp_enabled = 1; in hv_para_synic_enable_regs()365 siefp.base_siefp_gpa = virt_to_phys(hv_cpu->para_synic_event_page) in hv_para_synic_enable_regs()[all …]