Lines Matching defs:size
390 * Increment next by the size of the huge mapping since
432 * Increment next by the size of the huge mapping since
494 * Increment next by the size of the huge mapping since
509 bool __init arch_hugetlb_valid_size(unsigned long size)
511 int shift = __ffs(size);
514 /* Check that it is a page size supported by the hardware and
516 if (size <= PAGE_SIZE || !is_power_of_2(size))
528 static int __init add_huge_page_size(unsigned long long size)
530 int shift = __ffs(size);
532 if (!arch_hugetlb_valid_size((unsigned long)size))