Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Darm-device.c31 struct xen_remove_from_physmap xrp; in xen_unmap_device_mmio() local
40 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()
Dxlate_mmu.c177 struct xen_remove_from_physmap xrp; in unmap_gfn() local
179 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()