Lines Matching refs: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
111 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr);
113 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() argument
135 static inline pte_t *pte_alloc_one_fast(struct mm_struct *mm, in pte_alloc_one_fast() argument
156 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() argument
166 static inline void pte_free(struct mm_struct *mm, struct page *ptepage) in pte_free() argument
172 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
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
186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
187 #define pgd_populate(mm, pmd, pte) BUG() argument