Lines Matching refs:si_code
723 int si_code = FPE_FLTUNK; in force_fcr31_sig() local
726 si_code = FPE_FLTINV; in force_fcr31_sig()
728 si_code = FPE_FLTDIV; in force_fcr31_sig()
730 si_code = FPE_FLTOVF; in force_fcr31_sig()
732 si_code = FPE_FLTUND; in force_fcr31_sig()
734 si_code = FPE_FLTRES; in force_fcr31_sig()
736 force_sig_fault_to_task(SIGFPE, si_code, fault_addr, tsk); in force_fcr31_sig()
741 int si_code; in process_fpemu_return() local
760 si_code = SEGV_ACCERR; in process_fpemu_return()
762 si_code = SEGV_MAPERR; in process_fpemu_return()
764 force_sig_fault(SIGSEGV, si_code, fault_addr); in process_fpemu_return()
918 void do_trap_or_bp(struct pt_regs *regs, unsigned int code, int si_code, in do_trap_or_bp() argument
970 if (si_code) { in do_trap_or_bp()
971 force_sig_fault(SIGTRAP, si_code, NULL); in do_trap_or_bp()