Lines Matching refs:alloc
390 unsigned long end, int alloc) in base_page_walk() argument
394 if (!alloc) in base_page_walk()
406 unsigned long end, int alloc) in base_segment_walk() argument
416 if (!alloc) in base_segment_walk()
424 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
427 if (!alloc) in base_segment_walk()
435 unsigned long end, int alloc) in base_region3_walk() argument
445 if (!alloc) in base_region3_walk()
453 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
456 if (!alloc) in base_region3_walk()
463 unsigned long end, int alloc) in base_region2_walk() argument
473 if (!alloc) in base_region2_walk()
481 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
484 if (!alloc) in base_region2_walk()
491 unsigned long end, int alloc) in base_region1_walk() argument
501 if (!alloc) in base_region1_walk()
509 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
512 if (!alloc) in base_region1_walk()