Searched refs:hugepte_offset (Results 1 – 9 of 9) sorted by relevance
/linux/arch/powerpc/mm/nohash/ |
A D | 8xx.c | 70 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()
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | hugetlb-book3e.h | 18 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
|
/linux/arch/powerpc/include/asm/ |
A D | hugetlb.h | 68 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | hugetlb-8xx.h | 19 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | hugetlb.h | 94 static inline pte_t *hugepte_offset(hugepd_t hpd, unsigned long addr, in hugepte_offset() function
|
/linux/arch/powerpc/mm/ |
A D | hugetlbpage.c | 193 return hugepte_offset(*hpdp, addr, pdshift); in huge_pte_alloc() 527 ptep = hugepte_offset(hpd, address, pdshift); in follow_huge_pd()
|
A D | pgtable.c | 455 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte()
|
/linux/mm/ |
A D | pagewalk.c | 80 pte = hugepte_offset(*phpd, addr, pdshift); in walk_hugepd_range()
|
A D | gup.c | 2510 ptep = hugepte_offset(hugepd, addr, pdshift); in gup_huge_pd()
|
Completed in 18 milliseconds