• Home
  • Raw
  • Download

Lines Matching defs:mm

50 static inline bool mm_iommu_is_devmem(struct mm_struct *mm, unsigned long hpa,  in mm_iommu_is_devmem()
55 static inline void mm_iommu_init(struct mm_struct *mm) { } in mm_iommu_init()
77 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context()
93 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context()
109 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context()
117 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context()
126 static inline void radix_kvm_prefetch_workaround(struct mm_struct *mm) { } in radix_kvm_prefetch_workaround()
134 static inline void inc_mm_active_cpus(struct mm_struct *mm) in inc_mm_active_cpus()
139 static inline void dec_mm_active_cpus(struct mm_struct *mm) in dec_mm_active_cpus()
144 static inline void mm_context_add_copro(struct mm_struct *mm) in mm_context_add_copro()
155 static inline void mm_context_remove_copro(struct mm_struct *mm) in mm_context_remove_copro()
200 static inline void mm_context_add_vas_window(struct mm_struct *mm) in mm_context_add_vas_window()
206 static inline void mm_context_remove_vas_window(struct mm_struct *mm) in mm_context_remove_vas_window()
217 static inline void inc_mm_active_cpus(struct mm_struct *mm) { } in inc_mm_active_cpus()
218 static inline void dec_mm_active_cpus(struct mm_struct *mm) { } in dec_mm_active_cpus()
219 static inline void mm_context_add_copro(struct mm_struct *mm) { } in mm_context_add_copro()
220 static inline void mm_context_remove_copro(struct mm_struct *mm) { } in mm_context_remove_copro()
239 #define deactivate_mm(tsk,mm) do { } while (0) argument
251 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb()
262 static inline void arch_unmap(struct mm_struct *mm, in arch_unmap()
281 #define pkey_mm_init(mm) argument
285 #define arch_dup_pkeys(oldmm, mm) argument
295 struct mm_struct *mm) in arch_dup_mmap()