Searched refs:system_supports_generic_auth (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dpointer_auth.c18 if (!system_supports_address_auth() && !system_supports_generic_auth())
33 ((arg & PR_PAC_APGAKEY) && !system_supports_generic_auth()))
H A Dptrace.c1382 if (!system_supports_generic_auth())
1399 if (!system_supports_generic_auth())
/linux-master/arch/arm64/include/asm/
H A Dpointer_auth.h82 if (system_supports_generic_auth())
95 if (system_supports_generic_auth())
H A Dcpufeature.h788 static inline bool system_supports_generic_auth(void) function
795 return system_supports_address_auth() && system_supports_generic_auth();

Completed in 475 milliseconds