Home
last modified time | relevance | path

Searched refs:system_supports_sme2 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm64/kernel/
H A Dsignal.c882 if (!system_supports_sme2()) in parse_user_sigframe()
1046 if (err == 0 && system_supports_sme2() && user.zt) in restore_sigframe()
1226 if (system_supports_sme2()) { in setup_sigframe_layout()
1333 if (system_supports_sme2() && err == 0 && user->zt_offset) { in setup_sigframe()
H A Dfpsimd.c410 system_supports_sme2()); in task_fpsimd_load()
475 system_supports_sme2()); in fpsimd_save_user_state()
1340 if (system_supports_sme2()) in sme_suspend_exit()
H A Dptrace.c1197 if (!system_supports_sme2()) in zt_get()
1220 if (!system_supports_sme2()) in zt_set()
/linux-6.15/arch/arm64/include/asm/
H A Dfpsimd.h400 if (system_supports_sme2()) in sme_state_size()
H A Dcpufeature.h744 static __always_inline bool system_supports_sme2(void) in system_supports_sme2() function