Searched refs:ARMPACKey (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 126 sizeof(ARMPACKey), &err); in do_prctl_reset_keys() 130 sizeof(ARMPACKey), &err); in do_prctl_reset_keys() 134 sizeof(ARMPACKey), &err); in do_prctl_reset_keys() 138 sizeof(ARMPACKey), &err); in do_prctl_reset_keys() 142 sizeof(ARMPACKey), &err); in do_prctl_reset_keys()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | pauth_helper.c | 228 ARMPACKey key, bool isqarma3) in pauth_computepac_architected() 310 ARMPACKey key) in pauth_computepac_impdef() 316 uint64_t modifier, ARMPACKey key) in pauth_computepac() 328 ARMPACKey *key, bool data) in pauth_addpac() 409 ARMPACKey *key, bool data, int keynumber, in pauth_auth()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 190 typedef struct ARMPACKey { struct 192 } ARMPACKey; typedef 691 ARMPACKey apia; 692 ARMPACKey apib; 693 ARMPACKey apda; 694 ARMPACKey apdb; 695 ARMPACKey apga;
|