Searched refs:EVTCHN_FIFO_LINK_BITS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/xen/interface/
H A Devent_channel.h267 #define EVTCHN_FIFO_LINK_BITS 17 macro
268 #define EVTCHN_FIFO_LINK_MASK ((1 << EVTCHN_FIFO_LINK_BITS) - 1)
270 #define EVTCHN_FIFO_NR_CHANNELS (1 << EVTCHN_FIFO_LINK_BITS)

Completed in 88 milliseconds