Searched refs:EVTCHN_FIFO_LINK_MASK (Results 1 – 2 of 2) sorted by relevance
367 #define EVTCHN_FIFO_LINK_MASK ((1 << EVTCHN_FIFO_LINK_BITS) - 1) macro
84 new = (old & ~((1 << EVTCHN_FIFO_BUSY) | EVTCHN_FIFO_LINK_MASK)) | link; in try_set_link()385 *word & EVTCHN_FIFO_LINK_MASK); in evtchn_fifo_print_state()
Completed in 5 milliseconds