Searched refs:pdshift (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/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 | 367 unsigned pdshift; in __find_linux_pte() local 385 pdshift = P4D_SHIFT; in __find_linux_pte() 405 pdshift = PUD_SHIFT; in __find_linux_pte() 422 pdshift = PMD_SHIFT; in __find_linux_pte() 467 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte() 468 pdshift = hugepd_shift(*hpdp); in __find_linux_pte() 471 *hpage_shift = pdshift; in __find_linux_pte()
|
/linux-6.1.9/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.1.9/arch/powerpc/include/asm/nohash/ |
D | hugetlb-e500.h | 19 unsigned int pdshift) in hugepte_offset() argument
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | hugetlb.h | 72 unsigned pdshift) in hugepte_offset() argument
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
D | hugetlb-8xx.h | 20 unsigned int pdshift) in hugepte_offset() argument
|
/linux-6.1.9/mm/ |
D | pagewalk.c | 63 unsigned long end, struct mm_walk *walk, int pdshift) in walk_hugepd_range() argument 80 pte = hugepte_offset(*phpd, addr, pdshift); in walk_hugepd_range() 94 unsigned long end, struct mm_walk *walk, int pdshift) in walk_hugepd_range() argument
|
D | gup.c | 2671 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument 2678 ptep = hugepte_offset(hugepd, addr, pdshift); in gup_huge_pd() 2689 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument
|
D | hugetlb.c | 7211 unsigned long address, hugepd_t hpd, int flags, int pdshift) in follow_huge_pd() argument
|
/linux-6.1.9/include/linux/ |
D | hugetlb.h | 216 int flags, int pdshift); 325 int pdshift) in follow_huge_pd() argument
|