Searched refs:_switch_to (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/xtensa/include/asm/ |
D | switch_to.h | 15 extern void *_switch_to(void *last, void *next); 19 (last) = _switch_to(prev, next); \
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | switch_to.h | 6 extern struct task_struct *_switch_to(struct task_struct *, struct task_struct *); 9 (last) = _switch_to(prev, next); \
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | switch_to.h | 15 extern struct task_struct *_switch_to(struct thread_info *prev, 20 (last) = _switch_to(task_thread_info(prev), \
|
/linux-4.4.14/arch/tile/include/asm/ |
D | switch_to.h | 40 #define switch_to(prev, next, last) ((last) = _switch_to((prev), (next))) 41 extern struct task_struct *_switch_to(struct task_struct *prev,
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | unwind.c | 132 if (pc != (unsigned long) &_switch_to) in lookup_prev_stack_frame() 299 (unsigned long) &_switch_to, in microblaze_unwind()
|
D | entry-nommu.S | 387 ENTRY(_switch_to)
|
D | entry.S | 871 ENTRY(_switch_to)
|
/linux-4.4.14/arch/tile/kernel/ |
D | process.c | 420 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to() function
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | entry.S | 1917 ENTRY(_switch_to) 1976 ENDPROC(_switch_to)
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 793 ENTRY(_switch_to) 818 ENDPROC(_switch_to)
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3126 #2 0x1006a03f in _switch_to (prev=0x50072000, next=0x507e8000) 3186 #2 0x1006a03f in _switch_to (prev=0x50072000, next=0x507e8000) 3192 161 _switch_to(prev, next);
|