Lines Matching defs:trigger
323 void VFP_bounce(u32 trigger, u32 fpexc, struct pt_regs *regs)
327 pr_debug("VFP: bounce: trigger %08x fpexc %08x\n", trigger, fpexc);
353 * Synchronous exception, emulate the trigger instruction
364 trigger = fmrx(FPINST);
373 vfp_raise_exceptions(VFP_EXCEPTION_ERROR, trigger, fpscr, regs);
396 exceptions = vfp_emulate_instruction(trigger, fpscr, regs);
398 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs);
412 trigger = fmrx(FPINST2);
415 exceptions = vfp_emulate_instruction(trigger, orig_fpscr, regs);
417 vfp_raise_exceptions(exceptions, trigger, orig_fpscr, regs);