Lines Matching refs:trigger
350 static void VFP_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs) in VFP_bounce() argument
356 pr_debug("VFP: bounce: trigger %08x fpexc %08x\n", trigger, fpexc); in VFP_bounce()
392 trigger = fmrx(FPINST); in VFP_bounce()
400 si_code = vfp_raise_exceptions(VFP_EXCEPTION_ERROR, trigger, fpscr); in VFP_bounce()
423 exceptions = vfp_emulate_instruction(trigger, fpscr, regs); in VFP_bounce()
425 si_code2 = vfp_raise_exceptions(exceptions, trigger, orig_fpscr); in VFP_bounce()
439 trigger = fmrx(FPINST2); in VFP_bounce()
442 exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs); in VFP_bounce()
444 si_code = vfp_raise_exceptions(exceptions, trigger, orig_fpscr); in VFP_bounce()
706 static int vfp_support_entry(struct pt_regs *regs, u32 trigger) in vfp_support_entry() argument
715 return vfp_kmode_exception(regs, trigger); in vfp_support_entry()
805 VFP_bounce(trigger, fpexc, regs); in vfp_support_entry()