Lines Matching defs:mm
8 extern inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
15 extern inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
32 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument
33 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
35 #define pte_alloc_one_fast(mm, addr) pte_alloc_one(mm, addr) argument
37 #define pmd_populate(mm, pmd, page) (pmd_val(*pmd) = \ argument
40 #define pmd_populate_kernel(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) argument
53 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
78 static inline void pte_free(struct mm_struct *mm, struct page *page) in pte_free()
88 #define pmd_free(mm, pmd) BUG() argument
90 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
95 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
107 #define pgd_populate(mm, pmd, pte) BUG() argument