Lines Matching full:remap
50 * Buffer used to remap identity mapped pages. We only need the virtual space.
323 * complete remap information is contained in a list of MFNs each containing
324 * up to REMAP_SIZE MFNs and the start target PFN for doing the remap.
360 /* Put remap buf into list. */ in xen_do_set_identity_and_remap_chunk()
377 * 1) Finds a new range of pfns to use to remap based on E820 and remap_pfn.
380 * The goal is to not allocate additional memory but to remap the existing
401 /* Do not remap pages beyond the current allocation */ in xen_set_identity_and_remap_chunk()
490 * Remap the memory prepared in xen_do_set_identity_and_remap_chunk().
491 * The remap information (which mfn remap to which pfn) is contained in the
493 * This scheme allows to remap the different chunks in arbitrary order while
508 /* Map the remap information */ in xen_remap_memory()