Home
last modified time | relevance | path

Searched defs:activate_mm (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dmmu_context.h84 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm() function
204 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/
Dmmu_context.h217 # define activate_mm(x,y) alpha_mv.mv_activate_mm((x),(y)) macro
221 # 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/
Dmmu_context.h31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-4.4.14/arch/sparc/include/asm/
Dmmu_context_32.h31 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) macro
Dmmu_context_64.h136 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/
Dmmu_context.h14 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/
Dmmu_context.h145 #define activate_mm(prev, next) \ macro
157 #define activate_mm(prev,next) do { } while (0) macro
/linux-4.4.14/include/asm-generic/
Dmmu_context.h40 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() function
/linux-4.4.14/arch/xtensa/include/asm/
Dnommu_context.h18 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
Dmmu_context.h137 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dmmu_context.h88 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/
Dmmu_context.h63 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/
Dmmu_context.h41 #define activate_mm(prev, next) \ macro
/linux-4.4.14/arch/microblaze/include/asm/
Dmmu_context_mm.h129 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm() function
/linux-4.4.14/arch/um/include/asm/
Dmmu_context.h38 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) in activate_mm() function
/linux-4.4.14/arch/nios2/mm/
Dmmu_context.c106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu_context.h110 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/
Dmmu_context.h126 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() function
/linux-4.4.14/arch/metag/include/asm/
Dmmu_context.h105 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() function
/linux-4.4.14/arch/score/include/asm/
Dmmu_context.h102 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-4.4.14/arch/arm64/include/asm/
Dmmu_context.h148 #define activate_mm(prev,next) switch_mm(prev, next, NULL) macro
/linux-4.4.14/arch/unicore32/include/asm/
Dmmu_context.h59 #define activate_mm(prev, next) switch_mm(prev, next, NULL) macro
/linux-4.4.14/arch/arm/include/asm/
Dmmu_context.h93 #define activate_mm(prev,next) switch_mm(prev, next, NULL) macro
/linux-4.4.14/arch/arc/include/asm/
Dmmu_context.h164 #define activate_mm(prev, next) switch_mm(prev, next, NULL) macro
/linux-4.4.14/arch/avr32/include/asm/
Dmmu_context.h122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-4.4.14/arch/s390/include/asm/
Dmmu_context.h127 static inline void activate_mm(struct mm_struct *prev, in activate_mm() function
/linux-4.4.14/arch/mn10300/include/asm/
Dmmu_context.h159 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-4.4.14/arch/x86/include/asm/
Dmmu_context.h205 #define activate_mm(prev, next) \ macro
Dparavirt_types.h242 void (*activate_mm)(struct mm_struct *prev, member
/linux-4.4.14/arch/ia64/include/asm/
Dmmu_context.h185 activate_mm (struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-4.4.14/arch/mips/include/asm/
Dmmu_context.h179 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-4.4.14/arch/blackfin/include/asm/
Dmmu_context.h71 #define activate_mm(prev, next) switch_mm(prev, next, NULL) macro
/linux-4.4.14/arch/sh/include/asm/
Dmmu_context.h133 #define activate_mm(prev, next) switch_mm((prev),(next),NULL) macro