Home
last modified time | relevance | path

Searched refs:ptrauth_keys_user (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpointer_auth.h36 struct ptrauth_keys_user { struct
74 static inline void ptrauth_keys_install_user(struct ptrauth_keys_user *keys) in ptrauth_keys_install_user()
86 static inline void ptrauth_keys_init_user(struct ptrauth_keys_user *keys) in ptrauth_keys_init_user()
/linux/arch/arm64/kernel/
H A Dpointer_auth.c13 struct ptrauth_keys_user *keys = &tsk->thread.keys_user; in ptrauth_prctl_reset_keys()