Lines Matching defs:mm
9 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } in __paravirt_pgd_alloc()
14 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) argument
15 static inline void paravirt_pgd_free(struct mm_struct *mm, pgd_t *pgd) {} in paravirt_pgd_free()
16 static inline void paravirt_alloc_pte(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pte()
17 static inline void paravirt_alloc_pmd(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pmd()
20 static inline void paravirt_alloc_pud(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pud()
21 static inline void paravirt_alloc_p4d(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_p4d()
56 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
62 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free()
76 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel()
83 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
95 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
112 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
130 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
138 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate()
144 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
153 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
168 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate()
176 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long addr) in p4d_alloc_one()
185 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free()