system_supports_address_auth  374 arch/arm64/include/asm/kvm_host.h #define vcpu_has_ptrauth(vcpu)	((system_supports_address_auth() || \
system_supports_address_auth   35 arch/arm64/include/asm/pointer_auth.h 	if (system_supports_address_auth()) {
system_supports_address_auth   55 arch/arm64/include/asm/pointer_auth.h 	if (system_supports_address_auth()) {
system_supports_address_auth   17 arch/arm64/kernel/pointer_auth.c 	if (!system_supports_address_auth() && !system_supports_generic_auth())
system_supports_address_auth   29 arch/arm64/kernel/pointer_auth.c 	if (((arg & addr_key_mask) && !system_supports_address_auth()) ||
system_supports_address_auth  979 arch/arm64/kernel/ptrace.c 	if (!system_supports_address_auth())
system_supports_address_auth 1027 arch/arm64/kernel/ptrace.c 	if (!system_supports_address_auth())
system_supports_address_auth 1045 arch/arm64/kernel/ptrace.c 	if (!system_supports_address_auth())
system_supports_address_auth   95 arch/arm64/kvm/reset.c 		r = has_vhe() && system_supports_address_auth() &&
system_supports_address_auth  224 arch/arm64/kvm/reset.c 	if (!system_supports_address_auth() ||