Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dsignal.c677 if (!system_supports_sme2()) in parse_user_sigframe()
812 if (err == 0 && system_supports_sme2() && user.zt) in restore_sigframe()
922 if (system_supports_sme2()) { in setup_sigframe_layout()
994 if (system_supports_sme2() && err == 0 && user->zt_offset) { in setup_sigframe()
H A Dfpsimd.c433 system_supports_sme2()); in task_fpsimd_load()
495 system_supports_sme2()); in fpsimd_save()
1418 if (system_supports_sme2()) in sme_suspend_exit()
H A Dptrace.c1153 if (!system_supports_sme2()) in zt_get()
1176 if (!system_supports_sme2()) in zt_set()
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimd.h377 if (system_supports_sme2()) in sme_state_size()
H A Dcpufeature.h765 static __always_inline bool system_supports_sme2(void) in system_supports_sme2() function