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

1234

/arch/powerpc/lib/
H A Dcopyuser_power7_vmx.c23 #include <asm/switch_to.h>
/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
/arch/arm/include/asm/
H A Dsystem.h6 #include <asm/switch_to.h>
H A Dswitch_to.h7 * switch_to(prev, next) should switch from task `prev' to `next'
13 #define switch_to(prev,next,last) \ macro
/arch/alpha/include/asm/
H A Dswitch_to.h8 #define switch_to(P,N,L) \ macro
/arch/cris/include/asm/
H A Dswitch_to.h4 /* the switch_to macro calls resume, an asm function in entry.S which does the actual
9 #define switch_to(prev,next,last) last = resume(prev,next, \ macro
/arch/h8300/include/asm/
H A Dswitch_to.h5 * switch_to(n) should switch tasks to task ptr, first checking that
11 * switch_to() saves the extra registers, that are not saved
34 #define switch_to(prev,next,last) { \ macro
/arch/hexagon/include/asm/
H A Dswitch_to.h30 #define switch_to(p, n, r) do {\ macro
/arch/microblaze/include/asm/
H A Dswitch_to.h18 #define switch_to(prev, next, last) \ macro
/arch/parisc/include/asm/
H A Dswitch_to.h8 #define switch_to(prev, next, last) do { \ macro
/arch/score/include/asm/
H A Dswitch_to.h6 #define switch_to(prev, next, last) \ macro
/arch/unicore32/include/asm/
H A Dswitch_to.h17 * switch_to(prev, next) should switch from task `prev' to `next'
24 #define switch_to(prev, next, last) \ macro
/arch/blackfin/include/asm/
H A Dswitch_to.h14 * switch_to(n) should switch tasks to task ptr, first checking that
24 #define switch_to(prev,next,last) \ macro
33 #define switch_to(prev, next, last) \ macro
/arch/frv/include/asm/
H A Dswitch_to.h18 * switch_to(prev, next) should switch from task `prev' to `next'
27 #define switch_to(prev, next, last) \ macro
/arch/m32r/include/asm/
H A Dswitch_to.h13 * switch_to(prev, next) should switch from task `prev' to `next'
28 #define switch_to(prev, next, last) do { \ macro
/arch/m68k/include/asm/
H A Dswitch_to.h5 * switch_to(n) should switch tasks to task ptr, first checking that
11 * switch_to() saves the extra registers, that are not saved
30 #define switch_to(prev,next,last) do { \ macro
/arch/powerpc/kernel/
H A Dswsusp.c15 #include <asm/switch_to.h>
/arch/avr32/include/asm/
H A Dswitch_to.h26 * switch_to(prev, next, last) should switch from task `prev' to task
30 * which is implemented in arch/avr32/kernel/switch_to.S
39 #define switch_to(prev, next, last) \ macro
/arch/c6x/include/asm/
H A Dswitch_to.h24 #define switch_to(prev, next, last) \ macro
/arch/sh/include/asm/
H A Dswitch_to_64.h17 * switch_to() should switch tasks to task nr n, first
24 #define switch_to(prev,next,last) \ macro
/arch/sparc/include/asm/
H A Dswitch_to_64.h16 * past the invocation of switch_to in the scheduler, so we need
20 #define switch_to(prev, next, last) \ macro
/arch/c6x/kernel/
H A DMakefile9 obj-y += switch_to.o entry.o vectors.o c6x_ksyms.o
/arch/ia64/include/asm/
H A Dswitch_to.h68 # define switch_to(prev,next,last) do { \ macro
84 # define switch_to(prev,next,last) __switch_to(prev, next, last) macro
/arch/x86/include/asm/
H A Dswitch_to.h31 #define switch_to(prev, next, last) \ macro
104 #define switch_to(prev, next, last) \ macro
/arch/avr32/kernel/
H A DMakefile11 obj-y += init_task.o switch_to.o cpu.o

Completed in 802 milliseconds

1234