Home
last modified time | relevance | path

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

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