Searched refs:vfp_is_enabled (Results 1 – 4 of 4) sorted by relevance
58 bool vfp_is_enabled(void);66 static inline bool vfp_is_enabled(void) in vfp_is_enabled() function
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()
785 assert(!vfp_is_enabled()); in thread_kernel_enable_vfp()817 assert(vfp_is_enabled()); in thread_kernel_disable_vfp()832 if (vfp_is_enabled()) { in thread_kernel_save_vfp()843 assert(!vfp_is_enabled()); in thread_kernel_restore_vfp()858 assert(!vfp_is_enabled()); in thread_user_enable_vfp()887 if (!vfp_is_enabled()) in thread_user_save_vfp()
424 if ((ai->abort_type != ABORT_TYPE_UNDEF) || vfp_is_enabled()) in is_vfp_fault()
Completed in 7 milliseconds