Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpkeys.c283 struct thread_struct *old_thread) in thread_pkey_regs_restore() argument
288 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()
/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c1081 static inline void restore_sprs(struct thread_struct *old_thread, in restore_sprs() argument
1086 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 …]
/Linux-v5.4/arch/powerpc/include/asm/
Dpkeys.h207 struct thread_struct *old_thread);
Dmmu_context.h260 #define thread_pkey_regs_restore(new_thread, old_thread) argument