Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c1168 struct thread_struct *new_thread) in restore_sprs() argument
1172 old_thread->vrsave != new_thread->vrsave) in restore_sprs()
1173 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs()
1178 if (new_thread->dscr_inherit) in restore_sprs()
1179 dscr = new_thread->dscr; in restore_sprs()
1186 if (old_thread->bescr != new_thread->bescr) in restore_sprs()
1187 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs()
1188 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1189 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
1190 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c328 void thread_pkey_regs_restore(struct thread_struct *new_thread, in thread_pkey_regs_restore() argument
334 if (old_thread->amr != new_thread->amr) in thread_pkey_regs_restore()
335 write_amr(new_thread->amr); in thread_pkey_regs_restore()
336 if (old_thread->iamr != new_thread->iamr) in thread_pkey_regs_restore()
337 write_iamr(new_thread->iamr); in thread_pkey_regs_restore()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpkeys.h175 extern void thread_pkey_regs_restore(struct thread_struct *new_thread,
H A Dmmu_context.h283 #define thread_pkey_regs_restore(new_thread, old_thread) argument
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dprocess.c182 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dos.h291 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dprocess.c555 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c4883 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() argument
4900 if (!new_thread) in binder_get_thread_ilocked()
4902 thread = new_thread; in binder_get_thread_ilocked()
4918 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked()
4925 struct binder_thread *new_thread; in binder_get_thread() local
4931 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread()
4932 if (new_thread == NULL) in binder_get_thread()
4935 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread()
4937 if (thread != new_thread) in binder_get_thread()
4938 kfree(new_thread); in binder_get_thread()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info26105 'events.new_thread'
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info26105 'events.new_thread'