Lines Matching refs:pte_t
109 pte_t *huge_pte_offset(struct mm_struct *mm, unsigned long addr) in huge_pte_offset()
119 pte_t *new; in __hugepte_alloc()
191 pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_alloc()
205 return (pte_t *) pg; in huge_pte_alloc()
215 return (pte_t *)pu; in huge_pte_alloc()
223 return (pte_t *)pm; in huge_pte_alloc()
241 pte_t *huge_pte_alloc(struct mm_struct *mm, unsigned long addr, unsigned long sz) in huge_pte_alloc()
442 int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep) in huge_pmd_unshare()
449 ((PAGE_SIZE - sizeof(struct hugepd_freelist)) / sizeof(pte_t))
503 pte_t *hugepte = hugepd_page(*hpdp); in free_hugepd_range()
692 pte_t *ptep, pte; in follow_huge_addr()
750 pte_t *ptep; in gup_huge_pd()
872 hugepte_cache = kmem_cache_create("hugepte-cache", sizeof(pte_t), in hugetlbpage_init()
971 pte_t *__find_linux_pte_or_hugepte(pgd_t *pgdir, unsigned long ea, in __find_linux_pte_or_hugepte()
977 pte_t *ret_pte; in __find_linux_pte_or_hugepte()
995 ret_pte = (pte_t *) pgdp; in __find_linux_pte_or_hugepte()
1012 ret_pte = (pte_t *) pudp; in __find_linux_pte_or_hugepte()
1032 ret_pte = (pte_t *) pmdp; in __find_linux_pte_or_hugepte()
1052 int gup_hugepte(pte_t *ptep, unsigned long sz, unsigned long addr, in gup_hugepte()
1058 pte_t pte; in gup_hugepte()