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 …]
836 ulong_t pending_sels = 0; in xen_uppc_setspl() local841 pending_sels |= cpe->pending_sel[i]; in xen_uppc_setspl()842 ASSERT(pending_sels); in xen_uppc_setspl()844 atomic_or_ulong(selp, pending_sels); in xen_uppc_setspl()
608 ulong_t pending_sels = 0; in xen_psm_setspl() local613 pending_sels |= cpe->pending_sel[i]; in xen_psm_setspl()614 ASSERT(pending_sels); in xen_psm_setspl()616 atomic_or_ulong(selp, pending_sels); in xen_psm_setspl()