Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dpointer_auth.c14 unsigned long addr_key_mask = PR_PAC_APIAKEY | PR_PAC_APIBKEY | in ptrauth_prctl_reset_keys()
36 if (arg & PR_PAC_APIAKEY) in ptrauth_prctl_reset_keys()
56 if (arg & PR_PAC_APIAKEY) in arg_to_enxx_mask()
104 retval |= PR_PAC_APIAKEY; in ptrauth_get_enabled_keys()
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h113 int all = (PR_PAC_APIAKEY | PR_PAC_APIBKEY | in do_prctl_reset_keys()
123 if (arg2 & PR_PAC_APIAKEY) { in do_prctl_reset_keys()
/openbmc/linux/Documentation/arch/arm64/
H A Dpointer-authentication.rst62 using the PR_PAC_RESET_KEYS prctl. A bitmask of PR_PAC_APIAKEY,
116 first being a bitmask of PR_PAC_APIAKEY, PR_PAC_APIBKEY, PR_PAC_APDAKEY
122 PR_PAC_APIAKEY | PR_PAC_APIBKEY | PR_PAC_APDAKEY | PR_PAC_APDBKEY,
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h227 # define PR_PAC_APIAKEY (1UL << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h227 # define PR_PAC_APIAKEY (1UL << 0) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpointer_auth.h21 (PR_PAC_APIAKEY | PR_PAC_APIBKEY | PR_PAC_APDAKEY | PR_PAC_APDBKEY)
/openbmc/qemu/linux-user/
H A Dsyscall.c6279 # define PR_PAC_APIAKEY (1 << 0) macro