Searched refs:fpexc (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/arm/vfp/ |
D | vfpmodule.c | 113 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 168 u32 fpexc; in vfp_notifier() local 175 fpexc = fmrx(FPEXC); in vfp_notifier() 185 if ((fpexc & FPEXC_EN) && vfp_current_hw_state[cpu]) in vfp_notifier() 186 vfp_save_state(vfp_current_hw_state[cpu], fpexc); in vfp_notifier() 193 fmxr(FPEXC, fpexc & ~FPEXC_EN); in vfp_notifier() 335 void VFP_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) in VFP_bounce() argument 339 pr_debug("VFP: bounce: trigger %08x fpexc %08x\n", trigger, fpexc); in VFP_bounce() 354 fmxr(FPEXC, fpexc & ~(FPEXC_EX|FPEXC_DEX|FPEXC_FP2V|FPEXC_VV|FPEXC_TRAP_MASK)); in VFP_bounce() 370 if (fpexc & FPEXC_EX) { in VFP_bounce() [all …]
|
D | vfp.h | 380 extern void vfp_save_state(void *location, u32 fpexc);
|
/linux-3.4.99/arch/unicore32/kernel/ |
D | fpu-ucf64.c | 78 void ucf64_exchandler(u32 inst, u32 fpexc, struct pt_regs *regs) in ucf64_exchandler() argument 80 u32 tmp = fpexc; in ucf64_exchandler() 81 u32 exc = F64_EXCEPTION_ERROR & fpexc; in ucf64_exchandler() 84 inst, fpexc); in ucf64_exchandler()
|
/linux-3.4.99/arch/arm/include/asm/ |
D | user.h | 98 unsigned long fpexc; member
|
D | fpstate.h | 35 __u32 fpexc; member
|