Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/events/
Devents_2l.c39 #define EVTCHN_FIRST_BIT(w) find_first_bit(BM(&(w)), BITS_PER_EVTCHN_WORD) macro
211 word_idx = EVTCHN_FIRST_BIT(words); in evtchn_2l_handle_events()
242 bit_idx = EVTCHN_FIRST_BIT(bits); in evtchn_2l_handle_events()