Searched refs:new_thread (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | process.c | 1227 struct thread_struct *new_thread) in restore_sprs() argument 1242 if (new_thread->dscr_inherit) in restore_sprs() 1243 dscr = new_thread->dscr; in restore_sprs() 1251 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs() 1253 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs() 1258 mtspr(SPRN_FSCR, new_thread->fscr); in restore_sprs() 1261 mtspr(SPRN_TAR, new_thread->tar); in restore_sprs() 1266 mtspr(SPRN_TIDR, new_thread->tidr); in restore_sprs() 1274 mtspr(SPRN_DEXCR, new_thread->dexcr); in restore_sprs() 1288 new_thread = &new->thread; in __switch_to() [all …]
|
| /arch/um/kernel/ |
| A D | process.c | 171 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
|
| /arch/um/include/shared/ |
| A D | os.h | 291 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
|
| /arch/um/os-Linux/skas/ |
| A D | process.c | 790 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function
|
Completed in 15 milliseconds