Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.h78 struct physdev_eoi;
83 int xen_physdev_eoi_pirq(struct physdev_eoi *eoi);
H A Dxen_evtchn.c1917 int xen_physdev_eoi_pirq(struct physdev_eoi *eoi) in xen_physdev_eoi_pirq()
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h23 struct physdev_eoi { struct
27 typedef struct physdev_eoi physdev_eoi_t; argument
/openbmc/linux/include/xen/interface/
H A Dphysdev.h18 struct physdev_eoi { struct
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1652 struct physdev_eoi eoi; in kvm_xen_hcall_physdev_op()
/openbmc/linux/drivers/xen/events/
H A Devents_base.c825 struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) }; in eoi_pirq()