Searched refs:apib (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pointer_auth.h | 38 struct ptrauth_key apib; member 77 __ptrauth_key_install_nosync(APIB, keys->apib); in ptrauth_keys_install_user() 90 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_keys_init_user()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | pointer_auth.c | 39 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_prctl_reset_keys()
|
H A D | ptrace.c | 1279 ukeys->apibkey = pac_key_to_user(&keys->apib); in pac_address_keys_to_user() 1288 keys->apib = pac_key_from_user(ukeys->apibkey); in pac_address_keys_from_user()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 129 ret |= qemu_guest_getrandom(&env->keys.apib, in do_prctl_reset_keys()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 507 return pauth_addpac(env, x, y, &env->keys.apib, false); in HELPER() 569 return pauth_auth(env, x, y, &env->keys.apib, false, 1, ra, is_combined); in pauth_autib()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 692 ARMPACKey apib; member
|
H A D | helper.c | 7843 .fieldoffset = offsetof(CPUARMState, keys.apib.lo) }, 7848 .fieldoffset = offsetof(CPUARMState, keys.apib.hi) },
|