Lines Matching refs:mm_struct
18 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel()
26 static inline void pmd_populate(struct mm_struct *mm, in pmd_populate()
35 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
42 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate()
51 static inline void p4d_populate_safe(struct mm_struct *mm, p4d_t *p4d, in p4d_populate_safe()
62 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate()
71 static inline void pgd_populate_safe(struct mm_struct *mm, pgd_t *pgd, in pgd_populate_safe()
83 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
92 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
101 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long addr) in p4d_alloc_one()
114 static inline void __p4d_free(struct mm_struct *mm, p4d_t *p4d) in __p4d_free()
121 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free()
137 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()