Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c550 unsigned long avoid_end = avoid_start + (4 * 1024 * 1024); in inherit_prom_mappings() local
553 avoid_end += (4 * 1024 * 1024); in inherit_prom_mappings()
561 if ((vaddr + size) > avoid_end) { in inherit_prom_mappings()
564 if (bottom < avoid_end) in inherit_prom_mappings()
565 bottom = avoid_end; in inherit_prom_mappings()