Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dtraps.c889 BUG_ON(!is_fp_enabled()); in init_restore_fp()
914 BUG_ON(!is_fp_enabled()); in init_restore_lsx()
940 BUG_ON(!is_fp_enabled()); in init_restore_lasx()
/linux-6.15/arch/loongarch/include/asm/
H A Dfpu.h69 static inline int is_fp_enabled(void) in is_fp_enabled() function