Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dsetup.c53 #define REMAP_SIZE (P2M_PER_PAGE - 3) macro
58 unsigned long mfns[REMAP_SIZE];
345 ident_pfn_iter += REMAP_SIZE, remap_pfn_iter += REMAP_SIZE) { in xen_do_set_identity_and_remap_chunk()
346 chunk = (left < REMAP_SIZE) ? left : REMAP_SIZE; in xen_do_set_identity_and_remap_chunk()