Searched refs:pdshift (Results 1 – 2 of 2) sorted by relevance
135 unsigned long address, unsigned pdshift, unsigned pshift) in __hugepte_alloc() argument142 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() local231 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() local276 pdshift = PUD_SHIFT; in huge_pte_alloc()[all …]
52 unsigned pdshift) in hugepte_offset() argument63 idx = (addr & ((1UL << pdshift) - 1)) >> hugepd_shift(hpd); in hugepte_offset()183 unsigned pdshift) in hugepte_offset() argument