Searched refs:xatpb (Results 1 – 1 of 1) sorted by relevance
30 struct xen_add_to_physmap_batch xatpb = { in xendom_add_to_physmap_batch() local37 set_xen_guest_handle(xatpb.gpfns, gpfns); in xendom_add_to_physmap_batch()38 set_xen_guest_handle(xatpb.idxs, idxs); in xendom_add_to_physmap_batch()39 set_xen_guest_handle(xatpb.errs, errs); in xendom_add_to_physmap_batch()41 return HYPERVISOR_memory_op(XENMEM_add_to_physmap_batch, &xatpb); in xendom_add_to_physmap_batch()