Searched refs:pdshift (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | hugetlbpage.c | 55 unsigned long address, unsigned int pdshift, in __hugepte_alloc() argument 63 if (pshift >= pdshift) { in __hugepte_alloc() 65 num_hugepd = 1 << (pshift - pdshift); in __hugepte_alloc() 67 cachep = PGT_CACHE(pdshift - pshift); in __hugepte_alloc() 131 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 148 pdshift = PUD_SHIFT; in huge_pte_alloc() 156 pdshift = PMD_SHIFT; in huge_pte_alloc() 172 pdshift = PUD_SHIFT; in huge_pte_alloc() 178 pdshift = PMD_SHIFT; in huge_pte_alloc() 191 pdshift, pshift, ptl)) in huge_pte_alloc() [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | hugetlb.h | 70 unsigned pdshift) in hugepte_offset() argument 81 idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset() 187 unsigned pdshift) in hugepte_offset() argument
|
/Linux-v4.19/include/linux/ |
D | hugetlb.h | 30 unsigned pdshift, unsigned long end, in gup_huge_pd() argument 37 unsigned pdshift, unsigned long end, 149 int flags, int pdshift); 197 #define follow_huge_pd(vma, addr, hpd, flags, pdshift) NULL argument
|
/Linux-v4.19/mm/ |
D | hugetlb.c | 4808 unsigned long address, hugepd_t hpd, int flags, int pdshift) in follow_huge_pd() argument
|