Lines Matching defs:mm
99 #define pgd_free(mm, pgd) free_pgd_fast(pgd) argument
100 #define pgd_alloc(mm) get_pgd_fast() argument
108 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument
109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
113 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
135 static inline pte_t *pte_alloc_one_fast(struct mm_struct *mm, in pte_alloc_one_fast()
156 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
166 static inline void pte_free(struct mm_struct *mm, struct page *ptepage) in pte_free()
174 #define pmd_populate(mm, pmd, pte) \ argument
177 #define pmd_populate_kernel(mm, pmd, pte) \ argument
184 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
185 #define pmd_free(mm, x) do { } while (0) argument
187 #define pgd_populate(mm, pmd, pte) BUG() argument