Lines Matching refs:alloc
441 unsigned long end, int alloc) in base_page_walk() argument
445 if (!alloc) in base_page_walk()
457 unsigned long end, int alloc) in base_segment_walk() argument
467 if (!alloc) in base_segment_walk()
475 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
478 if (!alloc) in base_segment_walk()
486 unsigned long end, int alloc) in base_region3_walk() argument
496 if (!alloc) in base_region3_walk()
504 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
507 if (!alloc) in base_region3_walk()
514 unsigned long end, int alloc) in base_region2_walk() argument
524 if (!alloc) in base_region2_walk()
532 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
535 if (!alloc) in base_region2_walk()
542 unsigned long end, int alloc) in base_region1_walk() argument
552 if (!alloc) in base_region1_walk()
560 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
563 if (!alloc) in base_region1_walk()