Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Darm-device.c52 struct xen_add_to_physmap_range xatp = { in xen_map_device_mmio() local
83 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()
H A Dxlate_mmu.c103 struct xen_add_to_physmap_range xatp = { in remap_pte_fn() local
116 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()