Lines Matching defs:mm
40 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
45 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
54 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
60 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
65 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
70 #define pmd_populate(mm, pmd, pte_page) \ argument
72 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, (unsigned long)(pte)) argument
78 #define pud_populate(mm, pud, pmd) pud_set(pud, (unsigned long)pmd) argument
80 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
86 #define pmd_populate(mm, pmd, pte_page) \ argument
92 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
98 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
103 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
109 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()