Lines Matching refs:xc_hypercall_buffer_t
23 xc_hypercall_buffer_t XC__HYPERCALL_BUFFER_NAME(HYPERCALL_BUFFER_NULL) = {
29 void *xc__hypercall_buffer_alloc_pages(xc_interface *xch, xc_hypercall_buffer_t *b, int nr_pages) in xc__hypercall_buffer_alloc_pages()
41 void xc__hypercall_buffer_free_pages(xc_interface *xch, xc_hypercall_buffer_t *b, int nr_pages) in xc__hypercall_buffer_free_pages()
46 void *xc__hypercall_buffer_alloc(xc_interface *xch, xc_hypercall_buffer_t *b, size_t size) in xc__hypercall_buffer_alloc()
58 void xc__hypercall_buffer_free(xc_interface *xch, xc_hypercall_buffer_t *b) in xc__hypercall_buffer_free()
63 int xc__hypercall_bounce_pre(xc_interface *xch, xc_hypercall_buffer_t *b) in xc__hypercall_bounce_pre()
92 void xc__hypercall_bounce_post(xc_interface *xch, xc_hypercall_buffer_t *b) in xc__hypercall_bounce_post()
111 xc_hypercall_buffer_t *bufs;
118 xc_hypercall_buffer_t *bufs = NULL; in xc_hypercall_buffer_array_create()
142 xc_hypercall_buffer_t *hbuf, in xc__hypercall_buffer_array_alloc()
159 xc_hypercall_buffer_t *hbuf) in xc__hypercall_buffer_array_get()