Searched refs:arch_set_user_pkey_access (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | pkeys.h | 38 static inline int arch_set_user_pkey_access(struct task_struct *tsk, int pkey, in arch_set_user_pkey_access() function
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pkeys.h | 12 extern int arch_set_user_pkey_access(struct task_struct *tsk, int pkey,
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | pkeys.h | 148 static inline int arch_set_user_pkey_access(struct task_struct *tsk, int pkey, in arch_set_user_pkey_access() function
|
/linux-6.1.9/arch/x86/mm/ |
D | pkeys.c | 45 ret = arch_set_user_pkey_access(current, execute_only_pkey, in __execute_only_pkey()
|
/linux-6.1.9/mm/ |
D | mprotect.c | 849 ret = arch_set_user_pkey_access(current, pkey, init_val); in SYSCALL_DEFINE2()
|
/linux-6.1.9/arch/x86/kernel/fpu/ |
D | xstate.c | 997 int arch_set_user_pkey_access(struct task_struct *tsk, int pkey, in arch_set_user_pkey_access() function
|