Home
last modified time | relevance | path

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

/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()
/qemu/include/hw/xen/interface/
H A Dphysdev.h23 struct physdev_eoi { struct
27 typedef struct physdev_eoi physdev_eoi_t; argument
/qemu/target/i386/kvm/
H A Dxen-emu.c1657 struct physdev_eoi eoi; in kvm_xen_hcall_physdev_op()