Lines Matching refs:sz
245 pte_t *ptep, pte_t pte, unsigned long sz) in set_huge_pte_at() argument
253 ncontig = num_contig_ptes(sz, &pgsize); in set_huge_pte_at()
277 unsigned long addr, unsigned long sz) in huge_pte_alloc() argument
291 if (sz == PUD_SIZE) { in huge_pte_alloc()
293 } else if (sz == (CONT_PTE_SIZE)) { in huge_pte_alloc()
298 WARN_ON(addr & (sz - 1)); in huge_pte_alloc()
300 } else if (sz == PMD_SIZE) { in huge_pte_alloc()
305 } else if (sz == (CONT_PMD_SIZE)) { in huge_pte_alloc()
307 WARN_ON(addr & (sz - 1)); in huge_pte_alloc()
315 unsigned long addr, unsigned long sz) in huge_pte_offset() argument
332 if (sz != PUD_SIZE && pud_none(pud)) in huge_pte_offset()
339 if (sz == CONT_PMD_SIZE) in huge_pte_offset()
344 if (!(sz == PMD_SIZE || sz == CONT_PMD_SIZE) && in huge_pte_offset()
350 if (sz == CONT_PTE_SIZE) in huge_pte_offset()
395 pte_t *ptep, unsigned long sz) in huge_pte_clear() argument
400 ncontig = num_contig_ptes(sz, &pgsize); in huge_pte_clear()