Searched refs:ILL_ILLADR (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | siginfo.h | 187 #define ILL_ILLADR 3 /* illegal addressing mode */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 147 #define ILL_ILLADR 3 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 145 #define ILL_ILLADR 3 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 145 #define ILL_ILLADR 3 macro
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | traps.c | 157 SIGSEGV, ILL_ILLADR, "error bus error exception");
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | traps.c | 93 DO_ERROR_INFO(addressing_exception, SIGILL, ILL_ILLADR,
|
H A D | uprobes.c | 389 do_report_trap(regs, SIGILL, ILL_ILLADR, NULL); in arch_uprobe_skip_sstep()
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | traps.c | 155 SIGSEGV, ILL_ILLADR, "error bus error exception");
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | siginfo.h | 198 #define ILL_ILLADR 3 /* illegal addressing mode */ macro
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | traps_64.c | 388 force_sig_fault(SIGILL, ILL_ILLADR, (void __user *)addr, 0); in sun4v_data_access_exception()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | traps_64.c | 387 force_sig_fault(SIGILL, ILL_ILLADR, (void __user *)addr); in sun4v_data_access_exception()
|
Completed in 20 milliseconds