Lines Matching defs:pud
549 pud_t *pud; /* Pointer to pud entry matching
2093 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
2106 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address);
2178 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address)
2180 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address)) ? NULL : pmd_offset(pud, address);
2384 static inline spinlock_t *pud_lockptr(struct mm_struct *mm, pud_t *pud)
2389 static inline spinlock_t *pud_lock(struct mm_struct *mm, pud_t *pud)
2391 spinlock_t *ptl = pud_lockptr(mm, pud);
3050 pmd_t *vmemmap_pmd_populate(pud_t *pud, unsigned long addr, int node);