Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dearly_ioremap.c248 #define MAX_MAP_CHUNK (NR_FIX_BTMAPS << PAGE_SHIFT) macro
258 if (clen > MAX_MAP_CHUNK - slop) in copy_from_early_mem()
259 clen = MAX_MAP_CHUNK - slop; in copy_from_early_mem()