Lines Matching refs:alloc
380 unsigned long end, int alloc) in base_page_walk() argument
384 if (!alloc) in base_page_walk()
396 unsigned long end, int alloc) in base_segment_walk() argument
406 if (!alloc) in base_segment_walk()
414 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
417 if (!alloc) in base_segment_walk()
425 unsigned long end, int alloc) in base_region3_walk() argument
435 if (!alloc) in base_region3_walk()
443 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
446 if (!alloc) in base_region3_walk()
453 unsigned long end, int alloc) in base_region2_walk() argument
463 if (!alloc) in base_region2_walk()
471 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
474 if (!alloc) in base_region2_walk()
481 unsigned long end, int alloc) in base_region1_walk() argument
491 if (!alloc) in base_region1_walk()
499 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
502 if (!alloc) in base_region1_walk()