Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpkeys.h206 extern void thread_pkey_regs_restore(struct thread_struct *new_thread,
Dmmu_context.h260 #define thread_pkey_regs_restore(new_thread, old_thread) macro
/Linux-v4.19/arch/powerpc/mm/
Dpkeys.c280 void thread_pkey_regs_restore(struct thread_struct *new_thread, in thread_pkey_regs_restore() function
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1160 thread_pkey_regs_restore(new_thread, old_thread); in restore_sprs()