Searched refs:new_thread (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | process.c | 1160 struct thread_struct *new_thread) in restore_sprs() argument 1175 if (new_thread->dscr_inherit) in restore_sprs() 1176 dscr = new_thread->dscr; in restore_sprs() 1184 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs() 1186 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs() 1188 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs() 1191 mtspr(SPRN_FSCR, new_thread->fscr); in restore_sprs() 1194 mtspr(SPRN_TAR, new_thread->tar); in restore_sprs() 1199 mtspr(SPRN_TIDR, new_thread->tidr); in restore_sprs() 1213 new_thread = &new->thread; in __switch_to() [all …]
|
/linux/arch/um/kernel/ |
A D | process.c | 182 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
|
/linux/arch/um/include/shared/ |
A D | os.h | 295 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
|
/linux/drivers/android/ |
A D | binder.c | 4273 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() argument 4290 if (!new_thread) in binder_get_thread_ilocked() 4292 thread = new_thread; in binder_get_thread_ilocked() 4306 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked() 4313 struct binder_thread *new_thread; in binder_get_thread() local 4319 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread() 4320 if (new_thread == NULL) in binder_get_thread() 4323 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread() 4325 if (thread != new_thread) in binder_get_thread() 4326 kfree(new_thread); in binder_get_thread()
|
/linux/arch/um/os-Linux/skas/ |
A D | process.c | 617 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function
|
Completed in 25 milliseconds