Home
last modified time | relevance | path

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

12

/linux-3.4.99/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-3.4.99/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-3.4.99/arch/openrisc/include/asm/
Dmmu_context.h31 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-3.4.99/arch/cris/include/asm/
Dmmu_context.h14 #define activate_mm(prev,next) switch_mm((prev),(next),NULL) macro
/linux-3.4.99/arch/powerpc/include/asm/
Dmmu_context.h97 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-3.4.99/arch/xtensa/include/asm/
Dnommu_context.h14 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
Dmmu_context.h100 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-3.4.99/arch/um/include/asm/
Dmmu_context.h19 static inline void activate_mm(struct mm_struct *old, struct mm_struct *new) in activate_mm() function
/linux-3.4.99/arch/m32r/include/asm/
Dmmu_context.h145 #define activate_mm(prev, next) \ macro
157 #define activate_mm(prev,next) do { } while (0) macro
/linux-3.4.99/include/asm-generic/
Dmmu_context.h40 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() function
/linux-3.4.99/arch/sparc/include/asm/
Dmmu_context_32.h38 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) macro
Dmmu_context_64.h134 static inline void activate_mm(struct mm_struct *active_mm, struct mm_struct *mm) in activate_mm() function
/linux-3.4.99/arch/h8300/include/asm/
Dmmu_context.h27 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() function
/linux-3.4.99/arch/x86/include/asm/
Dmmu_context.h74 #define activate_mm(prev, next) \ macro
/linux-3.4.99/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-3.4.99/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-3.4.99/arch/frv/include/asm/
Dmmu_context.h41 #define activate_mm(prev, next) \ macro
/linux-3.4.99/arch/unicore32/include/asm/
Dmmu_context.h57 #define activate_mm(prev, next) switch_mm(prev, next, NULL) macro
/linux-3.4.99/arch/microblaze/include/asm/
Dmmu_context_mm.h129 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm() function
/linux-3.4.99/arch/s390/include/asm/
Dmmu_context.h89 static inline void activate_mm(struct mm_struct *prev, in activate_mm() function
/linux-3.4.99/arch/tile/include/asm/
Dmmu_context.h122 static inline void activate_mm(struct mm_struct *prev_mm, in activate_mm() function
/linux-3.4.99/arch/score/include/asm/
Dmmu_context.h102 activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() function
/linux-3.4.99/arch/arm/include/asm/
Dmmu_context.h135 #define activate_mm(prev,next) switch_mm(prev, next, NULL) macro
/linux-3.4.99/arch/avr32/include/asm/
Dmmu_context.h122 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro
/linux-3.4.99/arch/mn10300/include/asm/
Dmmu_context.h159 #define activate_mm(prev, next) switch_mm((prev), (next), NULL) macro

12