Searched refs:pdshift (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/arch/powerpc/mm/ |
D | hugetlbpage.c | 46 unsigned long address, unsigned int pdshift, in __hugepte_alloc() argument 54 if (pshift >= pdshift) { in __hugepte_alloc() 56 num_hugepd = 1 << (pshift - pdshift); in __hugepte_alloc() 58 cachep = PGT_CACHE(pdshift - pshift); in __hugepte_alloc() 119 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 137 pdshift = PUD_SHIFT; in huge_pte_alloc() 147 pdshift = PMD_SHIFT; in huge_pte_alloc() 165 pdshift = PUD_SHIFT; in huge_pte_alloc() 173 pdshift = PMD_SHIFT; in huge_pte_alloc() 191 pdshift, pshift, ptl)) in huge_pte_alloc() [all …]
|
D | pgtable.c | 393 unsigned pdshift; in __find_linux_pte() local 411 pdshift = P4D_SHIFT; in __find_linux_pte() 431 pdshift = PUD_SHIFT; in __find_linux_pte() 448 pdshift = PMD_SHIFT; in __find_linux_pte() 493 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte() 494 pdshift = hugepd_shift(*hpdp); in __find_linux_pte() 497 *hpage_shift = pdshift; in __find_linux_pte()
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | hugetlb.h | 94 unsigned int pdshift) in hugepte_offset() argument 96 unsigned long idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset()
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/ |
D | hugetlb-e500.h | 19 unsigned int pdshift) in hugepte_offset() argument
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | hugetlb.h | 72 unsigned pdshift) in hugepte_offset() argument
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/ |
D | hugetlb-8xx.h | 20 unsigned int pdshift) in hugepte_offset() argument
|
/linux-6.6.21/mm/ |
D | pagewalk.c | 78 unsigned long end, struct mm_walk *walk, int pdshift) in walk_hugepd_range() argument 95 pte = hugepte_offset(*phpd, addr, pdshift); in walk_hugepd_range() 109 unsigned long end, struct mm_walk *walk, int pdshift) in walk_hugepd_range() argument
|
D | gup.c | 2827 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument 2834 ptep = hugepte_offset(hugepd, addr, pdshift); in gup_huge_pd() 2845 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument
|