Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/xen/events/
Devents_2l.c167 xen_ulong_t pending_words; in evtchn_2l_handle_events() local
190 pending_words = xchg_xen_ulong(&vcpu_info->evtchn_pending_sel, 0); in evtchn_2l_handle_events()
197 for (i = 0; pending_words != 0; i++) { in evtchn_2l_handle_events()
200 words = MASK_LSBS(pending_words, word_idx); in evtchn_2l_handle_events()
258 pending_words &= ~(1UL << word_idx); in evtchn_2l_handle_events()