Lines Matching defs:pmd
44 * Note that the pmd variant below can't be stub'ed out just as for p4d/pud
45 * above. pmd folding is special and typically pmd_* macros refer to upper
48 void pmd_clear_bad(pmd_t *pmd)
50 pmd_ERROR(*pmd);
51 pmd_clear(pmd);
136 pmd_t pmd;
140 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
142 return pmd;
208 * pmd and hugepage pte format are same. So we could
211 pmd_t pmd;
215 pmd = pmdp_huge_get_and_clear(vma->vm_mm, address, pmdp);
217 /* collapse entails shooting down ptes not pmd */
219 return pmd;