Home
last modified time | relevance | path

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

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