Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_hcall_buf.c47 void *xc__hypercall_buffer_alloc(xc_interface *xch, xc_hypercall_buffer_t *b, size_t size) in xc__hypercall_buffer_alloc() function
83 p = xc__hypercall_buffer_alloc(xch, b, b->sz); in xc__hypercall_bounce_pre()
151 buf = xc__hypercall_buffer_alloc(xch, hbuf, size); in xc__hypercall_buffer_array_alloc()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h336 void *xc__hypercall_buffer_alloc(xc_interface *xch, xc_hypercall_buffer_t *b, size_t size);
337 #define xc_hypercall_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BU…

Completed in 6 milliseconds