Home
last modified time | relevance | path

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

/xen/xen/common/
A Dmemory.c901 if ( unlikely(xatpb->size < extent) ) in xenmem_add_to_physmap_batch()
904 if ( unlikely(xatpb->size == extent) ) in xenmem_add_to_physmap_batch()
907 if ( !guest_handle_subrange_okay(xatpb->idxs, extent, xatpb->size - 1) || in xenmem_add_to_physmap_batch()
908 !guest_handle_subrange_okay(xatpb->gpfns, extent, xatpb->size - 1) || in xenmem_add_to_physmap_batch()
909 !guest_handle_subrange_okay(xatpb->errs, extent, xatpb->size - 1) ) in xenmem_add_to_physmap_batch()
912 switch ( xatpb->space ) in xenmem_add_to_physmap_batch()
916 if ( xatpb->u.res0 ) in xenmem_add_to_physmap_batch()
925 while ( xatpb->size > extent ) in xenmem_add_to_physmap_batch()
1369 struct xen_add_to_physmap_batch xatpb; in do_memory_op() local
1371 BUILD_BUG_ON((typeof(xatpb.size))-1 > in do_memory_op()
[all …]

Completed in 4 milliseconds