Lines Matching refs:mm
34 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() argument
49 mm->context.generation = kmap_generation; in pgd_alloc()
52 mm->context.ptbase = __pa(pgd); in pgd_alloc()
57 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() argument
62 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() argument
78 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() argument
85 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() argument
91 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() argument
96 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() argument
116 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() argument
125 mm->context.generation = kmap_generation; in pmd_populate_kernel()
135 pmdindex = (pgd_t *)pmd - mm->pgd; in pmd_populate_kernel()