Home
last modified time | relevance | path

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

/qemu/hw/i386/kvm/
H A Dxen_evtchn.h77 struct physdev_unmap_pirq;
82 int xen_physdev_unmap_pirq(struct physdev_unmap_pirq *unmap);
H A Dxen_evtchn.c1904 int xen_physdev_unmap_pirq(struct physdev_unmap_pirq *unmap) in xen_physdev_unmap_pirq()
/qemu/include/hw/xen/interface/
H A Dphysdev.h163 struct physdev_unmap_pirq { struct
169 typedef struct physdev_unmap_pirq physdev_unmap_pirq_t; argument
/qemu/target/i386/kvm/
H A Dxen-emu.c1638 struct physdev_unmap_pirq unmap; in kvm_xen_hcall_physdev_op()