Searched refs:old_thread (Results 1 – 4 of 4) sorted by relevance
1167 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs() argument1172 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 …]
329 struct thread_struct *old_thread) in thread_pkey_regs_restore() argument334 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()
176 struct thread_struct *old_thread);
283 #define thread_pkey_regs_restore(new_thread, old_thread) argument