Home
last modified time | relevance | path

Searched refs:HYPERCALL_BUFFER (Results 1 – 11 of 11) sorted by relevance

/tools/libs/ctrl/
A Dxc_private.h182 #define HYPERCALL_BOUNCE_SET_SIZE(_buf, _sz) do { (HYPERCALL_BUFFER(_buf))->sz = _sz; } while (0)
190 #define HYPERCALL_BOUNCE_SET_DIR(_buf, _dir) do { if ((HYPERCALL_BUFFER(_buf))->hbuf) \
192 (HYPERCALL_BUFFER(_buf))->dir = _dir; \
200 #define xc_hypercall_bounce_pre(_xch, _name) xc__hypercall_bounce_pre(_xch, HYPERCALL_BUFFER(_name))
202 #define xc_hypercall_bounce_post(_xch, _name) xc__hypercall_bounce_post(_xch, HYPERCALL_BUFFER(_nam…
A Dxc_misc.c838 (HYPERCALL_BUFFER(info))->ubuf = info + *done; in xc_livepatch_list()
839 (HYPERCALL_BUFFER(name))->ubuf = name + name_off; in xc_livepatch_list()
840 (HYPERCALL_BUFFER(len))->ubuf = len + *done; in xc_livepatch_list()
841 (HYPERCALL_BUFFER(metadata))->ubuf = metadata + metadata_off; in xc_livepatch_list()
842 (HYPERCALL_BUFFER(metadata_len))->ubuf = metadata_len + *done; in xc_livepatch_list()
A Dxc_resource.c109 rc = do_multicall_op(xch, HYPERCALL_BUFFER(call_list), nr_ops); in xc_resource_op_multi()
A Dxc_version.c77 rc = do_xen_version(xch, cmd, HYPERCALL_BUFFER(arg)); in xc_version()
A Dxc_private.c363 ret = do_multicall_op(xch, HYPERCALL_BUFFER(call), 1); in xc_memory_op()
/tools/misc/
A Dxenperf.c161 if ( xc_perfc_query(xc_handle, HYPERCALL_BUFFER(pcd), HYPERCALL_BUFFER(pcv)) != 0 ) in main()
A Dxencov.c64 if (cov_sysctl(XEN_SYSCTL_COVERAGE_read, &sys, HYPERCALL_BUFFER(p), in cov_read()
A Dxenlockprof.c74 if ( xc_lockprof_query(xc_handle, &i, &time, HYPERCALL_BUFFER(data)) != 0 ) in main()
/tools/include/
A Dxenctrl.h224 #define HYPERCALL_BUFFER(_name) \ macro
283 HYPERCALL_BUFFER(_name); \
296 HYPERCALL_BUFFER(_val); \
317 …l_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BUFFER(_name), _size)
319 #define xc_hypercall_buffer_free(_xch, _name) xc__hypercall_buffer_free(_xch, HYPERCALL_BUFFER(_nam…
325 …_alloc_pages(_xch, _name, _nr) xc__hypercall_buffer_alloc_pages(_xch, HYPERCALL_BUFFER(_name), _nr)
330 xc__hypercall_buffer_free_pages(_xch, HYPERCALL_BUFFER(_name), \
354 xc__hypercall_buffer_array_alloc(_xch, _array, _index, HYPERCALL_BUFFER(_name), _size)
358 xc__hypercall_buffer_array_get(_xch, _array, _index, HYPERCALL_BUFFER(_name))
/tools/libs/guest/
A Dxg_sr_restore.c440 HYPERCALL_BUFFER(dirty_bitmap), ctx->restore.p2m_size, in send_checkpoint_dirty_pfn_list()
A Dxg_sr_save.c653 HYPERCALL_BUFFER(dirty_bitmap), ctx->save.p2m_size, in suspend_and_send_dirty()

Completed in 24 milliseconds