Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dprocess.c1164 old_thread->vrsave != new_thread->vrsave) in restore_sprs()
1178 if (old_thread->dscr != dscr) in restore_sprs()
1183 if (old_thread->bescr != new_thread->bescr) in restore_sprs()
1185 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1187 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1190 if (old_thread->fscr != new_thread->fscr) in restore_sprs()
1193 if (old_thread->tar != new_thread->tar) in restore_sprs()
1198 old_thread->tidr != new_thread->tidr) in restore_sprs()
1214 old_thread = &current->thread; in __switch_to()
1280 restore_sprs(old_thread, new_thread); in __switch_to()
[all …]

Completed in 7 milliseconds