Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/events/
Devents_2l.c168 xen_ulong_t pending_words; in evtchn_2l_handle_events() local
191 pending_words = xchg_xen_ulong(&vcpu_info->evtchn_pending_sel, 0); in evtchn_2l_handle_events()
198 for (i = 0; pending_words != 0; i++) { in evtchn_2l_handle_events()
201 words = MASK_LSBS(pending_words, word_idx); in evtchn_2l_handle_events()
259 pending_words &= ~(1UL << word_idx); in evtchn_2l_handle_events()