Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpkeys.h205 extern void thread_pkey_regs_save(struct thread_struct *thread);
Dmmu_context.h259 #define thread_pkey_regs_save(thread) macro
/Linux-v4.19/arch/powerpc/mm/
Dpkeys.c267 void thread_pkey_regs_save(struct thread_struct *thread) in thread_pkey_regs_save() function
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c586 thread_pkey_regs_save(&tsk->thread); in save_all()
1119 thread_pkey_regs_save(t); in save_sprs()
Dtraps.c365 thread_pkey_regs_save(&current->thread); in _exception_pkey()