Searched defs:bind_pirq (Results 1 - 1 of 1) sorted by relevance

/drivers/xen/events/
H A Devents_base.c505 struct evtchn_bind_pirq bind_pirq; local
515 bind_pirq.pirq = pirq_from_irq(irq);
517 bind_pirq.flags = info->u.pirq.flags & PIRQ_SHAREABLE ?
519 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq);
524 evtchn = bind_pirq.port;

Completed in 97 milliseconds