Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/include/asm/
Dpointer_auth.h32 struct ptrauth_key apda; member
71 __ptrauth_key_install_nosync(APDA, keys->apda); in ptrauth_keys_install_user()
84 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_keys_init_user()
/linux-6.1.9/arch/arm64/kernel/
Dpointer_auth.c41 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_prctl_reset_keys()
Dptrace.c1225 ukeys->apdakey = pac_key_to_user(&keys->apda); in pac_address_keys_to_user()
1234 keys->apda = pac_key_from_user(ukeys->apdakey); in pac_address_keys_from_user()