Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kernel/
A Dpointer_auth.c18 if (!system_supports_address_auth() && !system_supports_generic_auth()) in ptrauth_prctl_reset_keys()
33 ((arg & PR_PAC_APGAKEY) && !system_supports_generic_auth())) in ptrauth_prctl_reset_keys()
A Dptrace.c1332 if (!system_supports_generic_auth()) in pac_generic_keys_get()
1349 if (!system_supports_generic_auth()) in pac_generic_keys_set()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpointer_auth.h75 if (system_supports_generic_auth()) in ptrauth_keys_install_user()
88 if (system_supports_generic_auth()) in ptrauth_keys_init_user()
A Dcpufeature.h801 static inline bool system_supports_generic_auth(void) in system_supports_generic_auth() function
809 return system_supports_address_auth() && system_supports_generic_auth(); in system_has_full_ptr_auth()

Completed in 11 milliseconds