Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dprocessor.h396 #define PAC_GET_ENABLED_KEYS(tsk) ptrauth_get_enabled_keys(tsk) macro
/linux-6.12.1/kernel/
Dsys.c134 #ifndef PAC_GET_ENABLED_KEYS
135 # define PAC_GET_ENABLED_KEYS(a) (-EINVAL) macro
2690 error = PAC_GET_ENABLED_KEYS(me); in SYSCALL_DEFINE5()