Home
last modified time | relevance | path

Searched refs:system_supports_address_auth (Results 1 – 5 of 5) sorted by relevance

/arch/arm64/include/asm/
Dpointer_auth.h50 if (system_supports_address_auth()) { in ptrauth_keys_install_user()
62 if (system_supports_address_auth()) { in ptrauth_keys_init_user()
77 if (system_supports_address_auth()) in ptrauth_keys_init_kernel()
83 if (!system_supports_address_auth()) in ptrauth_keys_switch_kernel()
103 if (!system_supports_address_auth()) in ptrauth_enable()
118 if (system_supports_address_auth()) \
Dcpufeature.h735 static inline bool system_supports_address_auth(void) in system_supports_address_auth() function
749 return system_supports_address_auth() && system_supports_generic_auth(); in system_has_full_ptr_auth()
/arch/arm64/kernel/
Dpointer_auth.c18 if (!system_supports_address_auth() && !system_supports_generic_auth()) in ptrauth_prctl_reset_keys()
32 if (((arg & addr_key_mask) && !system_supports_address_auth()) || in ptrauth_prctl_reset_keys()
72 if (!system_supports_address_auth()) in ptrauth_set_enabled_keys()
97 if (!system_supports_address_auth()) in ptrauth_get_enabled_keys()
Dcrash_core.c31 system_supports_address_auth() ? in arch_crash_save_vmcoreinfo()
Dptrace.c905 if (!system_supports_address_auth()) in pac_mask_get()
984 if (!system_supports_address_auth()) in pac_address_keys_get()
1001 if (!system_supports_address_auth()) in pac_address_keys_set()