Lines Matching refs:pshift
46 unsigned int pshift, spinlock_t *ptl)
53 if (pshift >= pdshift) {
55 num_hugepd = 1 << (pshift - pdshift);
57 cachep = PGT_CACHE(pdshift - pshift);
68 BUG_ON(pshift > HUGEPD_SHIFT_MASK);
91 hugepd_populate(hpdp, new, pshift);
116 unsigned pshift = __ffs(sz);
125 if (pshift == PGDIR_SHIFT)
128 else if (pshift > PUD_SHIFT) {
139 if (pshift == PUD_SHIFT)
141 else if (pshift > PMD_SHIFT) {
149 if (pshift == PMD_SHIFT)
159 if (pshift >= PGDIR_SHIFT) {
167 if (pshift >= PUD_SHIFT) {
183 if (IS_ENABLED(CONFIG_PPC_8xx) && pshift < PMD_SHIFT)
189 pdshift, pshift, ptl))