Searched refs:xc_hypercall_buffer_alloc (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_altp2m.c | 32 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_get_domain_state() 55 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_set_domain_state() 78 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_set_vcpu_enable_notify() 101 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_create_view() 127 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_destroy_view() 150 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_switch_to_view() 173 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_set_mem_access() 198 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_altp2m_change_gfn()
|
A D | xc_kexec.c | 20 exec = xc_hypercall_buffer_alloc(xch, exec, sizeof(*exec)); in xc_kexec_exec() 45 get_range = xc_hypercall_buffer_alloc(xch, get_range, sizeof(*get_range)); in xc_kexec_get_range() 82 load = xc_hypercall_buffer_alloc(xch, load, sizeof(*load)); in xc_kexec_load() 111 unload = xc_hypercall_buffer_alloc(xch, unload, sizeof(*unload)); in xc_kexec_unload() 135 status = xc_hypercall_buffer_alloc(xch, status, sizeof(*status)); in xc_kexec_status()
|
A D | xc_cpupool.c | 83 local = xc_hypercall_buffer_alloc(xch, local, local_size); in xc_cpupool_getinfo() 194 local = xc_hypercall_buffer_alloc(xch, local, mapsize); in xc_cpupool_freeinfo()
|
A D | xc_gnttab.c | 90 … frame_list = xc_hypercall_buffer_alloc(xch, frame_list, query.nr_frames * sizeof(unsigned long)); in _gnttab_map_table()
|
A D | xc_resource.c | 54 call_list = xc_hypercall_buffer_alloc(xch, call_list, in xc_resource_op_multi()
|
A D | xc_domain.c | 127 arg = xc_hypercall_buffer_alloc(xch, arg, sizeof(*arg)); in xc_domain_shutdown() 163 local = xc_hypercall_buffer_alloc(xch, local, nodesize); in xc_domain_node_setaffinity() 201 local = xc_hypercall_buffer_alloc(xch, local, nodesize); in xc_domain_node_getaffinity() 610 buffer = xc_hypercall_buffer_alloc(xch, buffer, extstate->size); in xc_vcpu_get_extstate() 654 arg = xc_hypercall_buffer_alloc(xch, arg, sizeof(*arg)); in xc_watchdog() 1496 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_hvm_param_set() 1518 arg = xc_hypercall_buffer_alloc(handle, arg, sizeof(*arg)); in xc_hvm_param_get()
|
A D | xc_dom_boot.c | 234 gmfnp = xc_hypercall_buffer_alloc(xch, gmfnp, sizeof(*gmfnp)); in xc_dom_gnttab_setup()
|
A D | xc_sr_save_x86_pv.c | 656 buffer = xc_hypercall_buffer_alloc(xch, buffer, domctl.u.vcpuextstate.size); in write_one_vcpu_xsave() 726 buffer = xc_hypercall_buffer_alloc(xch, buffer, buffersz); in write_one_vcpu_msrs()
|
A D | xc_sr_restore_x86_pv.c | 409 buffer = xc_hypercall_buffer_alloc(xch, buffer, vcpu->xsavesz); in process_vcpu_xsave() 447 buffer = xc_hypercall_buffer_alloc(xch, buffer, vcpu->msrsz); in process_vcpu_msrs()
|
A D | xc_misc.c | 570 local = xc_hypercall_buffer_alloc(xch, local, size); in xc_livepatch_upload()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenperf.c | 141 pcd = xc_hypercall_buffer_alloc(xc_handle, pcd, sizeof(*pcd) * num_desc); in main() 142 pcv = xc_hypercall_buffer_alloc(xc_handle, pcv, sizeof(*pcv) * num_val); in main()
|
A D | xencov.c | 59 p = xc_hypercall_buffer_alloc(xch, p, total_len); in gcov_read()
|
A D | xenlockprof.c | 65 data = xc_hypercall_buffer_alloc(xc_handle, data, sizeof(*data) * n); in main()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 337 #define xc_hypercall_buffer_alloc(_xch, _name, _size) xc__hypercall_buffer_alloc(_xch, HYPERCALL_BU… macro
|
Completed in 21 milliseconds