Searched refs:HYPERCALL_BUFFER (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_private.h | 194 #define HYPERCALL_BOUNCE_SET_SIZE(_buf, _sz) do { (HYPERCALL_BUFFER(_buf))->sz = _sz; } while (0) 202 #define HYPERCALL_BOUNCE_SET_DIR(_buf, _dir) do { if ((HYPERCALL_BUFFER(_buf))->hbuf) \ 204 (HYPERCALL_BUFFER(_buf))->dir = _dir; \ 212 #define xc_hypercall_bounce_pre(_xch, _name) xc__hypercall_bounce_pre(_xch, HYPERCALL_BUFFER(_name)) 214 #define xc_hypercall_bounce_post(_xch, _name) xc__hypercall_bounce_post(_xch, HYPERCALL_BUFFER(_nam…
|
A D | xc_resource.c | 109 rc = do_multicall_op(xch, HYPERCALL_BUFFER(call_list), nr_ops); in xc_resource_op_multi()
|
A D | xc_misc.c | 737 (HYPERCALL_BUFFER(info))->ubuf = info + *done; in xc_livepatch_list() 738 (HYPERCALL_BUFFER(name))->ubuf = name + (sz * *done); in xc_livepatch_list() 739 (HYPERCALL_BUFFER(len))->ubuf = len + *done; in xc_livepatch_list()
|
A D | xc_private.c | 525 rc = do_xen_version(xch, cmd, HYPERCALL_BUFFER(arg)); in xc_version()
|
A D | xc_sr_restore.c | 434 HYPERCALL_BUFFER(dirty_bitmap), ctx->restore.p2m_size, in send_checkpoint_dirty_pfn_list()
|
A D | xc_sr_save.c | 643 HYPERCALL_BUFFER(dirty_bitmap), ctx->save.p2m_size, in suspend_and_send_dirty()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenperf.c | 151 if ( xc_perfc_query(xc_handle, HYPERCALL_BUFFER(pcd), HYPERCALL_BUFFER(pcv)) != 0 ) in main()
|
A D | xencov.c | 64 if (gcov_sysctl(XEN_SYSCTL_GCOV_read, &sys, HYPERCALL_BUFFER(p), in gcov_read()
|
A D | xenlockprof.c | 74 if ( xc_lockprof_query(xc_handle, &i, &time, HYPERCALL_BUFFER(data)) != 0 ) in main()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 241 #define HYPERCALL_BUFFER(_name) \ macro 303 HYPERCALL_BUFFER(_name); \ 316 HYPERCALL_BUFFER(_val); \ 337 …l_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BUFFER(_name), _size) 339 #define xc_hypercall_buffer_free(_xch, _name) xc__hypercall_buffer_free(_xch, HYPERCALL_BUFFER(_nam… 345 …_alloc_pages(_xch, _name, _nr) xc__hypercall_buffer_alloc_pages(_xch, HYPERCALL_BUFFER(_name), _nr) 350 xc__hypercall_buffer_free_pages(_xch, HYPERCALL_BUFFER(_name), \ 374 xc__hypercall_buffer_array_alloc(_xch, _array, _index, HYPERCALL_BUFFER(_name), _size) 378 xc__hypercall_buffer_array_get(_xch, _array, _index, HYPERCALL_BUFFER(_name))
|
Completed in 16 milliseconds