Lines Matching refs:si_code
776 int si_code = FPE_FLTUNK; in force_fcr31_sig() local
779 si_code = FPE_FLTINV; in force_fcr31_sig()
781 si_code = FPE_FLTDIV; in force_fcr31_sig()
783 si_code = FPE_FLTOVF; in force_fcr31_sig()
785 si_code = FPE_FLTUND; in force_fcr31_sig()
787 si_code = FPE_FLTRES; in force_fcr31_sig()
789 force_sig_fault_to_task(SIGFPE, si_code, fault_addr, tsk); in force_fcr31_sig()
794 int si_code; in process_fpemu_return() local
811 si_code = SEGV_ACCERR; in process_fpemu_return()
813 si_code = SEGV_MAPERR; in process_fpemu_return()
815 force_sig_fault(SIGSEGV, si_code, fault_addr); in process_fpemu_return()
969 void do_trap_or_bp(struct pt_regs *regs, unsigned int code, int si_code, in do_trap_or_bp() argument
1021 if (si_code) { in do_trap_or_bp()
1022 force_sig_fault(SIGTRAP, si_code, NULL); in do_trap_or_bp()