Lines Matching refs:alloc
232 unsigned long end, int alloc) in base_page_walk() argument
236 if (!alloc) in base_page_walk()
248 unsigned long end, int alloc) in base_segment_walk() argument
258 if (!alloc) in base_segment_walk()
266 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
269 if (!alloc) in base_segment_walk()
277 unsigned long end, int alloc) in base_region3_walk() argument
287 if (!alloc) in base_region3_walk()
295 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
298 if (!alloc) in base_region3_walk()
305 unsigned long end, int alloc) in base_region2_walk() argument
315 if (!alloc) in base_region2_walk()
323 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
326 if (!alloc) in base_region2_walk()
333 unsigned long end, int alloc) in base_region1_walk() argument
343 if (!alloc) in base_region1_walk()
351 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
354 if (!alloc) in base_region1_walk()