Lines Matching refs:alloc
255 unsigned long end, int alloc) in base_page_walk() argument
259 if (!alloc) in base_page_walk()
271 unsigned long end, int alloc) in base_segment_walk() argument
281 if (!alloc) in base_segment_walk()
289 rc = base_page_walk(table, addr, next, alloc); in base_segment_walk()
292 if (!alloc) in base_segment_walk()
300 unsigned long end, int alloc) in base_region3_walk() argument
310 if (!alloc) in base_region3_walk()
318 rc = base_segment_walk(table, addr, next, alloc); in base_region3_walk()
321 if (!alloc) in base_region3_walk()
328 unsigned long end, int alloc) in base_region2_walk() argument
338 if (!alloc) in base_region2_walk()
346 rc = base_region3_walk(table, addr, next, alloc); in base_region2_walk()
349 if (!alloc) in base_region2_walk()
356 unsigned long end, int alloc) in base_region1_walk() argument
366 if (!alloc) in base_region1_walk()
374 rc = base_region2_walk(table, addr, next, alloc); in base_region1_walk()
377 if (!alloc) in base_region1_walk()