Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kernel/
Dpointer_auth.c17 if (!system_supports_address_auth() && !system_supports_generic_auth()) in ptrauth_prctl_reset_keys()
29 if (((arg & addr_key_mask) && !system_supports_address_auth()) || in ptrauth_prctl_reset_keys()
Dptrace.c966 if (!system_supports_address_auth()) in pac_mask_get()
1014 if (!system_supports_address_auth()) in pac_address_keys_get()
1032 if (!system_supports_address_auth()) in pac_address_keys_set()
/Linux-v5.4/arch/arm64/include/asm/
Dpointer_auth.h35 if (system_supports_address_auth()) { in ptrauth_keys_init()
55 if (system_supports_address_auth()) { in ptrauth_keys_switch()
Dcpufeature.h590 static inline bool system_supports_address_auth(void) in system_supports_address_auth() function
Dkvm_host.h374 #define vcpu_has_ptrauth(vcpu) ((system_supports_address_auth() || \
/Linux-v5.4/arch/arm64/kvm/
Dreset.c95 r = has_vhe() && system_supports_address_auth() && in kvm_arch_vm_ioctl_check_extension()
224 if (!system_supports_address_auth() || in kvm_vcpu_enable_ptrauth()