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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dsystem-generic.h6 #undef switch_to macro
18 extern void *switch_to(void *prev, void *next, void *last);
45 #define switch_to(prev, next, last) prev = _switch_to(prev, next, last) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A DMakefile11 obj-y += init_task.o switch_to.o cpu.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A DMakefile10 obj-y := $(heads-y) entry.o entry-table.o break.o switch_to.o kernel_thread.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dsystem.h6 /* the switch_to macro calls resume, an asm function in entry.S which does the actual
11 #define switch_to(prev,next,last) last = resume(prev,next, \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dsystem.h22 * switch_to(n) should switch tasks to task ptr, first checking that
28 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsystem.h233 # define switch_to(prev,next,last) do { \ macro
249 # define switch_to(prev,next,last) __switch_to(prev, next, last) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dsystem.h7 * switch_to(n) should switch tasks to task ptr, first checking that
13 * switch_to() saves the extra registers, that are not saved
36 #define switch_to(prev,next,last) { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsystem.h24 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dsystem.h47 #define switch_to(prev, next, last) do { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsystem.h21 * switch_to() should switch tasks to task nr n, first
33 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dsystem.h232 * switch_to(n) should switch tasks to task ptr, first checking that
240 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dsystem.h21 * switch_to(prev, next) should switch from task `prev' to `next'
30 #define switch_to(prev, next, last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsystem.h18 #define switch_to(prev,next,last) do { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dsystem.h12 * switch_to(n) should switch tasks to task ptr, first checking that
18 * switch_to() saves the extra registers, that are not saved
37 #define switch_to(prev,next,last) do { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dsystem.h86 * switch_to(prev, next) should switch from task `prev' to `next'
92 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dsystem.h44 * switch_to(prev, next, last) should switch from task `prev' to task
48 * which is implemented in arch/avr32/kernel/switch_to.S
57 #define switch_to(prev, next, last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsystem.h26 * switch_to(n) should switch tasks to task nr n, first
47 #define switch_to(prev,next,last) \ macro
64 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsystem.h26 * switch_to(n) should switch tasks to task nr n, first
47 #define switch_to(prev,next,last) \ macro
64 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dsystem.h130 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next))) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsystem.h15 * switch_to() should switch tasks to task nr n, first
18 #define switch_to(prev, next, last) do { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsystem.h115 #define switch_to(prev, next, last) do { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dsystem.h121 * past the invocation of switch_to in the scheduler, so we need
126 #define switch_to(prev, next, last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dsystem.h19 * switch_to(prev, next) should switch from task `prev' to `next'
33 #define switch_to(prev, next, last) do { \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dsystem.h9 * switch_to(n) should switch tasks to task ptr, first checking that
15 * switch_to() saves the extra registers, that are not saved
35 #define switch_to(prev,next,last) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dsystem.h105 /* * switch_to(n) should switch tasks to task nr n, first
112 #define switch_to(prev,next,last) \ macro

Completed in 142 milliseconds

12