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