Lines Matching refs:mm
34 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() argument
39 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() argument
45 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() argument
54 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() argument
59 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() argument
65 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() argument
72 extern pgd_t *pgd_alloc(struct mm_struct *mm);
73 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
76 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr) in pte_alloc_one_kernel() argument
82 pte_alloc_one(struct mm_struct *mm, unsigned long addr) in pte_alloc_one() argument
99 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() argument
105 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() argument
122 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() argument
131 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate() argument