Searched refs:pdshift (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/powerpc/mm/ |
D | hugetlbpage.c | 45 unsigned long address, unsigned int pdshift, in __hugepte_alloc() argument 53 if (pshift >= pdshift) { in __hugepte_alloc() 55 num_hugepd = 1 << (pshift - pdshift); in __hugepte_alloc() 60 cachep = PGT_CACHE(pdshift - pshift); in __hugepte_alloc() 119 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 136 pdshift = PUD_SHIFT; in huge_pte_alloc() 146 pdshift = PMD_SHIFT; in huge_pte_alloc() 164 pdshift = PUD_SHIFT; in huge_pte_alloc() 172 pdshift = PMD_SHIFT; in huge_pte_alloc() 187 pdshift, pshift, ptl)) in huge_pte_alloc() [all …]
|
D | pgtable.c | 320 unsigned pdshift = PGDIR_SHIFT; in __find_linux_pte() local 354 pdshift = PUD_SHIFT; in __find_linux_pte() 371 pdshift = PMD_SHIFT; in __find_linux_pte() 416 ret_pte = hugepte_offset(*hpdp, ea, pdshift); in __find_linux_pte() 417 pdshift = hugepd_shift(*hpdp); in __find_linux_pte() 420 *hpage_shift = pdshift; in __find_linux_pte()
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | hugetlb-8xx.h | 20 unsigned int pdshift) in hugepte_offset() argument 22 unsigned long idx = (addr & ((1UL << pdshift) - 1)) >> PAGE_SHIFT; in hugepte_offset()
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | hugetlb.h | 95 unsigned int pdshift) in hugepte_offset() argument 97 unsigned long idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset()
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | hugetlb-book3e.h | 19 unsigned int pdshift) in hugepte_offset() argument
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | hugetlb.h | 77 unsigned pdshift) in hugepte_offset() argument
|
/Linux-v5.4/include/linux/ |
D | hugetlb.h | 129 int flags, int pdshift); 177 #define follow_huge_pd(vma, addr, hpd, flags, pdshift) NULL argument
|
/Linux-v5.4/mm/ |
D | gup.c | 2027 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument 2034 ptep = hugepte_offset(hugepd, addr, pdshift); in gup_huge_pd() 2045 unsigned int pdshift, unsigned long end, unsigned int flags, in gup_huge_pd() argument
|
D | hugetlb.c | 5012 unsigned long address, hugepd_t hpd, int flags, int pdshift) in follow_huge_pd() argument
|