Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/xen/events/
Devents_base.c2328 struct physdev_pirq_eoi_gmfn eoi_gmfn; in xen_init_IRQ() local
2331 eoi_gmfn.gmfn = virt_to_gfn(pirq_eoi_map); in xen_init_IRQ()
2332 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pirq_eoi_gmfn_v2, &eoi_gmfn); in xen_init_IRQ()