Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/events/
Devents_2l.c165 xen_ulong_t pending_words; in evtchn_2l_handle_events() local
188 pending_words = xchg_xen_ulong(&vcpu_info->evtchn_pending_sel, 0); in evtchn_2l_handle_events()
195 for (i = 0; pending_words != 0; i++) { in evtchn_2l_handle_events()
198 words = MASK_LSBS(pending_words, word_idx); in evtchn_2l_handle_events()
259 pending_words &= ~(1UL << word_idx); in evtchn_2l_handle_events()