Home
last modified time | relevance | path

Searched refs:old_thread (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
Dprocess.c1167 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs() argument
1172 old_thread->vrsave != new_thread->vrsave) in restore_sprs()
1181 if (old_thread->dscr != dscr) in restore_sprs()
1186 if (old_thread->bescr != new_thread->bescr) in restore_sprs()
1188 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1190 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1193 if (old_thread->fscr != new_thread->fscr) in restore_sprs()
1196 if (old_thread->tar != new_thread->tar) in restore_sprs()
1201 old_thread->tidr != new_thread->tidr) in restore_sprs()
1205 thread_pkey_regs_restore(new_thread, old_thread); in restore_sprs()
[all …]
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpkeys.c329 struct thread_struct *old_thread) in thread_pkey_regs_restore() argument
334 if (old_thread->amr != new_thread->amr) in thread_pkey_regs_restore()
336 if (old_thread->iamr != new_thread->iamr) in thread_pkey_regs_restore()
/Linux-v5.10/arch/powerpc/include/asm/
Dpkeys.h176 struct thread_struct *old_thread);
Dmmu_context.h283 #define thread_pkey_regs_restore(new_thread, old_thread) argument