/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_misc.c | 148 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 D | xc_domain.c | 577 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 D | xc_pm.c | 78 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() 237 … set_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 D | xc_arinc653.c | 49 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 D | xc_mem_access.c | 71 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 D | xc_flask.c | 77 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 D | xc_resource.c | 36 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 D | xc_cpupool.c | 92 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 D | xc_offline_page.c | 74 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 D | xc_gnttab.c | 106 set_xen_guest_handle(setup.frame_list, frame_list); in _gnttab_map_table()
|
A D | xc_kexec.c | 93 set_xen_guest_handle(load->segments.h, segments); in xc_kexec_load()
|
A D | xc_tbuf.c | 150 set_xen_guest_handle(sysctl.u.tbuf_op.cpu_mask.bitmap, mask); in xc_tbuf_set_cpu_mask()
|
A D | xc_private.c | 226 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 D | xc_tmem.c | 65 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 D | xc_dom_boot.c | 240 set_xen_guest_handle(setup.frame_list, gmfnp); in xc_dom_gnttab_setup()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | vnuma.c | 54 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 D | xenbus.c | 45 set_xen_guest_handle(poll.ports, &event); in ring_wait()
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | grant_table.c | 66 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 D | memory.c | 84 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 D | mm.c | 195 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 D | cpu_idle.c | 108 set_xen_guest_handle((_d_)->states, xen_states); \ in compat_set_cx_pminfo()
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencov.c | 39 set_xen_guest_handle(sysctl->u.gcov_op.buffer, buf); in gcov_sysctl()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | pvh-boot.c | 80 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 D | xen.h | 57 #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 D | arch-arm.h | 198 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) macro
|