x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git] / arch / xtensa / include / asm / nommu_context.h
blob2cebdbbdb6334666e29662b8e34ff46410e53c4f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 static inline void init_mmu(void)
6 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
10 static inline int init_new_context(struct task_struct *tsk,struct mm_struct *mm)
12 return 0;
15 static inline void destroy_context(struct mm_struct *mm)
19 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
23 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
24 struct task_struct *tsk)
28 static inline void deactivate_mm(struct task_struct *tsk, struct mm_struct *mm)