Home | History | Annotate | Download | only in linux

Lines Matching refs:pud

808 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address);
823 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
825 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))?
826 NULL: pmd_offset(pud, address);