Searched refs:apga (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pointer_auth.h | 41 struct ptrauth_key apga; member 83 __ptrauth_key_install_nosync(APGA, keys->apga); in ptrauth_keys_install_user() 96 get_random_bytes(&keys->apga, sizeof(keys->apga)); in ptrauth_keys_init_user()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | pointer_auth.c | 45 get_random_bytes(&keys->apga, sizeof(keys->apga)); in ptrauth_prctl_reset_keys()
|
H A D | ptrace.c | 1333 ukeys->apgakey = pac_key_to_user(&keys->apga); in pac_generic_keys_to_user() 1339 keys->apga = pac_key_from_user(ukeys->apgakey); in pac_generic_keys_from_user()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 141 ret |= qemu_guest_getrandom(&env->keys.apga, in do_prctl_reset_keys()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 535 pac = pauth_computepac(env, x, y, env->keys.apga); in HELPER()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 695 ARMPACKey apga; member
|
H A D | helper.c | 7823 .fieldoffset = offsetof(CPUARMState, keys.apga.lo) }, 7828 .fieldoffset = offsetof(CPUARMState, keys.apga.hi) },
|