Home
last modified time | relevance | path

Searched refs:system_supports_fa64 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kernel/
H A Dfpsimd.c414 restore_ffr = system_supports_fa64(); in task_fpsimd_load()
487 save_ffr = system_supports_fa64(); in fpsimd_save_user_state()
1283 if (system_supports_fa64()) in sme_suspend_exit()
/linux/arch/arm64/include/asm/
H A Dcpufeature.h772 static __always_inline bool system_supports_fa64(void) in system_supports_fa64() function