Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dfpsimd.c274 if (system_supports_sve() && test_thread_flag(TIF_SVE)) in task_fpsimd_load()
295 if (system_supports_sve() && test_thread_flag(TIF_SVE)) { in fpsimd_save()
378 if (system_supports_sve()) in sve_sysctl_init()
439 if (!system_supports_sve()) in fpsimd_to_sve()
465 if (!system_supports_sve()) in sve_to_fpsimd()
667 if (!system_supports_sve()) in sve_set_current_vl()
680 if (!system_supports_sve()) in sve_get_current_vl()
845 if (!system_supports_sve()) in sve_setup()
926 if (unlikely(!system_supports_sve()) || WARN_ON(is_compat_task())) { in do_sve_acc()
1021 if (system_supports_sve()) { in fpsimd_flush_thread()
[all …]
Dsyscall.c142 if (!system_supports_sve()) in sve_user_discard()
Dsignal.c388 if (!system_supports_sve()) in parse_user_sigframe()
514 if (!system_supports_sve()) in restore_sigframe()
584 if (system_supports_sve()) { in setup_sigframe_layout()
643 if (system_supports_sve() && err == 0 && user->sve_offset) { in setup_sigframe()
Dptrace.c776 if (!system_supports_sve()) in sve_get_size()
793 if (!system_supports_sve()) in sve_get()
861 if (!system_supports_sve()) in sve_set()
Dcpufeature.c1958 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.h371 #define vcpu_has_sve(vcpu) (system_supports_sve() && \
533 if (system_supports_sve()) in kvm_arch_requires_vhe()
Dcpufeature.h578 static inline bool system_supports_sve(void) in system_supports_sve() function
/arch/arm64/kvm/hyp/
Dswitch.c314 if (system_supports_sve()) { in __hyp_handle_fpsimd()