Lines Matching refs:mm_struct
73 flush_cache_range(struct mm_struct *mm, unsigned long start, unsigned long end) in flush_cache_range()
162 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm()
179 extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long … in flush_tlb_pgtables()
193 static inline void flush_tlb_range(struct mm_struct *mm, in flush_tlb_range()
224 static inline pgd_t *pgd_alloc (struct mm_struct *mm) in pgd_alloc()
245 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate()
250 static inline pmd_t *pmd_alloc_one_fast(struct mm_struct *mm, unsigned long address) in pmd_alloc_one_fast()
255 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
284 static inline void pmd_populate (struct mm_struct *mm, pmd_t *pmd_entry, pte_t *pte) in pmd_populate()
289 static inline pte_t *pte_alloc_one_fast(struct mm_struct *mm, unsigned long address) in pte_alloc_one_fast()
294 static inline pte_t *pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()