Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpointer_auth.h39 struct ptrauth_key apda; member
78 __ptrauth_key_install_nosync(APDA, keys->apda); in ptrauth_keys_install_user()
91 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_keys_init_user()
/openbmc/linux/arch/arm64/kernel/
H A Dpointer_auth.c41 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_prctl_reset_keys()
H A Dptrace.c1280 ukeys->apdakey = pac_key_to_user(&keys->apda); in pac_address_keys_to_user()
1289 keys->apda = pac_key_from_user(ukeys->apdakey); in pac_address_keys_from_user()
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h133 ret |= qemu_guest_getrandom(&env->keys.apda, in do_prctl_reset_keys()
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c517 return pauth_addpac(env, x, y, &env->keys.apda, true); in HELPER()
590 return pauth_auth(env, x, y, &env->keys.apda, true, 0, ra, is_combined); in pauth_autda()
/openbmc/qemu/target/arm/
H A Dcpu.h693 ARMPACKey apda; member
H A Dhelper.c7803 .fieldoffset = offsetof(CPUARMState, keys.apda.lo) },
7808 .fieldoffset = offsetof(CPUARMState, keys.apda.hi) },