Home
last modified time | relevance | path

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

/arch/arm/vfp/
Dvfpmodule.c82 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_force_reload()
109 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_thread_flush()
114 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()
182 if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu]) in vfp_notifier()
190 fmxr(FPEXC, fpexc & ~FPEXC_EN); in vfp_notifier()
464 if (fpexc & FPEXC_EN) { in vfp_pm_suspend()
469 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_pm_suspend()
472 fmxr(FPEXC, fpexc | FPEXC_EN); in vfp_pm_suspend()
490 fmxr(FPEXC, fmrx(FPEXC) & ~FPEXC_EN); in vfp_pm_resume()
535 fmxr(FPEXC, fpexc | FPEXC_EN); in vfp_sync_hwstate()
[all …]
Dvfphw.S91 tst r1, #FPEXC_EN
96 orr r1, r1, #FPEXC_EN @ user FPEXC has the enable bit set
/arch/arm/kvm/hyp/
Dswitch.c41 if (!(val & FPEXC_EN)) { in __activate_traps()
42 write_sysreg(val | FPEXC_EN, VFP_FPEXC); in __activate_traps()
Dvfp.S30 orr r5, r1, #FPEXC_EN
/arch/arm/include/asm/
Dvfp.h39 #define FPEXC_EN (1 << 30) macro
/arch/arm/kernel/
Dperf_event_v7.c1388 fp_new_val = *fp_orig_val | FPEXC_EN; in venum_pre_pmresr()