Home
last modified time | relevance | path

Searched refs:hugepte_offset (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A D8xx.c70 return hugepte_offset(*(hugepd_t *)pmdp, va, PGDIR_SHIFT); in early_hugepd_alloc_kernel()
94 ptep = hugepte_offset(*(hugepd_t *)pmdp, va, PGDIR_SHIFT); in __early_map_kernel_hugepage()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dhugetlb-book3e.h18 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhugetlb.h70 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dhugetlb-8xx.h19 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhugetlb.h94 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dhugetlbpage.c193 return hugepte_offset(*hpdp, addr, pdshift); in huge_pte_alloc()
540 ptep = hugepte_offset(hpd, address, pdshift); in follow_huge_pd()
H A Dpgtable.c455 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dptdump.c291 pte_t *pte = hugepte_offset(*phpd, addr, pdshift); in walk_hugepd()
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c2386 ptep = hugepte_offset(hugepd, addr, pdshift); in gup_huge_pd()