Lines Matching refs:size
385 * Increment next by the size of the huge mapping since
435 * Increment next by the size of the huge mapping since
505 * Increment next by the size of the huge mapping since
585 bool __init arch_hugetlb_valid_size(unsigned long size)
587 int shift = __ffs(size);
590 /* Check that it is a page size supported by the hardware and
592 if (size <= PAGE_SIZE || !is_power_of_2(size))
604 static int __init add_huge_page_size(unsigned long long size)
606 int shift = __ffs(size);
608 if (!arch_hugetlb_valid_size((unsigned long)size))