Lines Matching full:remap
54 * Buffer used to remap identity mapped pages. We only need the virtual space.
327 * complete remap information is contained in a list of MFNs each containing
328 * up to REMAP_SIZE MFNs and the start target PFN for doing the remap.
364 /* Put remap buf into list. */ in xen_do_set_identity_and_remap_chunk()
381 * 1) Finds a new range of pfns to use to remap based on E820 and remap_pfn.
384 * The goal is to not allocate additional memory but to remap the existing
405 /* Do not remap pages beyond the current allocation */ in xen_set_identity_and_remap_chunk()
494 * Remap the memory prepared in xen_do_set_identity_and_remap_chunk().
495 * The remap information (which mfn remap to which pfn) is contained in the
497 * This scheme allows to remap the different chunks in arbitrary order while
512 /* Map the remap information */ in xen_remap_memory()