Searched refs:vfp_is_enabled (Results 1 – 4 of 4) sorted by relevance
12 bool vfp_is_enabled(void) in vfp_is_enabled() function68 bool vfp_is_enabled(void) in vfp_is_enabled() function101 assert(!vfp_is_enabled()); in vfp_lazy_save_state_final()
802 assert(!vfp_is_enabled()); in thread_kernel_enable_vfp()834 assert(vfp_is_enabled()); in thread_kernel_disable_vfp()849 if (vfp_is_enabled()) { in thread_kernel_save_vfp()860 assert(!vfp_is_enabled()); in thread_kernel_restore_vfp()875 assert(!vfp_is_enabled()); in thread_user_enable_vfp()904 if (!vfp_is_enabled()) in thread_user_save_vfp()
437 if ((ai->abort_type != ABORT_TYPE_UNDEF) || vfp_is_enabled()) in is_vfp_fault()
58 bool vfp_is_enabled(void);66 static inline bool vfp_is_enabled(void) in vfp_is_enabled() function