Lines Matching refs:round_up
361 unsigned long end = round_up(mr[i].end, PMD_SIZE);
374 unsigned long end = round_up(mr[i].end, PUD_SIZE);
429 end_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
431 end_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
441 start_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
445 end_pfn = round_up(pfn, PFN_DOWN(PUD_SIZE));
458 start_pfn = round_up(pfn, PFN_DOWN(PUD_SIZE));
468 start_pfn = round_up(pfn, PFN_DOWN(PMD_SIZE));
617 * In the bottom-up case, round_up(x, 0) returns 0 though too, which
706 next = round_up(start + 1, step_size);