Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Devent_fifo.h24 #define EVTCHN_FIFO_EVENT_WORDS_PER_PAGE (PAGE_SIZE / sizeof(event_word_t)) macro
26 (EVTCHN_FIFO_NR_CHANNELS / EVTCHN_FIFO_EVENT_WORDS_PER_PAGE)
/xen-4.10.0-shim-comet/xen/common/
A Devent_fifo.c36 p = port / EVTCHN_FIFO_EVENT_WORDS_PER_PAGE; in evtchn_fifo_word_from_port()
37 w = port % EVTCHN_FIFO_EVENT_WORDS_PER_PAGE; in evtchn_fifo_word_from_port()
579 slot = d->evtchn_fifo->num_evtchns / EVTCHN_FIFO_EVENT_WORDS_PER_PAGE; in add_page_to_event_array()
592 d->evtchn_fifo->num_evtchns += EVTCHN_FIFO_EVENT_WORDS_PER_PAGE; in add_page_to_event_array()

Completed in 3 milliseconds