Symbol: activate_mm
arch/alpha/include/asm/mmu_context.h
191
#define activate_mm(x,y) ev5_activate_mm((x),(y))
arch/arm/include/asm/mmu_context.h
108
#define activate_mm(prev,next) switch_mm(prev, next, NULL)
arch/hexagon/include/asm/mmu_context.h
51
#define activate_mm activate_mm
arch/hexagon/include/asm/mmu_context.h
52
static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
arch/loongarch/include/asm/mmu_context.h
133
#define activate_mm(prev, next) switch_mm(prev, next, current)
arch/m68k/include/asm/mmu_context.h
213
#define activate_mm activate_mm
arch/m68k/include/asm/mmu_context.h
214
static inline void activate_mm(struct mm_struct *prev_mm,
arch/m68k/include/asm/mmu_context.h
301
#define activate_mm activate_mm
arch/m68k/include/asm/mmu_context.h
302
static inline void activate_mm(struct mm_struct *prev_mm,
arch/m68k/include/asm/mmu_context.h
83
#define activate_mm activate_mm
arch/m68k/include/asm/mmu_context.h
84
static inline void activate_mm(struct mm_struct *active_mm,
arch/microblaze/include/asm/mmu_context_mm.h
126
#define activate_mm activate_mm
arch/microblaze/include/asm/mmu_context_mm.h
127
static inline void activate_mm(struct mm_struct *active_mm,
arch/nios2/include/asm/mmu_context.h
50
#define activate_mm activate_mm
arch/nios2/mm/mmu_context.c
106
void activate_mm(struct mm_struct *prev, struct mm_struct *next)
arch/openrisc/include/asm/mmu_context.h
27
#define activate_mm(prev, next) switch_mm((prev), (next), NULL)
arch/parisc/include/asm/mmu_context.h
79
#define activate_mm activate_mm
arch/parisc/include/asm/mmu_context.h
80
static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
arch/powerpc/include/asm/mmu_context.h
241
#define activate_mm activate_mm
arch/powerpc/include/asm/mmu_context.h
242
static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
arch/riscv/include/asm/mmu_context.h
19
#define activate_mm activate_mm
arch/riscv/include/asm/mmu_context.h
20
static inline void activate_mm(struct mm_struct *prev,
arch/s390/include/asm/mmu_context.h
119
#define activate_mm activate_mm
arch/s390/include/asm/mmu_context.h
120
static inline void activate_mm(struct mm_struct *prev,
arch/sparc/include/asm/mmu_context_32.h
28
#define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)
arch/sparc/include/asm/mmu_context_64.h
138
#define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL)
arch/x86/include/asm/mmu_context.h
188
#define activate_mm(prev, next) \
include/asm-generic/mmu_context.h
57
static inline void activate_mm(struct mm_struct *prev_mm,