Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86xpv/os/
H A Devtchn.c1255 ulong_t pending_sels, pe, selbit; in xen_callback_handler() local
1280 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 …]
/titanic_50/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c836 ulong_t pending_sels = 0; in xen_uppc_setspl() local
841 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()
H A Dxpv_psm.c608 ulong_t pending_sels = 0; in xen_psm_setspl() local
613 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()