Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h198 #define ILL_ILLADR 3 /* illegal addressing mode */ macro
/openbmc/linux/arch/csky/kernel/
H A Dtraps.c155 SIGSEGV, ILL_ILLADR, "error bus error exception");
/openbmc/linux/arch/s390/kernel/
H A Dtraps.c97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
H A Duprobes.c380 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL); in arch_uprobe_skip_sstep()
/openbmc/qemu/linux-user/
H A Dsignal.c905 case ILL_ILLADR: in die_from_signal()
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c387 force_sig_fault(SIGILL, ILL_ILLADR, (void __user *)addr); in sun4v_data_access_exception()