Home
last modified time | relevance | path

Searched refs:switch_buf (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/include/asm/
H A Dprocessor-generic.h26 jmp_buf switch_buf; member
88 #define KSTK_REG(tsk, reg) get_thread_reg(reg, &tsk->thread.switch_buf)
/linux/arch/um/kernel/skas/
H A Dprocess.c41 &init_task.thread.switch_buf); in start_uml()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c817 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() argument
834 (*switch_buf)[0].JB_IP = (unsigned long) uml_finishsetup; in start_idle_thread()
835 (*switch_buf)[0].JB_SP = (unsigned long) stack + in start_idle_thread()
853 longjmp(*switch_buf, 1); in start_idle_thread()
/linux/arch/um/include/shared/
H A Dos.h293 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);