Home
last modified time | relevance | path

Searched refs:_switch_to (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/xtensa/include/asm/
Dswitch_to.h15 extern void *_switch_to(void *last, void *next);
19 (last) = _switch_to(prev, next); \
/linux-4.4.14/arch/parisc/include/asm/
Dswitch_to.h6 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/
Dswitch_to.h15 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/
Dswitch_to.h40 #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/
Dunwind.c132 if (pc != (unsigned long) &_switch_to) in lookup_prev_stack_frame()
299 (unsigned long) &_switch_to, in microblaze_unwind()
Dentry-nommu.S387 ENTRY(_switch_to)
Dentry.S871 ENTRY(_switch_to)
/linux-4.4.14/arch/tile/kernel/
Dprocess.c420 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to() function
/linux-4.4.14/arch/xtensa/kernel/
Dentry.S1917 ENTRY(_switch_to)
1976 ENDPROC(_switch_to)
/linux-4.4.14/arch/parisc/kernel/
Dentry.S793 ENTRY(_switch_to)
818 ENDPROC(_switch_to)
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3126 #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);