Home
last modified time | relevance | path

Searched refs:PAC_GET_ENABLED_KEYS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h388 #define PAC_GET_ENABLED_KEYS(tsk) ptrauth_get_enabled_keys(tsk) macro
/openbmc/linux/kernel/
H A Dsys.c134 #ifndef PAC_GET_ENABLED_KEYS
135 # define PAC_GET_ENABLED_KEYS(a) (-EINVAL) macro
2666 error = PAC_GET_ENABLED_KEYS(me); in SYSCALL_DEFINE5()