Searched refs:xc_hypercall_buffer_free (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_altp2m.c | 46 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_get_domain_state() 67 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_set_domain_state() 91 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_set_vcpu_enable_notify() 117 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_create_view() 139 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_destroy_view() 162 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_switch_to_view() 187 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_set_mem_access() 212 xc_hypercall_buffer_free(handle, arg); in xc_altp2m_change_gfn()
|
A D | xc_kexec.c | 34 xc_hypercall_buffer_free(xch, exec); in xc_kexec_exec() 63 xc_hypercall_buffer_free(xch, get_range); in xc_kexec_get_range() 100 xc_hypercall_buffer_free(xch, load); in xc_kexec_load() 125 xc_hypercall_buffer_free(xch, unload); in xc_kexec_unload() 149 xc_hypercall_buffer_free(xch, status); in xc_kexec_status()
|
A D | xc_cpupool.c | 116 xc_hypercall_buffer_free(xch, local); in xc_cpupool_getinfo() 217 xc_hypercall_buffer_free(xch, local); in xc_cpupool_freeinfo()
|
A D | xc_gnttab.c | 131 xc_hypercall_buffer_free(xch, frame_list); in _gnttab_map_table()
|
A D | xc_resource.c | 128 xc_hypercall_buffer_free(xch, call_list); in xc_resource_op_multi()
|
A D | xc_domain.c | 140 xc_hypercall_buffer_free(xch, arg); in xc_domain_shutdown() 179 xc_hypercall_buffer_free(xch, local); in xc_domain_node_setaffinity() 218 xc_hypercall_buffer_free(xch, local); in xc_domain_node_getaffinity() 641 xc_hypercall_buffer_free(xch, buffer); in xc_vcpu_get_extstate() 668 xc_hypercall_buffer_free(xch, arg); in xc_watchdog() 1506 xc_hypercall_buffer_free(handle, arg); in xc_hvm_param_set() 1528 xc_hypercall_buffer_free(handle, arg); in xc_hvm_param_get()
|
A D | xc_dom_boot.c | 245 xc_hypercall_buffer_free(xch, gmfnp); in xc_dom_gnttab_setup()
|
A D | xc_sr_save_x86_pv.c | 683 xc_hypercall_buffer_free(xch, buffer); in write_one_vcpu_xsave() 755 xc_hypercall_buffer_free(xch, buffer); in write_one_vcpu_msrs()
|
A D | xc_sr_restore_x86_pv.c | 429 xc_hypercall_buffer_free(xch, buffer); in process_vcpu_xsave() 467 xc_hypercall_buffer_free(xch, buffer); in process_vcpu_msrs()
|
A D | xc_misc.c | 589 xc_hypercall_buffer_free(xch, local); in xc_livepatch_upload()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenperf.c | 202 xc_hypercall_buffer_free(xc_handle, pcd); in main() 203 xc_hypercall_buffer_free(xc_handle, pcv); in main()
|
A D | xencov.c | 82 xc_hypercall_buffer_free(xch, p); in gcov_read()
|
A D | xenlockprof.c | 117 xc_hypercall_buffer_free(xc_handle, data); in main()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 339 #define xc_hypercall_buffer_free(_xch, _name) xc__hypercall_buffer_free(_xch, HYPERCALL_BUFFER(_nam… macro
|
Completed in 20 milliseconds