Searched defs:activate_mm (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dmmu_context_32.h28 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) macro
H A Dmmu_context_64.h138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL) macro
/linux-master/arch/openrisc/include/asm/
H A Dmmu_context.h27 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-master/arch/nios2/include/asm/
H A Dmmu_context.h50 #define activate_mm activate_mm macro
/linux-master/arch/hexagon/include/asm/
H A Dmmu_context.h51 #define activate_mm activate_mm macro
52 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) function
/linux-master/include/asm-generic/
H A Dmmu_context.h57 static inline void activate_mm(struct mm_struct *prev_mm, function
/linux-master/arch/riscv/include/asm/
H A Dmmu_context.h19 #define activate_mm activate_mm macro
20 static inline void activate_mm(struct mm_struct *prev, function
/linux-master/arch/microblaze/include/asm/
H A Dmmu_context_mm.h126 #define activate_mm activate_mm macro
127 static inline void activate_mm(struct mm_struct *active_mm, function
/linux-master/arch/um/include/asm/
H A Dmmu_context.h18 #define activate_mm activate_mm macro
19 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) function
/linux-master/arch/parisc/include/asm/
H A Dmmu_context.h79 #define activate_mm activate_mm macro
80 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) function
/linux-master/arch/arm/include/asm/
H A Dmmu_context.h108 #define activate_mm(prev,next) switch_mm(prev, next, NULL) macro
/linux-master/arch/s390/include/asm/
H A Dmmu_context.h116 #define activate_mm activate_mm macro
117 static inline void activate_mm(struct mm_struct *prev, function
/linux-master/arch/nios2/mm/
H A Dmmu_context.c106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) function
/linux-master/arch/loongarch/include/asm/
H A Dmmu_context.h120 #define activate_mm(prev, next) switch_mm(prev, next, current) macro
/linux-master/arch/powerpc/include/asm/
H A Dmmu_context.h244 #define activate_mm activate_mm macro
/linux-master/arch/m68k/include/asm/
H A Dmmu_context.h83 #define activate_mm activate_mm macro
84 static inline void activate_mm(struct mm_struct *active_mm, function
213 #define activate_mm activate_mm macro
214 static inline void activate_mm(struct mm_struct *prev_mm, function
301 #define activate_mm activate_mm macro
302 static inline void activate_mm(struct mm_struct *prev_mm, function
/linux-master/arch/alpha/include/asm/
H A Dmmu_context.h221 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y)) macro
225 # define activate_mm(x,y) ev4_activate_mm((x),(y)) macro
228 # define activate_mm(x,y) ev5_activate_mm((x),(y)) macro
/linux-master/arch/x86/include/asm/
H A Dmmu_context.h175 #define activate_mm(prev, next) \ macro

Completed in 373 milliseconds