Home
last modified time | relevance | path

Searched refs:ILL_ILLADR (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/asm-generic/
H A Dsiginfo.h193 #define ILL_ILLADR 3 /* illegal addressing mode */ macro
/linux/arch/csky/kernel/
H A Dtraps.c156 SIGSEGV, ILL_ILLADR, "error bus error exception");
/linux/arch/s390/kernel/
H A Dtraps.c97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR, "addressing exception")
H A Duprobes.c372 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL); in arch_uprobe_skip_sstep()
/linux/arch/sparc/kernel/
H A Dtraps_64.c388 force_sig_fault(SIGILL, ILL_ILLADR, (void __user *)addr); in sun4v_data_access_exception()