Searched refs:apda (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pointer_auth.h | 39 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 D | pointer_auth.c | 41 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_prctl_reset_keys()
|
H A D | ptrace.c | 1280 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 D | target_prctl.h | 133 ret |= qemu_guest_getrandom(&env->keys.apda, in do_prctl_reset_keys()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 517 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 D | cpu.h | 693 ARMPACKey apda; member
|
H A D | helper.c | 7803 .fieldoffset = offsetof(CPUARMState, keys.apda.lo) }, 7808 .fieldoffset = offsetof(CPUARMState, keys.apda.hi) },
|