/arch/mips/include/asm/ |
D | switch_to.h | 44 #define __mips_mt_fpaff_switch_to(prev) \ argument 58 #define __mips_mt_fpaff_switch_to(prev) do { (void) (prev); } while (0) argument 67 #define switch_to(prev, next, last) \ argument 76 #define finish_arch_switch(prev) \ argument
|
/arch/mn10300/include/asm/ |
D | switch_to.h | 22 #define switch_fpu(prev, next) \ argument 31 #define switch_fpu(prev, next) do {} while (0) argument 40 #define switch_to(prev, next, last) \ argument
|
/arch/powerpc/include/asm/ |
D | cmpxchg.h | 18 unsigned long prev; in __xchg_u32() local 43 unsigned long prev; in __xchg_u32_local() local 61 unsigned long prev; in __xchg_u64() local 80 unsigned long prev; in __xchg_u64_local() local 152 unsigned int prev; in __cmpxchg_u32() local 176 unsigned int prev; in __cmpxchg_u32_local() local 198 unsigned long prev; in __cmpxchg_u64() local 221 unsigned long prev; in __cmpxchg_u64_local() local
|
D | mmu_context.h | 43 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 97 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/arch/x86/lib/ |
D | cmpxchg.c | 12 u8 prev; in cmpxchg_386_u8() local 27 u16 prev; in cmpxchg_386_u16() local 42 u32 prev; in cmpxchg_386_u32() local
|
/arch/score/include/asm/ |
D | switch_to.h | 6 #define switch_to(prev, next, last) \ argument 11 #define finish_arch_switch(prev) do {} while (0) argument
|
/arch/avr32/include/asm/ |
D | switch_to.h | 18 #define finish_arch_switch(prev) \ argument 39 #define switch_to(prev, next, last) \ argument
|
/arch/x86/include/asm/ |
D | mmu_context.h | 12 static inline void paravirt_activate_mm(struct mm_struct *prev, in paravirt_activate_mm() 33 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 74 #define activate_mm(prev, next) \ argument
|
D | switch_to.h | 31 #define switch_to(prev, next, last) \ argument 104 #define switch_to(prev, next, last) \ argument
|
D | cmpxchg_32.h | 27 u64 prev = *ptr; in set_64bit() local 52 u64 prev; in __cmpxchg64() local 65 u64 prev; in __cmpxchg64_local() local
|
/arch/ia64/include/asm/ |
D | switch_to.h | 51 #define __switch_to(prev,next,last) do { \ argument 68 # define switch_to(prev,next,last) do { \ argument 84 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
|
/arch/blackfin/include/asm/ |
D | switch_to.h | 24 #define switch_to(prev,next,last) \ argument 33 #define switch_to(prev, next, last) \ argument
|
/arch/tile/include/asm/ |
D | switch_to.h | 40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) argument 57 #define finish_arch_switch(prev) do { \ argument
|
/arch/s390/include/asm/ |
D | switch_to.h | 79 #define switch_to(prev,next,last) do { \ argument 95 #define finish_arch_switch(prev) do { \ argument
|
D | mmu_context.h | 73 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 89 static inline void activate_mm(struct mm_struct *prev, in activate_mm()
|
/arch/alpha/include/asm/ |
D | xchg.h | 139 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 166 unsigned long prev, tmp, cmp, addr64; in ____cmpxchg() local 193 unsigned long prev, cmp; in ____cmpxchg() local 216 unsigned long prev, cmp; in ____cmpxchg() local
|
/arch/xtensa/include/asm/ |
D | nommu_context.h | 14 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() 18 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
|
D | switch_to.h | 17 #define switch_to(prev,next,last) \ argument
|
/arch/sh/include/asm/ |
D | switch_to_32.h | 69 #define switch_to(prev, next, last) \ argument 128 #define finish_arch_switch(prev) \ argument
|
/arch/hexagon/include/asm/ |
D | mmu_context.h | 66 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 88 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/arch/parisc/include/asm/ |
D | mmu_context.h | 52 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm() 63 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
|
/arch/frv/include/asm/ |
D | mmu_context.h | 35 #define switch_mm(prev, next, tsk) \ argument 41 #define activate_mm(prev, next) \ argument
|
/arch/unicore32/include/asm/ |
D | mmu_context.h | 47 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() 57 #define activate_mm(prev, next) switch_mm(prev, next, NULL) argument
|
/arch/m32r/include/asm/ |
D | mmu_context.h | 121 static inline void switch_mm(struct mm_struct *prev, in switch_mm() 145 #define activate_mm(prev, next) \ argument 155 #define switch_mm(prev,next,tsk) do { } while (0) argument 157 #define activate_mm(prev,next) do { } while (0) argument
|
/arch/parisc/lib/ |
D | bitops.c | 62 unsigned long prev; in __cmpxchg_u64() local 75 unsigned int prev; in __cmpxchg_u32() local
|