Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kernel/
A Dfpsimd.c422 if (system_supports_sme()) { in task_fpsimd_load()
488 if (system_supports_sme()) { in fpsimd_save()
621 if (system_supports_sme()) in sme_sysctl_init()
747 if (system_supports_sme()) in sve_state_size()
1359 if (!system_supports_sme()) in sme_setup()
1643 if (system_supports_sme()) { in fpsimd_flush_thread()
1736 if (system_supports_sme()) { in fpsimd_bind_task_to_cpu()
1861 if (system_supports_sme()) in fpsimd_flush_cpu_state()
1981 if (system_supports_sme()) { in __efi_fpsimd_begin()
1999 if (system_supports_sme()) in __efi_fpsimd_begin()
[all …]
A Dsignal.c288 if (!system_supports_sme()) in restore_sve_fpsimd_context()
298 if (!system_supports_sve() && !system_supports_sme()) in restore_sve_fpsimd_context()
643 if (!system_supports_sve() && !system_supports_sme()) in parse_user_sigframe()
654 if (!system_supports_sme()) in parse_user_sigframe()
665 if (!system_supports_sme()) in parse_user_sigframe()
805 if (err == 0 && system_supports_sme() && user.tpidr2) in restore_sigframe()
808 if (err == 0 && system_supports_sme() && user.za) in restore_sigframe()
877 if (system_supports_sve() || system_supports_sme()) { in setup_sigframe_layout()
896 if (system_supports_sme()) { in setup_sigframe_layout()
977 if (system_supports_sme() && err == 0) { in setup_sigframe()
[all …]
A Dsyscall.c176 if (system_supports_sme()) in fp_user_discard()
A Dptrace.c875 if (system_supports_sme()) { in sve_set_common()
990 if (!system_supports_sme()) in ssve_get()
1001 if (!system_supports_sme()) in ssve_set()
1016 if (!system_supports_sme()) in za_get()
1067 if (!system_supports_sme()) in za_set()
A Dcpuinfo.c336 if (system_supports_sme()) in cpuid_cpu_online()
A Dcpufeature.c3294 if (system_supports_sme()) in verify_local_cpu_capabilities()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dfpsimd.h79 return system_supports_sme() && (thread->svcr & SVCR_SM_MASK); in thread_sm_enabled()
84 return system_supports_sme() && (thread->svcr & SVCR_ZA_MASK); in thread_za_enabled()
100 if (system_supports_sme() && thread_sm_enabled(thread)) in sve_pffr()
A Dcpufeature.h766 static __always_inline bool system_supports_sme(void) in system_supports_sme() function
786 return system_supports_sme(); in system_supports_tpidr2()
A Dprocessor.h202 if (system_supports_sme() && (thread->svcr & SVCR_SM_MASK)) in thread_get_cur_vl()
/linux-6.3-rc2/arch/arm64/kvm/
A Dfpsimd.c99 if (system_supports_sme()) { in kvm_arch_vcpu_load_fp()
177 if (has_vhe() && system_supports_sme()) { in kvm_arch_vcpu_put_fp()

Completed in 31 milliseconds