Lines Matching defs:d

32 static inline event_word_t *evtchn_fifo_word_from_port(const struct domain *d,  in evtchn_fifo_word_from_port()
60 static void evtchn_fifo_init(struct domain *d, struct evtchn *evtchn) in evtchn_fifo_init()
106 static bool_t evtchn_fifo_set_link(struct domain *d, event_word_t *word, in evtchn_fifo_set_link()
142 struct domain *d = v->domain; in evtchn_fifo_set_pending() local
302 static void evtchn_fifo_clear_pending(struct domain *d, struct evtchn *evtchn) in evtchn_fifo_clear_pending()
319 static void evtchn_fifo_unmask(struct domain *d, struct evtchn *evtchn) in evtchn_fifo_unmask()
335 static bool evtchn_fifo_is_pending(const struct domain *d, in evtchn_fifo_is_pending()
343 static bool_t evtchn_fifo_is_masked(const struct domain *d, in evtchn_fifo_is_masked()
351 static bool_t evtchn_fifo_is_busy(const struct domain *d, in evtchn_fifo_is_busy()
359 static int evtchn_fifo_set_priority(struct domain *d, struct evtchn *evtchn, in evtchn_fifo_set_priority()
375 static void evtchn_fifo_print_state(struct domain *d, in evtchn_fifo_print_state()
403 static int map_guest_page(struct domain *d, uint64_t gfn, void **virt) in map_guest_page()
504 static int setup_event_array(struct domain *d) in setup_event_array()
513 static void cleanup_event_array(struct domain *d) in cleanup_event_array()
526 static void setup_ports(struct domain *d, unsigned int prev_evtchns) in setup_ports()
554 struct domain *d = current->domain; in evtchn_fifo_init_control() local
631 static int add_page_to_event_array(struct domain *d, unsigned long gfn) in add_page_to_event_array()
674 struct domain *d = current->domain; in evtchn_fifo_expand_array() local
687 void evtchn_fifo_destroy(struct domain *d) in evtchn_fifo_destroy()