Lines Matching defs:mm
27 static inline pgd_t *radix__pgd_alloc(struct mm_struct *mm) in radix__pgd_alloc()
41 static inline void radix__pgd_free(struct mm_struct *mm, pgd_t *pgd) in radix__pgd_free()
50 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
83 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
90 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate()
95 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
112 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
117 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
133 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
138 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
154 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
160 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()