Searched refs:xrp (Results 1 – 2 of 2) sorted by relevance
31 struct xen_remove_from_physmap xrp; in xen_unmap_device_mmio() local40 xrp.domid = DOMID_SELF; in xen_unmap_device_mmio()41 xrp.gpfn = XEN_PFN_DOWN(r->start) + j; in xen_unmap_device_mmio()43 &xrp); in xen_unmap_device_mmio()
177 struct xen_remove_from_physmap xrp; in unmap_gfn() local179 xrp.domid = DOMID_SELF; in unmap_gfn()180 xrp.gpfn = gfn; in unmap_gfn()181 (void)HYPERVISOR_memory_op(XENMEM_remove_from_physmap, &xrp); in unmap_gfn()