Searched refs:switch_buf (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/arch/um/include/asm/ |
| H A D | processor-generic.h | 29 jmp_buf switch_buf; member 100 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
|
| /kernel/linux/linux-6.6/arch/um/include/asm/ |
| H A D | processor-generic.h | 30 jmp_buf switch_buf; member 99 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
|
| /kernel/linux/linux-5.10/arch/um/kernel/ |
| H A D | process.c | 90 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf); in __switch_to() 182 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread() 383 sp = p->thread.switch_buf->JB_SP; in get_wchan()
|
| /kernel/linux/linux-6.6/arch/um/kernel/ |
| H A D | process.c | 92 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf); in __switch_to() 185 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread() 374 sp = p->thread.switch_buf->JB_SP; in __get_wchan()
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
| H A D | process.c | 580 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() argument 597 (*switch_buf)[0].JB_IP = (unsigned long) uml_finishsetup; in start_idle_thread() 598 (*switch_buf)[0].JB_SP = (unsigned long) stack + in start_idle_thread() 616 longjmp(*switch_buf, 1); in start_idle_thread()
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
| H A D | process.c | 640 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() argument 657 (*switch_buf)[0].JB_IP = (unsigned long) uml_finishsetup; in start_idle_thread() 658 (*switch_buf)[0].JB_SP = (unsigned long) stack + in start_idle_thread() 676 longjmp(*switch_buf, 1); in start_idle_thread()
|
| /kernel/linux/linux-5.10/arch/um/kernel/skas/ |
| H A D | process.c | 46 &init_task.thread.switch_buf); in start_uml()
|
| /kernel/linux/linux-6.6/arch/um/kernel/skas/ |
| H A D | process.c | 46 &init_task.thread.switch_buf); in start_uml()
|
| /kernel/linux/linux-5.10/arch/um/include/shared/ |
| H A D | os.h | 293 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
| /kernel/linux/linux-6.6/arch/um/include/shared/ |
| H A D | os.h | 292 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
Completed in 5 milliseconds