Searched refs:physdev_eoi (Results 1 – 6 of 6) sorted by relevance
78 struct physdev_eoi;83 int xen_physdev_eoi_pirq(struct physdev_eoi *eoi);
1917 int xen_physdev_eoi_pirq(struct physdev_eoi *eoi) in xen_physdev_eoi_pirq()
23 struct physdev_eoi { struct27 typedef struct physdev_eoi physdev_eoi_t; argument
18 struct physdev_eoi { struct
1652 struct physdev_eoi eoi; in kvm_xen_hcall_physdev_op()
825 struct physdev_eoi eoi = { .irq = pirq_from_irq(data->irq) }; in eoi_pirq()