Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprocess.c1160 struct thread_struct *new_thread) in restore_sprs() argument
1164 old_thread->vrsave != new_thread->vrsave) in restore_sprs()
1165 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs()
1169 old_thread->spefscr != new_thread->spefscr) in restore_sprs()
1170 mtspr(SPRN_SPEFSCR, new_thread->spefscr); in restore_sprs()
1175 if (new_thread->dscr_inherit) in restore_sprs()
1176 dscr = new_thread->dscr; in restore_sprs()
1183 if (old_thread->bescr != new_thread->bescr) in restore_sprs()
1184 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
1185 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
[all …]
/arch/um/kernel/
Dprocess.c182 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
/arch/um/include/shared/
Dos.h302 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/arch/um/os-Linux/skas/
Dprocess.c618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function