Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dsetup.c46 #define REMAP_SIZE (P2M_PER_PAGE - 3) macro
51 unsigned long mfns[REMAP_SIZE];
320 ident_pfn_iter += REMAP_SIZE, remap_pfn_iter += REMAP_SIZE) { in xen_do_set_identity_and_remap_chunk()
321 chunk = (left < REMAP_SIZE) ? left : REMAP_SIZE; in xen_do_set_identity_and_remap_chunk()