Home
last modified time | relevance | path

Searched refs:bind_pirq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Devent_channel.h233 struct evtchn_bind_pirq bind_pirq; member
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h313 evtchn_bind_pirq_t bind_pirq; member
/openbmc/linux/drivers/xen/events/
H A Devents_base.c847 struct evtchn_bind_pirq bind_pirq; in __startup_pirq() local
857 bind_pirq.pirq = pirq_from_irq(irq); in __startup_pirq()
859 bind_pirq.flags = info->u.pirq.flags & PIRQ_SHAREABLE ? in __startup_pirq()
861 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq()
866 evtchn = bind_pirq.port; in __startup_pirq()