Searched refs:switch_buf (Results 1 – 4 of 4) sorted by relevance
76 switch_threads(&from->thread.switch_buf, &to->thread.switch_buf); in __switch_to()171 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()281 sp = p->thread.switch_buf->JB_SP; in __get_wchan()
41 &init_task.thread.switch_buf); in start_uml()
817 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() argument834 (*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()
293 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);