Home
last modified time | relevance | path

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

/linux-6.15/drivers/xen/events/
H A Devents_base.c2300 struct physdev_pirq_eoi_gmfn eoi_gmfn; in xen_init_IRQ() local
2303 eoi_gmfn.gmfn = virt_to_gfn(pirq_eoi_map); in xen_init_IRQ()
2304 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pirq_eoi_gmfn_v2, &eoi_gmfn); in xen_init_IRQ()