Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c436 restore_ffr = system_supports_fa64(); in task_fpsimd_load()
500 save_ffr = system_supports_fa64(); in fpsimd_save()
1416 if (system_supports_fa64()) in sme_suspend_exit()
2014 if (!system_supports_fa64()) in __efi_fpsimd_begin()
2065 if (!system_supports_fa64()) in __efi_fpsimd_end()
/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h771 static __always_inline bool system_supports_fa64(void) in system_supports_fa64() function