Lines Matching refs:alloc
381 unsigned long end, int alloc) in base_page_walk() argument
385 if (!alloc) in base_page_walk()
397 unsigned long end, int alloc) in base_segment_walk() argument
407 if (!alloc) in base_segment_walk()
415 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
418 if (!alloc) in base_segment_walk()
426 unsigned long end, int alloc) in base_region3_walk() argument
436 if (!alloc) in base_region3_walk()
444 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
447 if (!alloc) in base_region3_walk()
454 unsigned long end, int alloc) in base_region2_walk() argument
464 if (!alloc) in base_region2_walk()
472 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
475 if (!alloc) in base_region2_walk()
482 unsigned long end, int alloc) in base_region1_walk() argument
492 if (!alloc) in base_region1_walk()
500 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
503 if (!alloc) in base_region1_walk()