Searched refs:BUS_OBJERR (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/arm/mach-bcm/ |
| H A D | bcm_5301x.c | 39 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR, in bcm5301x_init_early()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | fsr-2level.c | 34 { do_bad, SIGBUS, BUS_OBJERR, "imprecise external abort" }, /* xscale */
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | fault.c | 34 force_sig_fault(SIGBUS, BUS_OBJERR, NULL); in spufs_handle_event()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | fault.c | 864 { do_sea, SIGBUS, BUS_OBJERR, "synchronous external abort" }, 872 …{ do_sea, SIGBUS, BUS_OBJERR, "synchronous parity or ECC error" }, // Reserved when RAS is imple… 901 { do_bad, SIGBUS, BUS_OBJERR, "implementation fault (unsupported exclusive)" },
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 248 #define BUS_OBJERR 3 /* object specific hardware error */ macro
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | traps_32.c | 329 force_sig_fault(SIGBUS, BUS_OBJERR, (void __user *)pc);
|
| H A D | traps_64.c | 571 force_sig_fault(SIGBUS, BUS_OBJERR, (void *)0); in spitfire_ue_log()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | fault.c | 430 _exception(SIGBUS, regs, BUS_OBJERR, address); in ___do_page_fault()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | traps.c | 756 force_sig_fault(SIGBUS, BUS_OBJERR, in handle_interruption()
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 2365 force_sig_fault(SIGBUS, BUS_OBJERR, (void __user *)0); in DEFINE_IDTENTRY_VC_USER()
|