Lines Matching refs:round_up
356 unsigned long end = round_up(mr[i].end, PMD_SIZE);
369 unsigned long end = round_up(mr[i].end, PUD_SIZE);
424 end_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
426 end_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
436 start_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
440 end_pfn = round_up(pfn, PFN_DOWN(PUD_SIZE));
453 start_pfn = round_up(pfn, PFN_DOWN(PUD_SIZE));
463 start_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
612 * In the bottom-up case, round_up(x, 0) returns 0 though too, which
712 next = round_up(start + 1, step_size);