| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | mmu_context.h | 84 static inline void activate_mm(struct mm_struct *active_mm,  in activate_mm()  function204 static inline void activate_mm(struct mm_struct *prev_mm,  in activate_mm()  function
 294 static inline void activate_mm(struct mm_struct *prev_mm,  in activate_mm()  function
 322 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm)  in activate_mm()  function
 
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | mmu_context.h | 217 # define activate_mm(x,y)	alpha_mv.mv_activate_mm((x),(y))  macro221 #  define activate_mm(x,y)	ev4_activate_mm((x),(y))  macro
 224 #  define activate_mm(x,y)	ev5_activate_mm((x),(y))  macro
 
 | 
| /linux-4.4.14/arch/openrisc/include/asm/ | 
| D | mmu_context.h | 31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)  macro
 | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | mmu_context_32.h | 31 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL)  macro
 | 
| D | mmu_context_64.h | 136 static inline void activate_mm(struct mm_struct *active_mm, struct mm_struct *mm)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/cris/include/asm/ | 
| D | mmu_context.h | 14 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | mmu_context.h | 145 #define activate_mm(prev, next)	\  macro157 #define activate_mm(prev,next)          do { } while (0)  macro
 
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | mmu_context.h | 40 static inline void activate_mm(struct mm_struct *prev_mm,  in activate_mm()  function
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | nommu_context.h | 18 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| D | mmu_context.h | 137 #define activate_mm(prev, next)	switch_mm((prev), (next), NULL)  macro
 | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | mmu_context.h | 88 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | mmu_context.h | 63 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | mmu_context.h | 41 #define activate_mm(prev, next)						\  macro
 | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | mmu_context_mm.h | 129 static inline void activate_mm(struct mm_struct *active_mm,  in activate_mm()  function
 | 
| /linux-4.4.14/arch/um/include/asm/ | 
| D | mmu_context.h | 38 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/nios2/mm/ | 
| D | mmu_context.c | 106 void activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | mmu_context.h | 110 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | mmu_context.h | 126 static inline void activate_mm(struct mm_struct *prev_mm,  in activate_mm()  function
 | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | mmu_context.h | 105 static inline void activate_mm(struct mm_struct *prev_mm,  in activate_mm()  function
 | 
| /linux-4.4.14/arch/score/include/asm/ | 
| D | mmu_context.h | 102 activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | mmu_context.h | 148 #define activate_mm(prev,next)	switch_mm(prev, next, NULL)  macro
 | 
| /linux-4.4.14/arch/unicore32/include/asm/ | 
| D | mmu_context.h | 59 #define activate_mm(prev, next)	switch_mm(prev, next, NULL)  macro
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | mmu_context.h | 93 #define activate_mm(prev,next)		switch_mm(prev, next, NULL)  macro
 | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | mmu_context.h | 164 #define activate_mm(prev, next)		switch_mm(prev, next, NULL)  macro
 | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | mmu_context.h | 122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL)  macro
 | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | mmu_context.h | 127 static inline void activate_mm(struct mm_struct *prev,  in activate_mm()  function
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | mmu_context.h | 159 #define activate_mm(prev, next)	switch_mm((prev), (next), NULL)  macro
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | mmu_context.h | 205 #define activate_mm(prev, next)			\  macro
 | 
| D | paravirt_types.h | 242 	void (*activate_mm)(struct mm_struct *prev,  member
 | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | mmu_context.h | 185 activate_mm (struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | mmu_context.h | 179 activate_mm(struct mm_struct *prev, struct mm_struct *next)  in activate_mm()  function
 | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | mmu_context.h | 71 #define activate_mm(prev, next) switch_mm(prev, next, NULL)  macro
 | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | mmu_context.h | 133 #define activate_mm(prev, next)		switch_mm((prev),(next),NULL)  macro
 |