Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dpkeys.h177 extern void thread_pkey_regs_init(struct thread_struct *thread);
Dmmu_context.h284 #define thread_pkey_regs_init(thread) macro
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpkeys.c340 void thread_pkey_regs_init(struct thread_struct *thread) in thread_pkey_regs_init() function
/Linux-v5.10/arch/powerpc/kernel/
Dprocess.c1881 thread_pkey_regs_init(&current->thread); in start_thread()