Searched refs:xatp (Results 1 – 2 of 2) sorted by relevance
52 struct xen_add_to_physmap_range xatp = { in xen_map_device_mmio() local83 xatp.size = nr; in xen_map_device_mmio()85 set_xen_guest_handle(xatp.gpfns, gpfns); in xen_map_device_mmio()86 set_xen_guest_handle(xatp.idxs, idxs); in xen_map_device_mmio()87 set_xen_guest_handle(xatp.errs, errs); in xen_map_device_mmio()89 rc = HYPERVISOR_memory_op(XENMEM_add_to_physmap_range, &xatp); in xen_map_device_mmio()
103 struct xen_add_to_physmap_range xatp = { in remap_pte_fn() local116 set_xen_guest_handle(xatp.idxs, info->h_idxs); in remap_pte_fn()117 set_xen_guest_handle(xatp.gpfns, info->h_gpfns); in remap_pte_fn()118 set_xen_guest_handle(xatp.errs, info->h_errs); in remap_pte_fn()119 xatp.size = nr_gfn; in remap_pte_fn()121 rc = HYPERVISOR_memory_op(XENMEM_add_to_physmap_range, &xatp); in remap_pte_fn()