Lines Matching defs:code
174 void arm64_force_sig_fault(int signo, int code, void __user *addr,
181 force_sig_fault(signo, code, addr);
184 void arm64_force_sig_mceerr(int code, void __user *addr, short lsb,
188 force_sig_mceerr(code, addr, lsb);
316 void force_signal_inject(int signal, int code, unsigned long address, unsigned int err)
338 siginfo_layout(signal, code) != SIL_FAULT)) {
342 arm64_notify_die(desc, regs, signal, code, (void __user *)address, err);
350 int code;
354 code = SEGV_MAPERR;
356 code = SEGV_ACCERR;
359 force_signal_inject(SIGSEGV, code, addr, 0);
752 pr_crit("Bad mode in %s handler detected on CPU%d, code 0x%08x -- %s\n",
819 pr_crit("SError Interrupt on CPU%d, code 0x%08x -- %s\n",
881 * back to the debug-monitors code and handled as a fatal
948 * code.