Home
last modified time | relevance | path

Searched refs:PR_PAC_APGAKEY (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dpointer_auth.c16 unsigned long key_mask = addr_key_mask | PR_PAC_APGAKEY; in ptrauth_prctl_reset_keys()
33 ((arg & PR_PAC_APGAKEY) && !system_supports_generic_auth())) in ptrauth_prctl_reset_keys()
44 if (arg & PR_PAC_APGAKEY) in ptrauth_prctl_reset_keys()
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h115 PR_PAC_APDAKEY | PR_PAC_APDBKEY | PR_PAC_APGAKEY); in do_prctl_reset_keys()
140 if (arg2 & PR_PAC_APGAKEY) { in do_prctl_reset_keys()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h231 # define PR_PAC_APGAKEY (1UL << 4) macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h231 # define PR_PAC_APGAKEY (1UL << 4) macro
/openbmc/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst63 PR_PAC_APIBKEY, PR_PAC_APDAKEY, PR_PAC_APDBKEY and PR_PAC_APGAKEY
/openbmc/qemu/linux-user/
H A Dsyscall.c6277 # define PR_PAC_APGAKEY (1 << 4) macro