Searched refs:old_thread (Results 1 – 4 of 4) sorted by relevance
283 struct thread_struct *old_thread) in thread_pkey_regs_restore() argument288 if (old_thread->amr != new_thread->amr) in thread_pkey_regs_restore()290 if (old_thread->iamr != new_thread->iamr) in thread_pkey_regs_restore()292 if (old_thread->uamor != new_thread->uamor) in thread_pkey_regs_restore()
1081 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs() argument1086 old_thread->vrsave != new_thread->vrsave) in restore_sprs()1095 if (old_thread->dscr != dscr) in restore_sprs()1100 if (old_thread->bescr != new_thread->bescr) in restore_sprs()1102 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()1104 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()1107 if (old_thread->fscr != new_thread->fscr) in restore_sprs()1110 if (old_thread->tar != new_thread->tar) in restore_sprs()1115 old_thread->tidr != new_thread->tidr) in restore_sprs()1119 thread_pkey_regs_restore(new_thread, old_thread); in restore_sprs()[all …]
207 struct thread_struct *old_thread);
260 #define thread_pkey_regs_restore(new_thread, old_thread) argument