Searched refs:switch_buf (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/um/include/asm/
H A Dprocessor-generic.h29 jmp_buf switch_buf; member in struct:thread_struct
98 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
/linux-master/arch/um/kernel/skas/
H A Dprocess.c46 &init_task.thread.switch_buf);
/linux-master/arch/um/kernel/
H A Dprocess.c92 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf);
185 new_thread(task_stack_page(p), &p->thread.switch_buf, handler);
366 sp = p->thread.switch_buf->JB_SP;
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c595 int start_idle_thread(void *stack, jmp_buf *switch_buf) argument
612 (*switch_buf)[0].JB_IP = (unsigned long) uml_finishsetup;
613 (*switch_buf)[0].JB_SP = (unsigned long) stack +
631 longjmp(*switch_buf, 1);
/linux-master/arch/um/include/shared/
H A Dos.h292 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);

Completed in 134 milliseconds