Lines Matching refs:mm_struct
44 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
49 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
58 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
64 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
69 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
79 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
85 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
102 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
107 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free()
168 extern pte_t *page_table_alloc(struct mm_struct *, unsigned long, int);
169 extern void page_table_free(struct mm_struct *, unsigned long *, int);
177 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
183 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
194 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
200 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
206 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
211 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free()
224 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
230 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()