Searched refs:FPEXC_EN (Results 1 – 3 of 3) sorted by relevance
56 if ((fpexc & FPEXC_EN) && last_VFP_context[cpu]) { in vfp_notifier()73 fmxr(FPEXC, fpexc & ~FPEXC_EN); in vfp_notifier()84 vfp->hard.fpexc = FPEXC_EN; in vfp_notifier()90 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_notifier()336 if (fpexc & FPEXC_EN) { in vfp_pm_suspend()341 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_pm_suspend()356 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_pm_resume()407 if (fpexc & FPEXC_EN) in vfp_sync_state()416 fmxr(FPEXC, fpexc | FPEXC_EN); in vfp_sync_state()
76 tst r1, #FPEXC_EN81 orr r1, r1, #FPEXC_EN @ user FPEXC has the enable bit set
34 #define FPEXC_EN (1 << 30) macro