Home
last modified time | relevance | path

Searched refs:set_xen_guest_handle (Results 1 – 25 of 36) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_misc.c148 set_xen_guest_handle(sysctl.u.readconsole.buffer, buffer); in xc_readconsolering()
180 set_xen_guest_handle(sysctl.u.debug_keys.keys, keys); in xc_send_debug_keys()
200 set_xen_guest_handle(sysctl.u.set_parameter.params, params); in xc_set_parameters()
241 set_xen_guest_handle(sysctl.u.cputopoinfo.cputopo, cputopo); in xc_cputopoinfo()
273 set_xen_guest_handle(sysctl.u.numainfo.meminfo, meminfo); in xc_numainfo()
274 set_xen_guest_handle(sysctl.u.numainfo.distance, distance); in xc_numainfo()
392 set_xen_guest_handle(inject->cpumap.bitmap, cpumap); in xc_mca_op_inject_v2()
461 set_xen_guest_handle(sysctl.u.perfc_op.desc, desc); in xc_perfc_query()
462 set_xen_guest_handle(sysctl.u.perfc_op.val, val); in xc_perfc_query()
508 set_xen_guest_handle(sysctl.u.lockprof_op.data, data); in xc_lockprof_query()
[all …]
A Dxc_domain.c577 set_xen_guest_handle(domctl.u.vcpucontext.ctxt, ctxt); in xc_vcpu_getcontext()
697 set_xen_guest_handle(domctl.u.shadow_op.dirty_bitmap, in xc_shadow_control()
755 set_xen_guest_handle(fmap.map.buffer, entries); in xc_domain_set_memory_map()
779 set_xen_guest_handle(memmap.buffer, entries); in xc_get_machine_memory_map()
833 set_xen_guest_handle(xrdmmap.buffer, entries); in xc_reserved_device_memory_map()
1093 set_xen_guest_handle(xatp_batch.idxs, idxs); in xc_domain_add_to_physmap_batch()
1094 set_xen_guest_handle(xatp_batch.gpfns, gpfns); in xc_domain_add_to_physmap_batch()
1095 set_xen_guest_handle(xatp_batch.errs, errs); in xc_domain_add_to_physmap_batch()
1414 set_xen_guest_handle(domctl.u.vcpucontext.ctxt, ctxt); in xc_vcpu_setcontext()
2406 set_xen_guest_handle(vnuma_topo.vmemrange.h, vmemrange); in xc_domain_getvnuma()
[all …]
A Dxc_pm.c78 set_xen_guest_handle(sysctl.u.get_pmstat.u.getpx.trans_pt, trans); in xc_pm_get_pxstat()
79 set_xen_guest_handle(sysctl.u.get_pmstat.u.getpx.pt, pt); in xc_pm_get_pxstat()
158 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.triggers, triggers); in xc_pm_get_cxstat()
159 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.residencies, residencies); in xc_pm_get_cxstat()
160 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.pc, pc); in xc_pm_get_cxstat()
161 set_xen_guest_handle(sysctl.u.get_pmstat.u.getcx.cc, cc); in xc_pm_get_cxstat()
236 set_xen_guest_handle(sys_para->affected_cpus, affected_cpus); in xc_get_cpufreq_para()
237set_xen_guest_handle(sys_para->scaling_available_frequencies, scaling_available_frequencies); in xc_get_cpufreq_para()
238 set_xen_guest_handle(sys_para->scaling_available_governors, scaling_available_governors); in xc_get_cpufreq_para()
A Dxc_arinc653.c49 set_xen_guest_handle(sysctl.u.scheduler_op.u.sched_arinc653.schedule, in xc_sched_arinc653_schedule_set()
79 set_xen_guest_handle(sysctl.u.scheduler_op.u.sched_arinc653.schedule, in xc_sched_arinc653_schedule_get()
A Dxc_mem_access.c71 set_xen_guest_handle(mao.pfn_list, pages); in xc_set_mem_access_multi()
72 set_xen_guest_handle(mao.access_list, access); in xc_set_mem_access_multi()
A Dxc_flask.c77 set_xen_guest_handle(op.u.load.buffer, buf); in xc_flask_load()
100 set_xen_guest_handle(op.u.sid_context.context, buf); in xc_flask_context_to_sid()
127 set_xen_guest_handle(op.u.sid_context.context, buf); in xc_flask_sid_to_context()
168 set_xen_guest_handle(op.u.boolean.name, name); in xc_flask_getbool_byid()
200 set_xen_guest_handle(op.u.boolean.name, name); in xc_flask_getbool_byname()
234 set_xen_guest_handle(op.u.boolean.name, name); in xc_flask_setbool()
A Dxc_resource.c36 set_xen_guest_handle(platform_op.u.resource_op.entries, entries); in xc_resource_op_one()
106 set_xen_guest_handle(platform_op->u.resource_op.entries, entries); in xc_resource_op_multi()
A Dxc_cpupool.c92 set_xen_guest_handle(sysctl.u.cpupool_op.cpumap.bitmap, local); in xc_cpupool_getinfo()
202 set_xen_guest_handle(sysctl.u.cpupool_op.cpumap.bitmap, local); in xc_cpupool_freeinfo()
A Dxc_offline_page.c74 set_xen_guest_handle(sysctl.u.page_offline.status, status); in xc_mark_page_online()
104 set_xen_guest_handle(sysctl.u.page_offline.status, status); in xc_mark_page_offline()
134 set_xen_guest_handle(sysctl.u.page_offline.status, status); in xc_query_page_offline_status()
A Dxc_gnttab.c106 set_xen_guest_handle(setup.frame_list, frame_list); in _gnttab_map_table()
A Dxc_kexec.c93 set_xen_guest_handle(load->segments.h, segments); in xc_kexec_load()
A Dxc_tbuf.c150 set_xen_guest_handle(sysctl.u.tbuf_op.cpu_mask.bitmap, mask); in xc_tbuf_set_cpu_mask()
A Dxc_private.c226 set_xen_guest_handle(domctl.u.getpageframeinfo3.array, arr); in xc_get_pfn_type_batch()
378 set_xen_guest_handle(xmml.extent_start, extent_start); in xc_machphys_mfn_list()
408 set_xen_guest_handle(domctl.u.getmemlist.buffer, pfn_buf); in xc_get_pfn_list()
A Dxc_tmem.c65 set_xen_guest_handle(sysctl.u.tmem_op.u.buf, buf); in xc_tmem_control()
111 set_xen_guest_handle(sysctl.u.tmem_op.u.buf, buf); in xc_tmem_control_oid()
A Dxc_dom_boot.c240 set_xen_guest_handle(setup.frame_list, gmfnp); in xc_dom_gnttab_setup()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dvnuma.c54 set_xen_guest_handle(vnuma_topo.vdistance.h, vdistance); in init_vnuma_info()
55 set_xen_guest_handle(vnuma_topo.vcpu_to_vnode.h, vcpu_to_vnode); in init_vnuma_info()
56 set_xen_guest_handle(vnuma_topo.vmemrange.h, vmemrange); in init_vnuma_info()
A Dxenbus.c45 set_xen_guest_handle(poll.ports, &event); in ring_wait()
/xen-4.10.0-shim-comet/xen/common/compat/
A Dgrant_table.c66 set_xen_guest_handle(cnt_uop, NULL); in compat_grant_table_op()
145 set_xen_guest_handle(nat.uop, COMPAT_ARG_XLAT_VIRT_BASE); in compat_grant_table_op()
162 set_xen_guest_handle((_d_)->frame_list, (unsigned long *)(nat.setup + 1)) in compat_grant_table_op()
292 set_xen_guest_handle((_d_)->frame_list, (uint64_t *)(nat.get_status + 1)) in compat_grant_table_op()
A Dmemory.c84 set_xen_guest_handle(nat.hnd, COMPAT_ARG_XLAT_VIRT_BASE); in compat_memory_op()
115 set_xen_guest_handle((_d_)->extent_start, space - start_extent); \ in compat_memory_op()
133 set_xen_guest_handle((_d_)->extent_start, NULL); \ in compat_memory_op()
195 set_xen_guest_handle((_d_)->extent_start, space - start_extent); \ in compat_memory_op()
293 set_xen_guest_handle((_d_)->idxs, idxs) in compat_memory_op()
295 set_xen_guest_handle((_d_)->gpfns, gpfns) in compat_memory_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c195 set_xen_guest_handle(nat_ops, NULL); in compat_mmuext_op()
205 set_xen_guest_handle(nat_ops, COMPAT_ARG_XLAT_VIRT_BASE); in compat_mmuext_op()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dcpu_idle.c108 set_xen_guest_handle((_d_)->states, xen_states); \ in compat_set_cx_pminfo()
/xen-4.10.0-shim-comet/tools/misc/
A Dxencov.c39 set_xen_guest_handle(sysctl->u.gcov_op.buffer, buf); in gcov_sysctl()
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dpvh-boot.c80 set_xen_guest_handle(memmap.buffer, e820_raw.map); in get_memory_map()
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/
A Dxen.h57 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) macro
/xen-4.10.0-shim-comet/xen/include/public/
A Darch-arm.h198 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) macro

Completed in 39 milliseconds

12