Lines Matching defs:mm
19 static inline pte_t *__pte_alloc_one_kernel_noprof(struct mm_struct *mm) in __pte_alloc_one_kernel_noprof()
37 static inline pte_t *pte_alloc_one_kernel_noprof(struct mm_struct *mm) in pte_alloc_one_kernel_noprof()
49 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
66 static inline pgtable_t __pte_alloc_one_noprof(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one_noprof()
91 static inline pgtable_t pte_alloc_one_noprof(struct mm_struct *mm) in pte_alloc_one_noprof()
108 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free()
131 static inline pmd_t *pmd_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one_noprof()
151 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
165 static inline pud_t *__pud_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in __pud_alloc_one_noprof()
193 static inline pud_t *pud_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in pud_alloc_one_noprof()
200 static inline void __pud_free(struct mm_struct *mm, pud_t *pud) in __pud_free()
210 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
219 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()