Lines Matching refs:mm_struct
19 static inline pte_t *__pte_alloc_one_kernel_noprof(struct mm_struct *mm) in __pte_alloc_one_kernel_noprof()
43 static inline pte_t *pte_alloc_one_kernel_noprof(struct mm_struct *mm) in pte_alloc_one_kernel_noprof()
55 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
72 static inline pgtable_t __pte_alloc_one_noprof(struct mm_struct *mm, gfp_t gfp) in __pte_alloc_one_noprof()
97 static inline pgtable_t pte_alloc_one_noprof(struct mm_struct *mm) in pte_alloc_one_noprof()
114 static inline void pte_free(struct mm_struct *mm, struct page *pte_page) in pte_free()
136 static inline pmd_t *pmd_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one_noprof()
160 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
173 static inline pud_t *__pud_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in __pud_alloc_one_noprof()
204 static inline pud_t *pud_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in pud_alloc_one_noprof()
211 static inline void __pud_free(struct mm_struct *mm, pud_t *pud) in __pud_free()
220 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
230 static inline p4d_t *__p4d_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in __p4d_alloc_one_noprof()
252 static inline p4d_t *p4d_alloc_one_noprof(struct mm_struct *mm, unsigned long addr) in p4d_alloc_one_noprof()
259 static inline void __p4d_free(struct mm_struct *mm, p4d_t *p4d) in __p4d_free()
268 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free()
277 static inline pgd_t *__pgd_alloc_noprof(struct mm_struct *mm, unsigned int order) in __pgd_alloc_noprof()
298 static inline void __pgd_free(struct mm_struct *mm, pgd_t *pgd) in __pgd_free()
307 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()