Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_private.h214 #define xc_hypercall_bounce_pre(_xch, _name) xc__hypercall_bounce_pre(_xch, HYPERCALL_BUFFER(_name)) argument
216 #define xc_hypercall_bounce_post(_xch, _name) xc__hypercall_bounce_post(_xch, HYPERCALL_BUFFER(_nam… argument
/xen/tools/libxc/include/
A Dxenctrl.h346 #define xc_hypercall_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BU… argument
348 #define xc_hypercall_buffer_free(_xch, _name) xc__hypercall_buffer_free(_xch, HYPERCALL_BUFFER(_nam… argument
354 #define xc_hypercall_buffer_alloc_pages(_xch, _name, _nr) xc__hypercall_buffer_alloc_pages(_xch, HY… argument
356 #define xc_hypercall_buffer_free_pages(_xch, _name, _nr) \ argument
359 xc__hypercall_buffer_free_pages(_xch, HYPERCALL_BUFFER(_name), \
382 #define xc_hypercall_buffer_array_alloc(_xch, _array, _index, _name, _size) \ argument
383 xc__hypercall_buffer_array_alloc(_xch, _array, _index, HYPERCALL_BUFFER(_name), _size)
386 #define xc_hypercall_buffer_array_get(_xch, _array, _index, _name, _size) \ argument
387 xc__hypercall_buffer_array_get(_xch, _array, _index, HYPERCALL_BUFFER(_name))

Completed in 7 milliseconds