Home
last modified time | relevance | path

Searched refs:xc__hypercall_buffer_alloc (Results 1 – 2 of 2) sorted by relevance

/tools/libs/ctrl/
A Dxc_hcall_buf.c46 void *xc__hypercall_buffer_alloc(xc_interface *xch, xc_hypercall_buffer_t *b, size_t size) in xc__hypercall_buffer_alloc() function
82 p = xc__hypercall_buffer_alloc(xch, b, b->sz); in xc__hypercall_bounce_pre()
150 buf = xc__hypercall_buffer_alloc(xch, hbuf, size); in xc__hypercall_buffer_array_alloc()
/tools/include/
A Dxenctrl.h316 void *xc__hypercall_buffer_alloc(xc_interface *xch, xc_hypercall_buffer_t *b, size_t size);
317 #define xc_hypercall_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BU…

Completed in 27 milliseconds