Searched refs:XEN_IPL2SIR (Results 1 – 2 of 2) sorted by relevance
384 iplmask &= ~(1ULL << XEN_IPL2SIR(ih->ih_level)); in evtchn_do_event()404 iplmask &= ~(1ULL << XEN_IPL2SIR(ih->ih_level)); in evtchn_do_event()802 evts->ev_imask |= (1 << XEN_IPL2SIR(ih->ih_level)); in intr_calculatemasks()850 int sir = XEN_IPL2SIR(ih->ih_level); in event_set_handler_xcall()925 int sir = XEN_IPL2SIR(level); in event_set_handler()1034 int sir = XEN_IPL2SIR(ih->ih_level); in event_remove_handler_xcall()
47 #define XEN_IPL2SIR(ipl) ((ipl) + (SIR_XENIPL_VM - IPL_VM)) macro