Searched refs:switch_buf (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/um/kernel/ |
| H A D | process.c | 78 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf); in __switch_to() 173 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread() 289 sp = p->thread.switch_buf->JB_SP; in __get_wchan()
|
| H A D | smp.c | 160 new_thread(task_stack_page(idle), &idle->thread.switch_buf, in uml_start_secondary() 162 os_start_secondary(opaque, &idle->thread.switch_buf); in uml_start_secondary()
|
| /linux/arch/um/include/asm/ |
| H A D | processor-generic.h | 26 jmp_buf switch_buf; member 85 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
|
| /linux/arch/um/os-Linux/ |
| H A D | smp.c | 74 void os_start_secondary(void *arg, jmp_buf *switch_buf) in os_start_secondary() argument 85 longjmp(*switch_buf, 1); in os_start_secondary()
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 819 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() argument 836 (*switch_buf)[0].JB_IP = (unsigned long) uml_finishsetup; in start_idle_thread() 837 (*switch_buf)[0].JB_SP = (unsigned long) stack + in start_idle_thread() 855 longjmp(*switch_buf, 1); in start_idle_thread()
|
| /linux/arch/um/kernel/skas/ |
| H A D | process.c | 42 &init_task.thread.switch_buf); in start_uml()
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 298 extern int start_idle_thread(void *stack, jmp_buf *switch_buf); 350 void os_start_secondary(void *arg, jmp_buf *switch_buf);
|