Home
last modified time | relevance | path

Searched refs:system_supports_fpsimd (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm64/kernel/
Dfpsimd.c873 if (!system_supports_fpsimd()) in fpsimd_thread_switch()
896 if (!system_supports_fpsimd()) in fpsimd_flush_thread()
951 if (!system_supports_fpsimd()) in fpsimd_preserve_current_state()
1011 if (!system_supports_fpsimd()) in fpsimd_restore_current_state()
1031 if (!system_supports_fpsimd()) in fpsimd_update_current_state()
1086 if (WARN_ON(!system_supports_fpsimd())) in kernel_neon_begin()
1120 if (!system_supports_fpsimd()) in kernel_neon_end()
1155 if (!system_supports_fpsimd()) in __efi_fpsimd_begin()
1187 if (!system_supports_fpsimd()) in __efi_fpsimd_end()
/Linux-v4.19/arch/arm64/include/asm/
Dneon.h17 #define cpu_has_neon() system_supports_fpsimd()
Dcpufeature.h494 static inline bool system_supports_fpsimd(void) in system_supports_fpsimd() function
/Linux-v4.19/arch/arm64/kvm/hyp/
Dswitch.c66 if (vcpu_el1_is_32bit(vcpu) && system_supports_fpsimd()) { in __activate_traps_fpsimd32()
404 if (system_supports_fpsimd() && in fixup_guest_exit()