Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Dprocess.c1225 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs() argument
1230 old_thread->vrsave != new_thread->vrsave) in restore_sprs()
1235 old_thread->spefscr != new_thread->spefscr) in restore_sprs()
1244 if (old_thread->dscr != dscr) in restore_sprs()
1249 if (old_thread->bescr != new_thread->bescr) in restore_sprs()
1251 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1253 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1256 if (old_thread->fscr != new_thread->fscr) in restore_sprs()
1259 if (old_thread->tar != new_thread->tar) in restore_sprs()
1264 old_thread->tidr != new_thread->tidr) in restore_sprs()
[all …]