Searched refs:event_word_t (Results 1 – 3 of 3) sorted by relevance
32 static inline event_word_t *evtchn_fifo_word_from_port(const struct domain *d, in evtchn_fifo_word_from_port()62 event_word_t *word; in evtchn_fifo_init()76 static int try_set_link(event_word_t *word, event_word_t *w, uint32_t link) in try_set_link()78 event_word_t new, old; in try_set_link()106 static bool_t evtchn_fifo_set_link(struct domain *d, event_word_t *word, in evtchn_fifo_set_link()109 event_word_t w; in evtchn_fifo_set_link()144 event_word_t *word; in evtchn_fifo_set_pending()224 event_word_t *tail_word; in evtchn_fifo_set_pending()304 event_word_t *word; in evtchn_fifo_clear_pending()322 event_word_t *word; in evtchn_fifo_unmask()[all …]
24 #define EVTCHN_FIFO_EVENT_WORDS_PER_PAGE (PAGE_SIZE / sizeof(event_word_t))29 event_word_t *event_array[EVTCHN_FIFO_MAX_EVENT_ARRAY_PAGES];
359 typedef uint32_t event_word_t; typedef
Completed in 5 milliseconds