Searched refs:pdshift (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/powerpc/mm/ |
D | hugetlbpage.c | 135 unsigned long address, unsigned pdshift, unsigned pshift) in __hugepte_alloc() argument 142 int num_hugepd = 1 << (pshift - pdshift); in __hugepte_alloc() 145 cachep = PGT_CACHE(pdshift - pshift); in __hugepte_alloc() 217 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 231 pdshift = PUD_SHIFT; in huge_pte_alloc() 238 pdshift = PMD_SHIFT; in huge_pte_alloc() 252 if (hugepd_none(*hpdp) && __hugepte_alloc(mm, hpdp, addr, pdshift, pshift)) in huge_pte_alloc() 255 return hugepte_offset(*hpdp, addr, pdshift); in huge_pte_alloc() 267 unsigned pdshift = PGDIR_SHIFT; in huge_pte_alloc() local 276 pdshift = PUD_SHIFT; in huge_pte_alloc() [all …]
|
/linux-4.4.14/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() 183 unsigned pdshift) in hugepte_offset() argument
|
/linux-4.4.14/include/linux/ |
D | hugetlb.h | 222 unsigned pdshift, unsigned long end, in gup_huge_pd() argument 229 unsigned pdshift, unsigned long end,
|