Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/powerpc/mm/book3s64/
Dpkeys.c282 void thread_pkey_regs_restore(struct thread_struct *new_thread, in thread_pkey_regs_restore() function
/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c1119 thread_pkey_regs_restore(new_thread, old_thread); in restore_sprs()