Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h45 #define PHYSDEVOP_pirq_eoi_gmfn_v2 28 macro
353 #define PHYSDEVOP_pirq_eoi_gmfn PHYSDEVOP_pirq_eoi_gmfn_v2
/openbmc/linux/include/xen/interface/
H A Dphysdev.h38 #define PHYSDEVOP_pirq_eoi_gmfn_v2 28 macro
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1696 case PHYSDEVOP_pirq_eoi_gmfn_v2: /* FreeBSD 13 makes this hypercall */ in kvm_xen_hcall_physdev_op()
/openbmc/linux/drivers/xen/events/
H A Devents_base.c2321 rc = HYPERVISOR_physdev_op(PHYSDEVOP_pirq_eoi_gmfn_v2, &eoi_gmfn); in xen_init_IRQ()