Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
1160 struct thread_struct *new_thread) in restore_sprs() argument1164 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 …]
182 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
302 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function