Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dearly_ioremap.c252 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT) macro
262 if (clen > MAX_MAP_CHUNK - slop) in copy_from_early_mem()
263 clen = MAX_MAP_CHUNK - slop; in copy_from_early_mem()