/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 1226 struct thread_struct *new_thread) in restore_sprs() 1230 old_thread->vrsave != new_thread->vrsave) in restore_sprs() 1231 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs() 1235 old_thread->spefscr != new_thread->spefscr) in restore_sprs() 1236 mtspr(SPRN_SPEFSCR, new_thread->spefscr); in restore_sprs() 1241 if (new_thread->dscr_inherit) in restore_sprs() 1242 dscr = new_thread->dscr; in restore_sprs() 1249 if (old_thread->bescr != new_thread->bescr) in restore_sprs() 1250 mtspr(SPRN_BESCR, new_thread->bescr); in restore_sprs() 1251 if (old_thread->ebbhr != new_thread in restore_sprs() 1225 restore_sprs(struct thread_struct *old_thread, struct thread_struct *new_thread) restore_sprs() argument 1277 struct thread_struct *new_thread, *old_thread; __switch_to() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | pkeys.c | 328 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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | process.c | 1168 struct thread_struct *new_thread) in restore_sprs() 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 in restore_sprs() 1167 restore_sprs(struct thread_struct *old_thread, struct thread_struct *new_thread) restore_sprs() argument 1211 struct thread_struct *new_thread, *old_thread; __switch_to() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pkeys.h | 175 extern void thread_pkey_regs_restore(struct thread_struct *new_thread,
|
H A D | mmu_context.h | 283 #define thread_pkey_regs_restore(new_thread, old_thread)
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | process.c | 182 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 291 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | process.c | 185 new_thread(task_stack_page(p), &p->thread.switch_buf, handler); in copy_thread()
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 290 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 5096 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() 5113 if (!new_thread) in binder_get_thread_ilocked() 5115 thread = new_thread; in binder_get_thread_ilocked() 5129 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked() 5136 struct binder_thread *new_thread; in binder_get_thread() local 5142 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread() 5143 if (new_thread == NULL) in binder_get_thread() 5146 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread() 5148 if (thread != new_thread) in binder_get_thread() 5149 kfree(new_thread); in binder_get_thread() 5095 binder_get_thread_ilocked( struct binder_proc *proc, struct binder_thread *new_thread) binder_get_thread_ilocked() argument [all...] |
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/ |
H A D | process.c | 555 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function
|
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/ |
H A D | process.c | 615 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() function
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 4929 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked() 4946 if (!new_thread) in binder_get_thread_ilocked() 4948 thread = new_thread; in binder_get_thread_ilocked() 4963 INIT_LIST_HEAD(&new_thread->waiting_thread_node); in binder_get_thread_ilocked() 4970 struct binder_thread *new_thread; in binder_get_thread() local 4976 new_thread = kzalloc(sizeof(*thread), GFP_KERNEL); in binder_get_thread() 4977 if (new_thread == NULL) in binder_get_thread() 4980 thread = binder_get_thread_ilocked(proc, new_thread); in binder_get_thread() 4982 if (thread != new_thread) in binder_get_thread() 4983 kfree(new_thread); in binder_get_thread() 4928 binder_get_thread_ilocked( struct binder_proc *proc, struct binder_thread *new_thread) binder_get_thread_ilocked() argument [all...] |