Lines Matching refs:mm
24 static inline void load_mm_cr4(struct mm_struct *mm) in load_mm_cr4() argument
27 atomic_read(&mm->context.perf_rdpmc_allowed)) in load_mm_cr4()
33 static inline void load_mm_cr4(struct mm_struct *mm) {} in load_mm_cr4() argument
51 static inline void load_mm_ldt(struct mm_struct *mm) in load_mm_ldt() argument
56 ldt = lockless_dereference(mm->context.ldt); in load_mm_ldt()
83 int init_new_context(struct task_struct *tsk, struct mm_struct *mm);
84 void destroy_context(struct mm_struct *mm);
87 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() argument
198 #define deactivate_mm(tsk, mm) \ argument
203 #define deactivate_mm(tsk, mm) \ argument
211 struct mm_struct *mm) in arch_dup_mmap() argument
213 paravirt_arch_dup_mmap(oldmm, mm); in arch_dup_mmap()
216 static inline void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap() argument
218 paravirt_arch_exit_mmap(mm); in arch_exit_mmap()
221 static inline void arch_bprm_mm_init(struct mm_struct *mm, in arch_bprm_mm_init() argument
224 mpx_mm_init(mm); in arch_bprm_mm_init()
227 static inline void arch_unmap(struct mm_struct *mm, struct vm_area_struct *vma, in arch_unmap() argument
248 mpx_notify_unmap(mm, vma, start, end); in arch_unmap()