Home
last modified time | relevance | path

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

/xen/xen/common/compat/
A Dmemory.c254 / (sizeof(nat.atpb->idxs.p) + sizeof(nat.atpb->gpfns.p)); in compat_memory_op()
257 xen_ulong_t *idxs = (void *)(nat.atpb + 1); in compat_memory_op() local
258 xen_pfn_t *gpfns = (void *)(idxs + limit); in compat_memory_op()
270 if ( !compat_handle_okay(cmp.atpb.idxs, size) || in compat_memory_op()
279 idxs -= start_extent; in compat_memory_op()
287 if ( __copy_from_compat_offset(&idx, cmp.atpb.idxs, i, 1) || in compat_memory_op()
290 idxs[i] = idx; in compat_memory_op()
295 set_xen_guest_handle((_d_)->idxs, idxs) in compat_memory_op()
/xen/tools/tests/x86_emulator/
A DMakefile64 avx2-sg-idxs := 4 8
74 avx512f-sg-idxs := 4 8
78 avx512vl-sg-idxs := $(avx512f-sg-idxs)
148 $(foreach idx,$($(1)-idxs), \
/xen/tools/libxc/
A Dxc_domain.c1031 xen_ulong_t *idxs, in xc_domain_add_to_physmap_batch() argument
1036 DECLARE_HYPERCALL_BOUNCE(idxs, size * sizeof(*idxs), XC_HYPERCALL_BUFFER_BOUNCE_IN); in xc_domain_add_to_physmap_batch()
1047 if ( xc_hypercall_bounce_pre(xch, idxs) || in xc_domain_add_to_physmap_batch()
1056 set_xen_guest_handle(xatp_batch.idxs, idxs); in xc_domain_add_to_physmap_batch()
1064 xc_hypercall_bounce_post(xch, idxs); in xc_domain_add_to_physmap_batch()
/xen/xen/include/public/
A Dmemory.h279 XEN_GUEST_HANDLE(xen_ulong_t) idxs;
/xen/xen/common/
A Dmemory.c907 if ( !guest_handle_subrange_okay(xatpb->idxs, extent, xatpb->size - 1) || in xenmem_add_to_physmap_batch()
931 if ( unlikely(__copy_from_guest_offset(&idx, xatpb->idxs, in xenmem_add_to_physmap_batch()
/xen/tools/libxc/include/
A Dxenctrl.h1397 xen_ulong_t *idxs,

Completed in 27 milliseconds