old_thread        260 arch/powerpc/include/asm/mmu_context.h #define thread_pkey_regs_restore(new_thread, old_thread)
old_thread        207 arch/powerpc/include/asm/pkeys.h 				     struct thread_struct *old_thread);
old_thread       1081 arch/powerpc/kernel/process.c static inline void restore_sprs(struct thread_struct *old_thread,
old_thread       1086 arch/powerpc/kernel/process.c 	    old_thread->vrsave != new_thread->vrsave)
old_thread       1095 arch/powerpc/kernel/process.c 		if (old_thread->dscr != dscr)
old_thread       1100 arch/powerpc/kernel/process.c 		if (old_thread->bescr != new_thread->bescr)
old_thread       1102 arch/powerpc/kernel/process.c 		if (old_thread->ebbhr != new_thread->ebbhr)
old_thread       1104 arch/powerpc/kernel/process.c 		if (old_thread->ebbrr != new_thread->ebbrr)
old_thread       1107 arch/powerpc/kernel/process.c 		if (old_thread->fscr != new_thread->fscr)
old_thread       1110 arch/powerpc/kernel/process.c 		if (old_thread->tar != new_thread->tar)
old_thread       1115 arch/powerpc/kernel/process.c 	    old_thread->tidr != new_thread->tidr)
old_thread       1119 arch/powerpc/kernel/process.c 	thread_pkey_regs_restore(new_thread, old_thread);
old_thread       1125 arch/powerpc/kernel/process.c 	struct thread_struct *new_thread, *old_thread;
old_thread       1132 arch/powerpc/kernel/process.c 	old_thread = &current->thread;
old_thread       1186 arch/powerpc/kernel/process.c 	restore_sprs(old_thread, new_thread);
old_thread       1188 arch/powerpc/kernel/process.c 	last = _switch(old_thread, new_thread);
old_thread        283 arch/powerpc/mm/book3s64/pkeys.c 			      struct thread_struct *old_thread)
old_thread        288 arch/powerpc/mm/book3s64/pkeys.c 	if (old_thread->amr != new_thread->amr)
old_thread        290 arch/powerpc/mm/book3s64/pkeys.c 	if (old_thread->iamr != new_thread->iamr)
old_thread        292 arch/powerpc/mm/book3s64/pkeys.c 	if (old_thread->uamor != new_thread->uamor)