Home
last modified time | relevance | path

Searched refs:idxs (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/compat/
A Dmemory.c252 / (sizeof(nat.atpb->idxs.p) + sizeof(nat.atpb->gpfns.p)); in compat_memory_op()
255 xen_ulong_t *idxs = (void *)(nat.atpb + 1); in compat_memory_op() local
256 xen_pfn_t *gpfns = (void *)(idxs + limit); in compat_memory_op()
268 if ( !compat_handle_okay(cmp.atpb.idxs, size) || in compat_memory_op()
277 idxs -= start_extent; in compat_memory_op()
285 if ( __copy_from_compat_offset(&idx, cmp.atpb.idxs, i, 1) || in compat_memory_op()
288 idxs[i] = idx; in compat_memory_op()
293 set_xen_guest_handle((_d_)->idxs, idxs) in compat_memory_op()
/xen-4.10.0-shim-comet/xen/include/public/
A Dmemory.h279 XEN_GUEST_HANDLE(xen_ulong_t) idxs;
/xen-4.10.0-shim-comet/xen/common/
A Dmemory.c825 guest_handle_add_offset(xatpb->idxs, start); in xenmem_add_to_physmap_batch()
830 if ( !guest_handle_okay(xatpb->idxs, xatpb->size) || in xenmem_add_to_physmap_batch()
840 if ( unlikely(__copy_from_guest_offset(&idx, xatpb->idxs, 0, 1)) ) in xenmem_add_to_physmap_batch()
862 guest_handle_add_offset(xatpb->idxs, 1); in xenmem_add_to_physmap_batch()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c1068 xen_ulong_t *idxs, in xc_domain_add_to_physmap_batch() argument
1073 DECLARE_HYPERCALL_BOUNCE(idxs, size * sizeof(*idxs), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_add_to_physmap_batch()
1084 if ( xc_hypercall_bounce_pre(xch, idxs) || in xc_domain_add_to_physmap_batch()
1093 set_xen_guest_handle(xatp_batch.idxs, idxs); in xc_domain_add_to_physmap_batch()
1101 xc_hypercall_bounce_post(xch, idxs); in xc_domain_add_to_physmap_batch()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1415 xen_ulong_t *idxs,

Completed in 16 milliseconds