Searched refs:switch_to (Results 1 - 25 of 104) sorted by relevance

12345

/linux-master/arch/nios2/include/asm/
H A Dswitch_to.h12 * switch_to(n) should switch tasks to task ptr, first checking that
17 #define switch_to(prev, next, last) \ macro
/linux-master/arch/xtensa/include/asm/
H A Dswitch_to.h12 /* * switch_to(n) should switch tasks to task nr n, first
17 #define switch_to(prev,next,last) \ macro
/linux-master/arch/alpha/include/asm/
H A Dswitch_to.h9 #define switch_to(P,N,L) \ macro
/linux-master/arch/parisc/include/asm/
H A Dswitch_to.h9 #define switch_to(prev, next, last) do { \ macro
/linux-master/include/asm-generic/
H A Dswitch_to.h16 * Context switching is now performed out-of-line in switch_to.S
21 #define switch_to(prev, next, last) \ macro
/linux-master/arch/hexagon/include/asm/
H A Dswitch_to.h17 #define switch_to(p, n, r) do {\ macro
/linux-master/arch/microblaze/include/asm/
H A Dswitch_to.h15 #define switch_to(prev, next, last) \ macro
/linux-master/arch/m68k/include/asm/
H A Dswitch_to.h6 * switch_to(n) should switch tasks to task ptr, first checking that
12 * switch_to() saves the extra registers, that are not saved
31 #define switch_to(prev,next,last) do { \ macro
/linux-master/arch/powerpc/kernel/
H A Dswsusp.c12 #include <asm/switch_to.h>
/linux-master/arch/arc/include/asm/
H A Dswitch_to.h17 #define switch_to(prev, next, last) \ macro
/linux-master/arch/powerpc/lib/
H A Dvmx-helper.c11 #include <asm/switch_to.h>
H A Dxor_vmx_glue.c11 #include <asm/switch_to.h>
/linux-master/arch/arm/include/asm/
H A Dswitch_to.h21 * switch_to(prev, next) should switch from task `prev' to `next'
27 #define switch_to(prev,next,last) \ macro
/linux-master/arch/loongarch/include/asm/
H A Dswitch_to.h30 * For newly created kernel threads switch_to() will return to
35 #define switch_to(prev, next, last) \ macro
/linux-master/arch/sparc/include/asm/
H A Dswitch_to_64.h17 * past the invocation of switch_to in the scheduler, so we need
21 #define switch_to(prev, next, last) \ macro
H A Dptrace.h12 #include <asm/switch_to.h>
120 #include <asm/switch_to.h>
H A Dswitch_to_32.h58 #define switch_to(prev, next, last) do { \ macro
/linux-master/arch/csky/include/asm/
H A Dswitch_to.h22 * Context switching is now performed out-of-line in switch_to.S
27 #define switch_to(prev, next, last) \ macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-novsx.c5 #include <asm/switch_to.h>
H A Dptrace-altivec.c6 #include <asm/switch_to.h>
H A Dptrace-spe.c5 #include <asm/switch_to.h>
H A Dptrace-fpu.c5 #include <asm/switch_to.h>
/linux-master/arch/sh/include/asm/
H A Dswitch_to_32.h68 * switch_to() should switch tasks to task nr n, first
70 #define switch_to(prev, next, last) \ macro
/linux-master/arch/loongarch/kernel/
H A Dsyscall.c18 #include <asm/switch_to.h>
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Ddc_fpu.c32 #include <asm/switch_to.h>

Completed in 236 milliseconds

12345