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

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

Completed in 222 milliseconds