Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dtraps.c895 BUG_ON(!is_fp_enabled()); in init_restore_fp()
920 BUG_ON(!is_fp_enabled()); in init_restore_lsx()
946 BUG_ON(!is_fp_enabled()); in init_restore_lasx()
/linux/arch/loongarch/include/asm/
H A Dfpu.h69 static inline int is_fp_enabled(void) in is_fp_enabled() function