Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dpkeys.c281 struct thread_struct *old_thread) in thread_pkey_regs_restore() argument
286 if (old_thread->amr != new_thread->amr) in thread_pkey_regs_restore()
288 if (old_thread->iamr != new_thread->iamr) in thread_pkey_regs_restore()
290 if (old_thread->uamor != new_thread->uamor) in thread_pkey_regs_restore()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1122 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs() argument
1127 old_thread->vrsave != new_thread->vrsave) in restore_sprs()
1136 if (old_thread->dscr != dscr) in restore_sprs()
1141 if (old_thread->bescr != new_thread->bescr) in restore_sprs()
1143 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1145 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1148 if (old_thread->fscr != new_thread->fscr) in restore_sprs()
1151 if (old_thread->tar != new_thread->tar) in restore_sprs()
1156 old_thread->tidr != new_thread->tidr) in restore_sprs()
1160 thread_pkey_regs_restore(new_thread, old_thread); in restore_sprs()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dpkeys.h207 struct thread_struct *old_thread);
Dmmu_context.h260 #define thread_pkey_regs_restore(new_thread, old_thread) argument