Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/events/
Devents_fifo.c267 | EVTCHN_FIFO_LINK_MASK)); in clear_linked()
270 return w & EVTCHN_FIFO_LINK_MASK; in clear_linked()
/linux-4.1.27/include/xen/interface/
Devent_channel.h268 #define EVTCHN_FIFO_LINK_MASK ((1 << EVTCHN_FIFO_LINK_BITS) - 1) macro