Lines Matching refs:sz
33 unsigned long sz) in huge_pte_alloc() argument
51 if (sz == PUD_SIZE) { in huge_pte_alloc()
56 if (sz == PMD_SIZE) { in huge_pte_alloc()
69 if (napot_cont_size(order) == sz) { in huge_pte_alloc()
86 unsigned long sz) in huge_pte_offset() argument
104 if (sz == PUD_SIZE) in huge_pte_offset()
112 if (sz == PMD_SIZE) in huge_pte_offset()
120 if (napot_cont_size(order) == sz) { in huge_pte_offset()
227 unsigned long sz) in set_huge_pte_at() argument
232 if (sz >= PGDIR_SIZE) in set_huge_pte_at()
234 else if (sz >= P4D_SIZE) in set_huge_pte_at()
236 else if (sz >= PUD_SIZE) in set_huge_pte_at()
238 else if (sz >= PMD_SIZE) in set_huge_pte_at()
243 pte_num = sz >> hugepage_shift; in set_huge_pte_at()
352 unsigned long sz) in huge_pte_clear() argument