Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Devent_fifo.h34 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array);
/xen-4.10.0-shim-comet/xen/common/
A Devent_fifo.c613 int evtchn_fifo_expand_array(const struct evtchn_expand_array *expand_array) in evtchn_fifo_expand_array() argument
622 rc = add_page_to_event_array(d, expand_array->array_gfn); in evtchn_fifo_expand_array()
A Devent_channel.c1184 struct evtchn_expand_array expand_array; in do_event_channel_op() local
1185 if ( copy_from_guest(&expand_array, arg, 1) != 0 ) in do_event_channel_op()
1187 rc = evtchn_fifo_expand_array(&expand_array); in do_event_channel_op()

Completed in 7 milliseconds