Lines Matching refs:alloc
247 unsigned long end, int alloc) in base_page_walk() argument
251 if (!alloc) in base_page_walk()
263 unsigned long end, int alloc) in base_segment_walk() argument
273 if (!alloc) in base_segment_walk()
281 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
284 if (!alloc) in base_segment_walk()
292 unsigned long end, int alloc) in base_region3_walk() argument
302 if (!alloc) in base_region3_walk()
310 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
313 if (!alloc) in base_region3_walk()
320 unsigned long end, int alloc) in base_region2_walk() argument
330 if (!alloc) in base_region2_walk()
338 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
341 if (!alloc) in base_region2_walk()
348 unsigned long end, int alloc) in base_region1_walk() argument
358 if (!alloc) in base_region1_walk()
366 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
369 if (!alloc) in base_region1_walk()