Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dfpsimd.c288 if (system_supports_sve() && test_thread_flag(TIF_SVE)) in task_fpsimd_load()
310 if (system_supports_sve() && test_thread_flag(TIF_SVE)) { in fpsimd_save()
392 if (system_supports_sve()) in sve_sysctl_init()
453 if (!system_supports_sve()) in fpsimd_to_sve()
479 if (!system_supports_sve()) in sve_to_fpsimd()
681 if (!system_supports_sve() || is_compat_task()) in sve_set_current_vl()
694 if (!system_supports_sve() || is_compat_task()) in sve_get_current_vl()
859 if (!system_supports_sve()) in sve_setup()
940 if (unlikely(!system_supports_sve()) || WARN_ON(is_compat_task())) { in do_sve_acc()
1035 if (system_supports_sve()) { in fpsimd_flush_thread()
[all …]
Dsignal.c391 if (!system_supports_sve()) in parse_user_sigframe()
517 if (!system_supports_sve()) in restore_sigframe()
587 if (system_supports_sve()) { in setup_sigframe_layout()
646 if (system_supports_sve() && err == 0 && user->sve_offset) { in setup_sigframe()
Dsyscall.c186 if (!system_supports_sve()) in sve_user_discard()
Dptrace.c752 if (!system_supports_sve()) in sve_get()
804 if (!system_supports_sve()) in sve_set()
Dcpufeature.c2602 if (system_supports_sve()) in verify_local_cpu_capabilities()
/Linux-v5.10/arch/arm64/kvm/
Dreset.c84 r = system_supports_sve(); in kvm_arch_vm_ioctl_check_extension()
101 if (system_supports_sve()) { in kvm_arm_init_sve()
127 if (!system_supports_sve()) in kvm_vcpu_enable_sve()
Dfpsimd.c106 bool host_has_sve = system_supports_sve(); in kvm_arch_vcpu_put_fp()
/Linux-v5.10/arch/arm64/include/asm/
Dkvm_host.h413 #define vcpu_has_sve(vcpu) (system_supports_sve() && \
589 if (system_supports_sve()) in kvm_arch_requires_vhe()
Dcpufeature.h678 static __always_inline bool system_supports_sve(void) in system_supports_sve() function
/Linux-v5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h211 if (has_vhe() && system_supports_sve()) { in __hyp_handle_fpsimd()