Lines Matching refs:si_code
182 siginfo.si_code = code; in ia64_bad_break()
349 siginfo.si_code = __SI_FAULT; /* default code */ in handle_fpu_swa()
352 siginfo.si_code = FPE_FLTINV; in handle_fpu_swa()
356 siginfo.si_code = FPE_FLTUND; in handle_fpu_swa()
358 siginfo.si_code = FPE_FLTDIV; in handle_fpu_swa()
373 siginfo.si_code = __SI_FAULT; /* default code */ in handle_fpu_swa()
376 siginfo.si_code = FPE_FLTOVF; in handle_fpu_swa()
378 siginfo.si_code = FPE_FLTUND; in handle_fpu_swa()
380 siginfo.si_code = FPE_FLTRES; in handle_fpu_swa()
421 si.si_code = ILL_ILLOPC; in ia64_illegal_op_fault()
499 siginfo.si_code = code; in ia64_fault()
515 siginfo.si_code = ILL_ILLOPN; in ia64_fault()
552 siginfo.si_code = TRAP_HWBKPT; in ia64_fault()
562 case 35: siginfo.si_code = TRAP_BRANCH; ifa = 0; break; in ia64_fault()
563 case 36: siginfo.si_code = TRAP_TRACE; ifa = 0; break; in ia64_fault()
565 if (notify_die(DIE_FAULT, "ia64_fault", ®s, vector, siginfo.si_code, SIGTRAP) in ia64_fault()
583 siginfo.si_code = FPE_FLTINV; in ia64_fault()
615 siginfo.si_code = ILL_BADIADDR; in ia64_fault()