Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dfallback.c32 COPY_BACK(bind_pirq); in xen_event_channel_op_compat()
/Linux-v4.19/include/xen/interface/
Devent_channel.h233 struct evtchn_bind_pirq bind_pirq; member
/Linux-v4.19/drivers/xen/events/
Devents_base.c508 struct evtchn_bind_pirq bind_pirq; in __startup_pirq() local
518 bind_pirq.pirq = pirq_from_irq(irq); in __startup_pirq()
520 bind_pirq.flags = info->u.pirq.flags & PIRQ_SHAREABLE ? in __startup_pirq()
522 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq()
527 evtchn = bind_pirq.port; in __startup_pirq()