Searched refs:system_supports_address_auth (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dpointer_auth.h59 if (system_supports_address_auth())
65 if (!system_supports_address_auth())
76 if (system_supports_address_auth()) {
88 if (system_supports_address_auth()) {
109 if (!system_supports_address_auth())
124 if (system_supports_address_auth()) \
H A Dcpufeature.h783 static inline bool system_supports_address_auth(void) function
795 return system_supports_address_auth() && system_supports_generic_auth();
/linux-master/arch/arm64/kernel/
H A Dpointer_auth.c18 if (!system_supports_address_auth() && !system_supports_generic_auth())
32 if (((arg & addr_key_mask) && !system_supports_address_auth()) ||
72 if (!system_supports_address_auth())
97 if (!system_supports_address_auth())
H A Dvmcore_info.c37 system_supports_address_auth() ?
H A Dptrace.c1254 if (!system_supports_address_auth())
1333 if (!system_supports_address_auth())
1350 if (!system_supports_address_auth())
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c647 if (!system_supports_address_auth()) {

Completed in 257 milliseconds