Home
last modified time | relevance | path

Searched refs:ptrauth_keys_install_user (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dpointer_auth.h74 static inline void ptrauth_keys_install_user(struct ptrauth_keys_user *keys) in ptrauth_keys_install_user() function
98 ptrauth_keys_install_user(keys); in ptrauth_keys_init_user()
117 ptrauth_keys_install_user(&current->thread.keys_user)
131 ptrauth_keys_install_user(&(tsk)->thread.keys_user)
H A Dasm_pointer_auth.h87 .macro ptrauth_keys_install_user tsk, tmp1, tmp2, tmp3
/openbmc/linux/arch/arm64/kernel/
H A Dpointer_auth.c46 ptrauth_keys_install_user(keys); in ptrauth_prctl_reset_keys()