Home
last modified time | relevance | path

Searched refs:expand_array (Results 1 – 3 of 3) sorted by relevance

/xen/common/
A Devent_channel.h56 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array);
63 static inline int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array) in evtchn_fifo_expand_array() argument
A Devent_fifo.c692 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array) in evtchn_fifo_expand_array() argument
701 rc = add_page_to_event_array(d, expand_array->array_gfn); in evtchn_fifo_expand_array()
A Devent_channel.c1489 struct evtchn_expand_array expand_array; in do_event_channel_op() local
1490 if ( copy_from_guest(&expand_array, arg, 1) != 0 ) in do_event_channel_op()
1492 rc = evtchn_fifo_expand_array(&expand_array); in do_event_channel_op()

Completed in 41 milliseconds