Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpkeys.h175 extern void thread_pkey_regs_restore(struct thread_struct *new_thread,
H A Dmmu_context.h283 #define thread_pkey_regs_restore(new_thread, old_thread) macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c328 void thread_pkey_regs_restore(struct thread_struct *new_thread, in thread_pkey_regs_restore() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c1205 thread_pkey_regs_restore(new_thread, old_thread); in restore_sprs()