Searched refs:pending_sels (Results 1 – 3 of 3) sorted by relevance
1255 ulong_t pending_sels, pe, selbit; in xen_callback_handler() local1280 pending_sels = vci->evtchn_pending_sel; in xen_callback_handler()1282 pending_sels, 0) != pending_sels); in xen_callback_handler()1285 while ((i = ffs(pending_sels)) != 0) { in xen_callback_handler()1288 pending_sels &= ~selbit; in xen_callback_handler()1387 while ((pending_sels = cpe->pending_sel[pri]) != 0) { in xen_callback_handler()1388 i = ffs(pending_sels) - 1; in xen_callback_handler()1402 pending_sels = cpe->pending_sel[pri]; in xen_callback_handler()1403 pending_sels &= ~(1ul << i); in xen_callback_handler()1404 cpe->pending_sel[pri] = pending_sels; in xen_callback_handler()[all …]
837 ulong_t pending_sels = 0; in xen_uppc_setspl() local842 pending_sels |= cpe->pending_sel[i]; in xen_uppc_setspl()843 ASSERT(pending_sels); in xen_uppc_setspl()845 atomic_or_ulong(selp, pending_sels); in xen_uppc_setspl()
609 ulong_t pending_sels = 0; in xen_psm_setspl() local614 pending_sels |= cpe->pending_sel[i]; in xen_psm_setspl()615 ASSERT(pending_sels); in xen_psm_setspl()617 atomic_or_ulong(selp, pending_sels); in xen_psm_setspl()