Home
last modified time | relevance | path

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

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