Home
last modified time | relevance | path

Searched refs:thread_pkey_regs_save (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpkeys.h174 extern void thread_pkey_regs_save(struct thread_struct *thread);
H A Dmmu_context.h282 #define thread_pkey_regs_save(thread) macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpkeys.c316 void thread_pkey_regs_save(struct thread_struct *thread) in thread_pkey_regs_save() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c592 thread_pkey_regs_save(&tsk->thread); in save_all()
1164 thread_pkey_regs_save(t); in save_sprs()
H A Dtraps.c354 thread_pkey_regs_save(&current->thread); in exception_common()