Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpointer_auth.h59 if (system_supports_address_auth()) in ptrauth_keys_init_kernel()
65 if (!system_supports_address_auth()) in ptrauth_keys_switch_kernel()
76 if (system_supports_address_auth()) { in ptrauth_keys_install_user()
88 if (system_supports_address_auth()) { in ptrauth_keys_init_user()
109 if (!system_supports_address_auth()) in ptrauth_enable()
124 if (system_supports_address_auth()) \
H A Dcpufeature.h788 static inline bool system_supports_address_auth(void) in system_supports_address_auth() function
802 return system_supports_address_auth() && system_supports_generic_auth(); in system_has_full_ptr_auth()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A 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()
H A Dcrash_core.c38 system_supports_address_auth() ? in arch_crash_save_vmcoreinfo()
H A Dptrace.c1224 if (!system_supports_address_auth()) in pac_mask_get()
1303 if (!system_supports_address_auth()) in pac_address_keys_get()
1320 if (!system_supports_address_auth()) in pac_address_keys_set()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpointer_auth.h39 if (system_supports_address_auth()) { in ptrauth_keys_init_user()
59 if (system_supports_address_auth()) in ptrauth_keys_init_kernel()
65 if (!system_supports_address_auth()) in ptrauth_keys_switch_kernel()
H A Dcpufeature.h721 static inline bool system_supports_address_auth(void) in system_supports_address_auth() function
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A 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()
H A Dcrash_core.c31 system_supports_address_auth() ? in arch_crash_save_vmcoreinfo()
H A Dptrace.c908 if (!system_supports_address_auth()) in pac_mask_get()
955 if (!system_supports_address_auth()) in pac_address_keys_get()
972 if (!system_supports_address_auth()) in pac_address_keys_set()
/kernel/linux/linux-5.10/drivers/misc/lkdtm/
H A Dbugs.c474 if (!system_supports_address_auth()) { in lkdtm_CORRUPT_PAC()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dreset.c47 return system_supports_address_auth() && system_supports_generic_auth(); in system_has_full_ptr_auth()
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dbugs.c619 if (!system_supports_address_auth()) { in lkdtm_CORRUPT_PAC()

Completed in 12 milliseconds