Lines Matching refs:set_xen_guest_handle

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()
423 set_xen_guest_handle(sysctl.u.perfc_op.desc, HYPERCALL_BUFFER_NULL); in xc_perfc_reset()
424 set_xen_guest_handle(sysctl.u.perfc_op.val, HYPERCALL_BUFFER_NULL); in xc_perfc_reset()
438 set_xen_guest_handle(sysctl.u.perfc_op.desc, HYPERCALL_BUFFER_NULL); in xc_perfc_query_number()
439 set_xen_guest_handle(sysctl.u.perfc_op.val, HYPERCALL_BUFFER_NULL); in xc_perfc_query_number()
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()
473 set_xen_guest_handle(sysctl.u.lockprof_op.data, HYPERCALL_BUFFER_NULL); in xc_lockprof_reset()
487 set_xen_guest_handle(sysctl.u.lockprof_op.data, HYPERCALL_BUFFER_NULL); in xc_lockprof_query_number()
508 set_xen_guest_handle(sysctl.u.lockprof_op.data, data); in xc_lockprof_query()
529 set_xen_guest_handle(sysctl.u.getcpuinfo.info, info); in xc_getcpuinfo()
582 set_xen_guest_handle(sysctl.u.livepatch.u.upload.payload, local); in xc_livepatch_upload()
585 set_xen_guest_handle(sysctl.u.livepatch.u.upload.name.name, name); in xc_livepatch_upload()
630 set_xen_guest_handle(sysctl.u.livepatch.u.get.name.name, name); in xc_livepatch_get()
753 set_xen_guest_handle(sysctl.u.livepatch.u.list.status, info); in xc_livepatch_list()
754 set_xen_guest_handle(sysctl.u.livepatch.u.list.name, name); in xc_livepatch_list()
755 set_xen_guest_handle(sysctl.u.livepatch.u.list.len, len); in xc_livepatch_list()
862 set_xen_guest_handle(sysctl.u.livepatch.u.action.name.name, name); in _xc_livepatch_action()