Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpointer_auth.h38 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 Dpointer_auth.c39 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_prctl_reset_keys()
H A Dptrace.c1279 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 Dtarget_prctl.h129 ret |= qemu_guest_getrandom(&env->keys.apib, in do_prctl_reset_keys()
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c507 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 Dcpu.h692 ARMPACKey apib; member
H A Dhelper.c7843 .fieldoffset = offsetof(CPUARMState, keys.apib.lo) },
7848 .fieldoffset = offsetof(CPUARMState, keys.apib.hi) },