Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 199) sorted by relevance

12345678

/arch/csky/include/asm/
Dswitch_to.h11 struct task_struct *next) in __switch_to_fpu()
18 struct task_struct *next) in __switch_to_fpu()
28 #define switch_to(prev, next, last) \ argument
Dmmu_context.h27 #define activate_mm(prev,next) switch_mm(prev, next, current) argument
36 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
/arch/sparc/include/asm/
Dswitch_to_32.h28 #define SWITCH_DO_LAZY_FPU(next) /* */ argument
38 #define prepare_arch_switch(next) do { \ argument
58 #define switch_to(prev, next, last) do { \ argument
Dswitch_to_64.h7 #define prepare_arch_switch(next) \ argument
21 #define switch_to(prev, next, last) \ argument
/arch/mips/include/asm/
Dswitch_to.h88 # define __sanitize_fcr31(next) \ argument
100 # define __sanitize_fcr31(next) argument
109 #define switch_to(prev, next, last) \ argument
/arch/ia64/include/asm/
Dswitch_to.h45 #define __switch_to(prev,next,last) do { \ argument
61 # define switch_to(prev,next,last) do { \ argument
76 # define switch_to(prev,next,last) __switch_to(prev, next, last) argument
/arch/parisc/include/asm/
Dmmu_context.h54 struct mm_struct *next, struct task_struct *tsk) in switch_mm_irqs_off()
63 struct mm_struct *next, struct task_struct *tsk) in switch_mm()
78 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/arch/arm/mm/
Didmap.c28 unsigned long next; in idmap_add_pmd() local
72 unsigned long next; in idmap_add_pud() local
84 unsigned long next; in identity_mapping_add() local
/arch/x86/mm/
Dident_map.c24 unsigned long next; in ident_pud_init() local
64 unsigned long next; in ident_p4d_init() local
94 unsigned long next; in kernel_ident_mapping_init() local
Dkasan_init_64.c79 unsigned long next; in kasan_populate_pud() local
110 unsigned long next; in kasan_populate_p4d() local
131 unsigned long next; in kasan_populate_pgd() local
149 unsigned long next; in kasan_populate_shadow() local
213 unsigned long next; in kasan_early_p4d_populate() local
239 unsigned long next; in kasan_map_early_shadow() local
/arch/arm64/include/asm/
Dmmu_context.h29 static inline void contextidr_thread_switch(struct task_struct *next) in contextidr_thread_switch()
213 static inline void __switch_mm(struct mm_struct *next) in __switch_mm()
230 switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
246 #define activate_mm(prev,next) switch_mm(prev, next, current) argument
/arch/hexagon/include/asm/
Dmmu_context.h55 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
77 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
/arch/xtensa/include/asm/
Dnommu_context.h23 static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm()
27 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
Dswitch_to.h17 #define switch_to(prev,next,last) \ argument
/arch/m68k/include/asm/
Dmmu_context.h75 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
95 #define prepare_arch_switch(next) load_ksp_mmu(next) argument
197 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
283 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
316 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *ts… in switch_mm()
Dswitch_to.h31 #define switch_to(prev,next,last) do { \ argument
/arch/arm64/kernel/
Dprocess.c427 static void tls_thread_switch(struct task_struct *next) in tls_thread_switch()
440 void uao_thread_switch(struct task_struct *next) in uao_thread_switch()
454 static void ssbs_thread_switch(struct task_struct *next) in ssbs_thread_switch()
485 static void entry_task_switch(struct task_struct *next) in entry_task_switch()
494 struct task_struct *next) in __switch_to()
/arch/nds32/include/asm/
Dmmu_context.h54 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm()
66 #define activate_mm(prev,next) switch_mm(prev, next, NULL) argument
/arch/h8300/include/asm/
Dswitch_to.h35 #define switch_to(prev, next, last) \ argument
/arch/nios2/include/asm/
Dswitch_to.h17 #define switch_to(prev, next, last) \ argument
/arch/arc/plat-eznps/
Dctop.c10 void dp_save_restore(struct task_struct *prev, struct task_struct *next) in dp_save_restore()
/arch/sh/include/asm/
Dswitch_to_64.h21 #define switch_to(prev,next,last) \ argument
/arch/powerpc/include/asm/
Dmembarrier.h5 struct mm_struct *next, in membarrier_arch_switch_mm()
/arch/x86/kernel/
Dprocess.h14 struct task_struct *next) in switch_to_extra()
/arch/microblaze/include/asm/
Dswitch_to.h18 #define switch_to(prev, next, last) \ argument

12345678