Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dmemory.c822 if ( xatpb->size < start ) in xenmem_add_to_physmap_batch()
825 guest_handle_add_offset(xatpb->idxs, start); in xenmem_add_to_physmap_batch()
827 guest_handle_add_offset(xatpb->errs, start); in xenmem_add_to_physmap_batch()
828 xatpb->size -= start; in xenmem_add_to_physmap_batch()
830 if ( !guest_handle_okay(xatpb->idxs, xatpb->size) || in xenmem_add_to_physmap_batch()
831 !guest_handle_okay(xatpb->gpfns, xatpb->size) || in xenmem_add_to_physmap_batch()
832 !guest_handle_okay(xatpb->errs, xatpb->size) ) in xenmem_add_to_physmap_batch()
835 while ( xatpb->size > done ) in xenmem_add_to_physmap_batch()
1161 struct xen_add_to_physmap_batch xatpb; in do_memory_op() local
1163 BUILD_BUG_ON((typeof(xatpb.size))-1 > in do_memory_op()
[all …]

Completed in 4 milliseconds