Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dfpsimd.c275 if (system_supports_sve() && test_thread_flag(TIF_SVE)) in task_fpsimd_load()
297 if (system_supports_sve() && test_thread_flag(TIF_SVE)) { in fpsimd_save()
380 if (system_supports_sve()) in sve_sysctl_init()
441 if (!system_supports_sve()) in fpsimd_to_sve()
467 if (!system_supports_sve()) in sve_to_fpsimd()
669 if (!system_supports_sve()) in sve_set_current_vl()
682 if (!system_supports_sve()) in sve_get_current_vl()
847 if (!system_supports_sve()) in sve_setup()
928 if (unlikely(!system_supports_sve()) || WARN_ON(is_compat_task())) { in do_sve_acc()
1023 if (system_supports_sve()) { in fpsimd_flush_thread()
[all …]
Dsyscall.c142 if (!system_supports_sve()) in sve_user_discard()
Dsignal.c389 if (!system_supports_sve()) in parse_user_sigframe()
515 if (!system_supports_sve()) in restore_sigframe()
585 if (system_supports_sve()) { in setup_sigframe_layout()
644 if (system_supports_sve() && err == 0 && user->sve_offset) { in setup_sigframe()
Dptrace.c789 if (!system_supports_sve()) in sve_get_size()
806 if (!system_supports_sve()) in sve_get()
874 if (!system_supports_sve()) in sve_set()
Dcpufeature.c2080 if (system_supports_sve()) in verify_local_cpu_capabilities()
/arch/arm64/kvm/
Dreset.c91 r = system_supports_sve(); in kvm_arch_vm_ioctl_check_extension()
109 if (system_supports_sve()) { in kvm_arm_init_sve()
135 if (!system_supports_sve()) in kvm_vcpu_enable_sve()
Dfpsimd.c107 bool host_has_sve = system_supports_sve(); in kvm_arch_vcpu_put_fp()
/arch/arm64/include/asm/
Dkvm_host.h373 #define vcpu_has_sve(vcpu) (system_supports_sve() && \
537 if (system_supports_sve()) in kvm_arch_requires_vhe()
Dcpufeature.h631 static inline bool system_supports_sve(void) in system_supports_sve() function
/arch/arm64/kvm/hyp/
Dswitch.c342 if (system_supports_sve()) { in __hyp_handle_fpsimd()