Searched refs:REMAP_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/xen/
H A Dsetup.c46 #define REMAP_SIZE (P2M_PER_PAGE - 3) macro
51 unsigned long mfns[REMAP_SIZE];
296 * up to REMAP_SIZE MFNs and the start target PFN for doing the remap.
320 ident_pfn_iter += REMAP_SIZE, remap_pfn_iter += REMAP_SIZE) { xen_do_set_identity_and_remap_chunk()
321 chunk = (left < REMAP_SIZE) ? left : REMAP_SIZE; xen_do_set_identity_and_remap_chunk()

Completed in 70 milliseconds