Lines Matching refs:pshift
47 unsigned int pshift, spinlock_t *ptl)
54 if (pshift >= pdshift) {
56 num_hugepd = 1 << (pshift - pdshift);
58 cachep = PGT_CACHE(pdshift - pshift);
69 BUG_ON(pshift > HUGEPD_SHIFT_MASK);
92 hugepd_populate(hpdp, new, pshift);
118 unsigned pshift = __ffs(sz);
127 if (pshift == PGDIR_SHIFT)
130 else if (pshift > PUD_SHIFT) {
141 if (pshift == PUD_SHIFT)
143 else if (pshift > PMD_SHIFT) {
151 if (pshift == PMD_SHIFT)
161 if (pshift >= PGDIR_SHIFT) {
169 if (pshift >= PUD_SHIFT) {
185 if (IS_ENABLED(CONFIG_PPC_8xx) && pshift < PMD_SHIFT)
191 pdshift, pshift, ptl))