Searched refs:SIGBUS (Results 1 - 25 of 115) sorted by relevance

12345

/linux-master/arch/arm/mm/
H A Dfsr-3level.c3 { do_bad, SIGBUS, 0, "unknown 0" },
4 { do_bad, SIGBUS, 0, "unknown 1" },
5 { do_bad, SIGBUS, 0, "unknown 2" },
6 { do_bad, SIGBUS, 0, "unknown 3" },
7 { do_bad, SIGBUS, 0, "reserved translation fault" },
11 { do_bad, SIGBUS, 0, "reserved access flag fault" },
15 { do_bad, SIGBUS, 0, "reserved permission fault" },
19 { do_bad, SIGBUS, 0, "synchronous external abort" },
20 { do_bad, SIGBUS, 0, "asynchronous external abort" },
21 { do_bad, SIGBUS,
[all...]
H A Dfsr-2level.c8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
11 { do_bad, SIGBUS, 0, "external abort on linefetch" },
13 { do_bad, SIGBUS, 0, "external abort on linefetch" },
15 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
17 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
19 { do_bad, SIGBUS, 0, "external abort on translation" },
21 { do_bad, SIGBUS, 0, "external abort on translation" },
28 { do_bad, SIGBUS, 0, "unknown 16" },
29 { do_bad, SIGBUS,
[all...]
/linux-master/arch/powerpc/platforms/8xx/
H A Dmachine_check.c29 bad_page_fault(regs, SIGBUS);
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c88 die("opcode exception", regs, SIGBUS);
93 _exception(SIGBUS, regs, BUS_ADRERR, addr);
97 die("bus exception", regs, SIGBUS);
102 _exception(SIGBUS, regs, BUS_ADRERR, addr);
106 die("bus exception", regs, SIGBUS);
115 die("Divide by zero exception", regs, SIGBUS);
/linux-master/arch/arm/mach-bcm/
H A Dbcm_5301x.c39 hook_fault_code(16 + 6, bcm5301x_abort_handler, SIGBUS, BUS_OBJERR,
/linux-master/arch/mips/sgi-ip32/
H A Dip32-berr.c34 force_sig(SIGBUS);
/linux-master/security/apparmor/include/
H A Dsig_names.h20 [SIGBUS] = 7, /* 10, 7, 10 */
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dcopy_first_unaligned.c6 * caught and sent a SIGBUS.
44 sigaction(SIGBUS, &signal_action, NULL);
54 /* Register our signal handler with SIGBUS */
/linux-master/arch/m68k/include/uapi/asm/
H A Dsignal.h25 #define SIGBUS 7 macro
/linux-master/arch/arc/kernel/
H A Dtraps.c72 DO_ERROR_INFO(SIGBUS, "Invalid Mem Access", __weak do_memory_error, BUS_ADRERR)
74 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
/linux-master/arch/microblaze/mm/
H A Dfault.c225 bad_page_fault(regs, address, SIGBUS);
295 force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *)address);
298 bad_page_fault(regs, address, SIGBUS);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c34 force_sig_fault(SIGBUS, BUS_OBJERR, NULL);
42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL);
/linux-master/arch/mips/include/uapi/asm/
H A Dsignal.h35 #define SIGBUS 10 /* BUS error (4.2 BSD). */ macro
/linux-master/arch/s390/include/uapi/asm/
H A Dsignal.h33 #define SIGBUS 7 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dsignal.h32 #define SIGBUS 10 macro
/linux-master/arch/xtensa/include/uapi/asm/
H A Dsignal.h42 #define SIGBUS 7 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dsignal.h25 #define SIGBUS 7 macro
/linux-master/include/uapi/asm-generic/
H A Dsignal.h18 #define SIGBUS 7 macro
/linux-master/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c47 FAIL_IF(sigaction(SIGBUS, &act, NULL) != 0);
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsignal.h28 #define SIGBUS 7 macro
/linux-master/arch/hexagon/kernel/
H A Dtraps.c235 force_sig(SIGBUS);
246 force_sig(SIGBUS);
252 force_sig(SIGBUS);
268 force_sig(SIGBUS);
/linux-master/arch/x86/include/uapi/asm/
H A Dsignal.h29 #define SIGBUS 7 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dsignal.h15 #define SIGBUS 10 macro
/linux-master/arch/powerpc/mm/
H A Dfault.c143 return SIGBUS;
163 force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *)address);
430 _exception(SIGBUS, regs, BUS_OBJERR, address);
433 return SIGBUS;
511 return user_mode(regs) ? 0 : SIGBUS;
546 return user_mode(regs) ? 0 : SIGBUS;
/linux-master/arch/m68k/mm/
H A Dfault.c40 //if (signo == SIGBUS)
191 current->thread.signo = SIGBUS;
196 current->thread.signo = SIGBUS;

Completed in 406 milliseconds

12345