Home
last modified time | relevance | path

Searched refs:system_supports_sve (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c222 if (system_supports_sve() && test_thread_flag(TIF_SVE)) in task_fpsimd_load()
244 if (system_supports_sve() && test_thread_flag(TIF_SVE)) { in fpsimd_save()
344 if (system_supports_sve()) in sve_sysctl_init()
376 if (!system_supports_sve()) in fpsimd_to_sve()
402 if (!system_supports_sve()) in sve_to_fpsimd()
608 if (!system_supports_sve()) in sve_set_current_vl()
621 if (!system_supports_sve()) in sve_get_current_vl()
748 if (!system_supports_sve()) in sve_setup()
809 if (unlikely(!system_supports_sve()) || WARN_ON(is_compat_task())) { in do_sve_acc()
905 if (system_supports_sve()) { in fpsimd_flush_thread()
[all …]
Dsyscall.c112 if (!system_supports_sve()) in sve_user_discard()
Dsignal.c404 if (!system_supports_sve()) in parse_user_sigframe()
530 if (!system_supports_sve()) in restore_sigframe()
600 if (system_supports_sve()) { in setup_sigframe_layout()
659 if (system_supports_sve() && err == 0 && user->sve_offset) { in setup_sigframe()
Dptrace.c788 if (!system_supports_sve()) in sve_get_size()
805 if (!system_supports_sve()) in sve_get()
873 if (!system_supports_sve()) in sve_set()
Dcpufeature.c1566 if (system_supports_sve()) in verify_local_cpu_capabilities()
/Linux-v4.19/arch/arm64/kvm/
Dfpsimd.c110 } else if (system_supports_sve()) { in kvm_arch_vcpu_put_fp()
/Linux-v4.19/arch/arm64/include/asm/
Dcpufeature.h505 static inline bool system_supports_sve(void) in system_supports_sve() function
Dkvm_host.h419 if (system_supports_sve()) in kvm_arch_check_sve_has_vhe()
/Linux-v4.19/arch/arm64/kvm/hyp/
Dswitch.c353 if (system_supports_sve() && in __hyp_switch_fpsimd()