Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpkeys.h208 extern void thread_pkey_regs_init(struct thread_struct *thread);
Dmmu_context.h261 #define thread_pkey_regs_init(thread) macro
/Linux-v4.19/arch/powerpc/mm/
Dpkeys.c294 void thread_pkey_regs_init(struct thread_struct *thread) in thread_pkey_regs_init() function
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1844 thread_pkey_regs_init(&current->thread); in start_thread()