Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h363 #define EVTCHN_FIFO_LINK_BITS 17 macro
364 #define EVTCHN_FIFO_LINK_MASK ((1 << EVTCHN_FIFO_LINK_BITS) - 1)
366 #define EVTCHN_FIFO_NR_CHANNELS (1 << EVTCHN_FIFO_LINK_BITS)
/xen-4.10.0-shim-comet/xen/common/
A Devent_fifo.c513 init_control->link_bits = EVTCHN_FIFO_LINK_BITS; in evtchn_fifo_init_control()

Completed in 4 milliseconds