Searched refs:guest_handle_subrange_okay (Results 1 – 4 of 4) sorted by relevance
/xen/xen/common/ |
A D | memory.c | 116 !guest_handle_subrange_okay(a->extent_list, a->nr_done, in increase_reservation() 165 if ( !guest_handle_subrange_okay(a->extent_list, a->nr_done, in populate_physmap() 425 if ( !guest_handle_subrange_okay(a->extent_list, a->nr_done, in decrease_reservation() 558 if ( !guest_handle_subrange_okay(exch.in.extent_start, exch.nr_exchanged, in memory_exchange() 570 if ( !guest_handle_subrange_okay(exch.out.extent_start, in memory_exchange() 583 if ( !guest_handle_subrange_okay(exch.out.extent_start, in memory_exchange() 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()
|
A D | livepatch.c | 1202 if ( !guest_handle_subrange_okay(list->name, name_offset, in livepatch_list() 1204 !guest_handle_subrange_okay(list->metadata, metadata_offset, in livepatch_list()
|
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 115 #define guest_handle_subrange_okay(hnd, first, last) (1) macro
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 123 #define guest_handle_subrange_okay(hnd, first, last) \ macro
|
Completed in 9 milliseconds