Searched refs:ILL_ILLADR (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 198 #define ILL_ILLADR 3 /* illegal addressing mode */ macro
|
/openbmc/linux/arch/csky/kernel/ |
H A D | traps.c | 155 SIGSEGV, ILL_ILLADR, "error bus error exception");
|
/openbmc/linux/arch/s390/kernel/ |
H A D | traps.c | 97 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
|
H A D | uprobes.c | 380 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL); in arch_uprobe_skip_sstep()
|
/openbmc/qemu/linux-user/ |
H A D | signal.c | 905 case ILL_ILLADR: in die_from_signal()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | traps_64.c | 387 force_sig_fault(SIGILL, ILL_ILLADR, (void __user *)addr); in sun4v_data_access_exception()
|