Searched refs:__switch_to (Results 1 - 25 of 38) sorted by relevance

12

/arch/hexagon/include/asm/
H A Dswitch_to.h26 extern struct task_struct *__switch_to(struct task_struct *,
31 r = __switch_to((p), (n), (r));\
/arch/unicore32/include/asm/
H A Dswitch_to.h21 extern struct task_struct *__switch_to(struct task_struct *,
26 last = __switch_to(prev, task_thread_info(prev), \
/arch/arm/include/asm/
H A Dswitch_to.h21 extern struct task_struct *__switch_to(struct task_struct *, struct thread_info *, struct thread_info *);
25 last = __switch_to(prev,task_thread_info(prev), task_thread_info(next)); \
/arch/frv/include/asm/
H A Dswitch_to.h23 struct task_struct *__switch_to(struct thread_struct *prev_thread,
31 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/arch/avr32/kernel/
H A Dswitch_to.S12 .global __switch_to
13 .type __switch_to, @function
20 __switch_to: label
35 .size __switch_to, . - __switch_to
/arch/arc/kernel/
H A Dctx_sw_asm.S23 .global __switch_to
24 .type __switch_to, @function
25 __switch_to: label
65 END(__switch_to)
H A Dctx_sw.c23 __switch_to(struct task_struct *prev_task, struct task_struct *next_task) function
H A Dstacktrace.c70 frame_info->regs.r63 = (unsigned int)__switch_to;
72 /* In the prologue of __switch_to, first FP is saved on stack
76 * As a work around for this, we unwind from __switch_to start
78 * __switch_to macro is dwarf rules are not generated for inline
240 /* Assumes @tsk is sleeping so unwinds from __switch_to */
/arch/avr32/include/asm/
H A Dswitch_to.h29 * We just delegate everything to the __switch_to assembly function,
36 extern struct task_struct *__switch_to(struct task_struct *,
41 last = __switch_to(prev, &prev->thread.cpu_context + 1, \
/arch/c6x/include/asm/
H A Dswitch_to.h20 asmlinkage void *__switch_to(struct thread_struct *prev,
27 (last) = __switch_to(&(prev)->thread, \
/arch/hexagon/kernel/
H A Dvm_switch.S42 .globl __switch_to
43 .type __switch_to, @function
52 __switch_to: label
95 .size __switch_to, .-__switch_to
/arch/arc/include/asm/
H A Dswitch_to.h29 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n);
34 last = __switch_to(prev, next);\
/arch/mn10300/include/asm/
H A Dswitch_to.h36 struct task_struct *__switch_to(struct thread_struct *prev,
44 (last) = __switch_to(&(prev)->thread, &(next)->thread, (prev)); \
/arch/ia64/include/asm/
H A Dswitch_to.h44 #define __switch_to(prev,next,last) do { \ macro
66 __switch_to(prev, next, last); \
76 # define switch_to(prev,next,last) __switch_to(prev, next, last)
/arch/powerpc/include/asm/
H A Dswitch_to.h11 extern struct task_struct *__switch_to(struct task_struct *,
13 #define switch_to(prev, next, last) ((last) = __switch_to((prev), (next)))
/arch/tile/include/asm/
H A Dswitch_to.h24 * is defined here for use in copy_thread() and must agree with __switch_to().
45 extern struct task_struct *__switch_to(struct task_struct *prev,
/arch/c6x/kernel/
H A Dswitch_to.S16 * void __switch_to(struct thread_info *prev,
20 ENTRY(__switch_to) function
74 ENDPROC(__switch_to)
/arch/s390/include/asm/
H A Dswitch_to.h13 extern struct task_struct *__switch_to(void *, void *);
189 prev = __switch_to(prev,next); \
/arch/sh/include/asm/
H A Dswitch_to_32.h63 struct task_struct *__switch_to(struct task_struct *prev,
105 "jmp @%0\t! call __switch_to\n\t" \
109 ".long __switch_to\n" \
/arch/x86/include/asm/
H A Dswitch_to.h5 __visible struct task_struct *__switch_to(struct task_struct *prev,
38 * __switch_to()) \
49 "jmp __switch_to\n" /* regparm call */ \
69 /* regparm parameters for __switch_to(): */ \
108 "call __switch_to\n\t" \
/arch/tile/kernel/
H A Dregs_32.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
96 STD_ENDPROC(__switch_to)
H A Dregs_64.S54 STD_ENTRY_SECTION(__switch_to, .sched.text)
96 STD_ENDPROC(__switch_to)
/arch/mn10300/kernel/
H A Dswitch_to.S26 # struct task_struct *__switch_to(struct thread_struct *prev,
31 ENTRY(__switch_to) function
70 mov d0,a0 # for __switch_to
/arch/frv/kernel/
H A Dswitch_to.S46 # struct task_struct *__switch_to(struct thread_struct *prev_thread,
51 .globl __switch_to
52 __switch_to: label
/arch/openrisc/kernel/
H A Dprocess.c218 struct task_struct *__switch_to(struct task_struct *old, function

Completed in 585 milliseconds

12