Home
last modified time | relevance | path

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

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