Searched refs:fpexc (Results 1 – 4 of 4) sorted by relevance
139 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()190 u32 fpexc; in vfp_notifier() local197 fpexc = fmrx(FPEXC); in vfp_notifier()207 if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu]) in vfp_notifier()208 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in vfp_notifier()215 fmxr(FPEXC, fpexc & ~FPEXC_EN); in vfp_notifier()350 static void VFP_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) in VFP_bounce() argument356 pr_debug("VFP: bounce: trigger %08x fpexc %08x\n", trigger, fpexc); in VFP_bounce()371 fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_DEX|FPEXC_FP2V|FPEXC_VV|FPEXC_TRAP_MASK)); in VFP_bounce()387 if (fpexc & FPEXC_EX) { in VFP_bounce()[all …]
377 asmlinkage void vfp_save_state(void *location, u32 fpexc);
95 unsigned long fpexc; member
32 __u32 fpexc; member