Lines Matching refs:mm
17 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) argument
20 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() argument
25 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() argument
37 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() argument
49 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() argument
66 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() argument
71 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate() argument
81 #define pmd_free(mm, x) do { } while (0) argument
84 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() argument
89 static inline pgd_t * pgd_alloc(struct mm_struct *mm) in pgd_alloc() argument
99 #define pgd_populate(mm, pmd, pte) BUG() argument