Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dearly_ioremap.c247 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT) macro
257 if (clen > MAX_MAP_CHUNK - slop) in copy_from_early_mem()
258 clen = MAX_MAP_CHUNK - slop; in copy_from_early_mem()