Lines Matching defs:mm
16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
22 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
36 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
48 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
53 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
59 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
75 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
80 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
94 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
104 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
115 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one()
125 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
130 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate()