Searched refs:ptrauth_prctl_reset_keys (Results 1 – 3 of 3) sorted by relevance
66 extern int ptrauth_prctl_reset_keys(struct task_struct *tsk, unsigned long arg);91 #define ptrauth_prctl_reset_keys(tsk, arg) (-EINVAL) macro
302 #define PAC_RESET_KEYS(tsk, arg) ptrauth_prctl_reset_keys(tsk, arg)
10 int ptrauth_prctl_reset_keys(struct task_struct *tsk, unsigned long arg) in ptrauth_prctl_reset_keys() function