Searched refs:XC_HYPERCALL_BUFFER_BOUNCE_IN (Results 1 – 13 of 13) sorted by relevance
/xen/tools/libxc/ |
A D | xc_mem_access.c | 50 DECLARE_HYPERCALL_BOUNCE(access, nr, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_set_mem_access_multi() 52 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_set_mem_access_multi()
|
A D | xc_flask.c | 68 DECLARE_HYPERCALL_BOUNCE(buf, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_flask_load() 90 DECLARE_HYPERCALL_BOUNCE(buf, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_flask_context_to_sid() 189 DECLARE_HYPERCALL_BOUNCE(name, strlen(name), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_flask_getbool_byname() 221 DECLARE_HYPERCALL_BOUNCE(name, strlen(name), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_flask_setbool()
|
A D | xc_arinc653.c | 40 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_sched_arinc653_schedule_set()
|
A D | xc_mem_paging.c | 30 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_mem_paging_memop()
|
A D | xc_misc.c | 300 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_pcitopoinfo() 375 DECLARE_HYPERCALL_BOUNCE(cpumap, 0, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_mca_op_inject_v2() 551 DECLARE_HYPERCALL_BOUNCE(name, 0 /* later */, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_livepatch_upload() 603 DECLARE_HYPERCALL_BOUNCE(name, 0 /*adjust later */, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_livepatch_get() 937 DECLARE_HYPERCALL_BOUNCE(name, 0, XC_HYPERCALL_BUFFER_BOUNCE_IN); in _xc_livepatch_action()
|
A D | xc_kexec.c | 74 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_kexec_load()
|
A D | xc_private.h | 158 XC_HYPERCALL_BUFFER_BOUNCE_IN = 1, enumerator 190 XC_HYPERCALL_BUFFER_BOUNCE_IN)
|
A D | xc_rt.c | 75 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_sched_rtds_vcpu_set()
|
A D | xc_tbuf.c | 120 DECLARE_HYPERCALL_BOUNCE(mask, 0, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_tbuf_set_cpu_mask()
|
A D | xc_domain.c | 523 DECLARE_HYPERCALL_BOUNCE(ctxt_buf, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_hvm_setcontext() 713 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_set_memory_map() 1036 DECLARE_HYPERCALL_BOUNCE(idxs, size * sizeof(*idxs), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_add_to_physmap_batch() 1037 DECLARE_HYPERCALL_BOUNCE(gpfns, size * sizeof(*gpfns), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_add_to_physmap_batch() 1167 …ARE_HYPERCALL_BOUNCE(in_extents, nr_in_extents*sizeof(*in_extents), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_memory_exchange_pages() 1379 DECLARE_HYPERCALL_BOUNCE(ctxt, sizeof(vcpu_guest_context_any_t), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_vcpu_setcontext() 1538 …CLARE_HYPERCALL_BOUNCE(sdev_array, max_sdevs * sizeof(*sdev_array), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_get_device_group() 1603 DECLARE_HYPERCALL_BOUNCE(path, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_assign_dt_device() 1635 DECLARE_HYPERCALL_BOUNCE(path, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_test_assign_dt_device() 1663 DECLARE_HYPERCALL_BOUNCE(path, size, XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_deassign_dt_device()
|
A D | xc_hcall_buf.c | 87 if ( b->dir == XC_HYPERCALL_BUFFER_BOUNCE_IN || b->dir == XC_HYPERCALL_BUFFER_BOUNCE_BOTH ) in xc__hypercall_bounce_pre()
|
A D | xc_altp2m.c | 328 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_altp2m_set_mem_access_multi() 330 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_altp2m_set_mem_access_multi()
|
A D | xc_cpuid_x86.c | 216 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_set_domain_cpu_policy() 219 XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_set_domain_cpu_policy()
|
Completed in 19 milliseconds