Lines Matching defs:mm
45 static inline bool mm_iommu_is_devmem(struct mm_struct *mm, unsigned long hpa, in mm_iommu_is_devmem()
50 static inline void mm_iommu_init(struct mm_struct *mm) { } in mm_iommu_init()
72 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context()
88 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context()
105 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context()
113 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context()
120 static inline void inc_mm_active_cpus(struct mm_struct *mm) in inc_mm_active_cpus()
125 static inline void dec_mm_active_cpus(struct mm_struct *mm) in dec_mm_active_cpus()
131 static inline void mm_context_add_copro(struct mm_struct *mm) in mm_context_add_copro()
142 static inline void mm_context_remove_copro(struct mm_struct *mm) in mm_context_remove_copro()
187 static inline void mm_context_add_vas_window(struct mm_struct *mm) in mm_context_add_vas_window()
193 static inline void mm_context_remove_vas_window(struct mm_struct *mm) in mm_context_remove_vas_window()
204 static inline void inc_mm_active_cpus(struct mm_struct *mm) { } in inc_mm_active_cpus()
205 static inline void dec_mm_active_cpus(struct mm_struct *mm) { } in dec_mm_active_cpus()
206 static inline void mm_context_add_copro(struct mm_struct *mm) { } in mm_context_add_copro()
207 static inline void mm_context_remove_copro(struct mm_struct *mm) { } in mm_context_remove_copro()
250 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb()
272 #define pkey_mm_init(mm) argument
273 #define arch_dup_pkeys(oldmm, mm) argument
283 struct mm_struct *mm) in arch_dup_mmap()