Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c413 restore_ffr = system_supports_fa64(); in task_fpsimd_load()
480 save_ffr = system_supports_fa64(); in fpsimd_save_user_state()
1338 if (system_supports_fa64()) in sme_suspend_exit()
2004 if (!system_supports_fa64()) in __efi_fpsimd_begin()
2055 if (!system_supports_fa64()) in __efi_fpsimd_end()
/linux-6.15/arch/arm64/include/asm/
H A Dcpufeature.h749 static __always_inline bool system_supports_fa64(void) in system_supports_fa64() function