Searched refs:idxs (Results 1 – 6 of 6) sorted by relevance
/xen/xen/common/compat/ |
A D | memory.c | 254 / (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 D | Makefile | 64 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 D | xc_domain.c | 1031 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 D | memory.h | 279 XEN_GUEST_HANDLE(xen_ulong_t) idxs;
|
/xen/xen/common/ |
A D | memory.c | 907 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 D | xenctrl.h | 1397 xen_ulong_t *idxs,
|
Completed in 27 milliseconds