Lines Matching refs:mm_struct
21 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel()
29 static inline void pmd_populate(struct mm_struct *mm, in pmd_populate()
38 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
48 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
63 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
76 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
85 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
92 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
103 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
108 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()