Searched refs:pdshift (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/mm/ |
D | hugetlbpage.c | 116 unsigned long address, unsigned pdshift, unsigned pshift) in __hugepte_alloc() argument 123 int num_hugepd = 1 << (pshift - pdshift); in __hugepte_alloc() 126 cachep = PGT_CACHE(pdshift - pshift); in __hugepte_alloc() 198 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 212 pdshift = PUD_SHIFT; in huge_pte_alloc() 219 pdshift = PMD_SHIFT; in huge_pte_alloc() 233 if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, pdshift, pshift)) in huge_pte_alloc() 236 return hugepte_offset(*hpdp, addr, pdshift); in huge_pte_alloc() 248 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 257 pdshift = PUD_SHIFT; in huge_pte_alloc() [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | hugetlb.h | 52 unsigned pdshift) in hugepte_offset() argument 63 idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset() 197 unsigned pdshift) in hugepte_offset() argument
|
/linux-4.1.27/include/linux/ |
D | hugetlb.h | 212 unsigned pdshift, unsigned long end, in gup_huge_pd() argument 219 unsigned pdshift, unsigned long end,
|