Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dvfp.h58 bool vfp_is_enabled(void);
66 static inline bool vfp_is_enabled(void) in vfp_is_enabled() function
/optee_os-3.20.0/core/arch/arm/kernel/
A Dvfp.c12 bool vfp_is_enabled(void) in vfp_is_enabled() function
68 bool vfp_is_enabled(void) in vfp_is_enabled() function
101 assert(!vfp_is_enabled()); in vfp_lazy_save_state_final()
A Dthread.c785 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()
A Dabort.c424 if ((ai->abort_type != ABORT_TYPE_UNDEF) || vfp_is_enabled()) in is_vfp_fault()

Completed in 7 milliseconds