Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv.c284 union hv_synic_siefp siefp; in hv_hyp_synic_enable_regs() local
307 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() local
363 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 …]