Searched refs:arch_set_user_pkey_access (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A 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/arch/arm64/include/asm/ |
H A D | pkeys.h | 15 int arch_set_user_pkey_access(struct task_struct *tsk, int pkey,
|
/linux/arch/x86/include/asm/ |
H A D | pkeys.h | 12 extern int arch_set_user_pkey_access(struct task_struct *tsk, int pkey,
|
/linux/arch/powerpc/include/asm/ |
H A 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/arch/x86/mm/ |
H A D | pkeys.c | 45 ret = arch_set_user_pkey_access(current, execute_only_pkey, in __execute_only_pkey()
|