Home
last modified time | relevance | path

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

/xen/xen/include/public/
A Devent_channel.h367 #define EVTCHN_FIFO_LINK_MASK ((1 << EVTCHN_FIFO_LINK_BITS) - 1) macro
/xen/xen/common/
A Devent_fifo.c84 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