Lines Matching refs:mm
8 #define pmd_populate_kernel(mm, pmd, pte) \ argument
11 static __inline__ void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() argument
21 static __inline__ pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() argument
28 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() argument
33 static __inline__ pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() argument
41 static __inline__ pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() argument
55 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() argument
60 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() argument
66 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
74 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) argument
75 #define pmd_free(mm, x) do { } while (0) argument
77 #define pgd_populate(mm, pmd, pte) BUG() argument