Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dsetup.c57 #define REMAP_SIZE (P2M_PER_PAGE - 3) macro
62 unsigned long mfns[REMAP_SIZE];
308 ident_pfn_iter += REMAP_SIZE, remap_pfn_iter += REMAP_SIZE) { in xen_do_set_identity_and_remap_chunk()
309 chunk = (left < REMAP_SIZE) ? left : REMAP_SIZE; in xen_do_set_identity_and_remap_chunk()