Home
last modified time | relevance | path

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

/arch/arm/vfp/
A Dvfpmodule.c134 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_thread_flush()
139 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()
215 fmxr(FPEXC, fpexc & ~FPEXC_EN); in vfp_notifier()
486 if (fpexc & FPEXC_EN) { in vfp_pm_suspend()
494 fmxr(FPEXC, fpexc | FPEXC_EN); in vfp_pm_suspend()
557 fmxr(FPEXC, fpexc | FPEXC_EN); in vfp_sync_hwstate()
643 fpexc |= FPEXC_EN; in vfp_restore_user_hwstate()
690 if (fmrx(FPEXC) & FPEXC_EN) in vfp_kmode_exception()
727 if (!(fpexc & FPEXC_EN)) { in vfp_support_entry()
732 fpexc |= FPEXC_EN; in vfp_support_entry()
[all …]
/arch/arm/include/asm/
A Dvfp.h31 #define FPEXC_EN (1 << 30) macro

Completed in 5 milliseconds