/linux/arch/riscv/kernel/ |
A D | traps.c | 103 SIGBUS, BUS_ADRALN, "instruction address misaligned"); 112 SIGBUS, BUS_ADRALN, "Oops - load address misaligned"); 114 SIGBUS, BUS_ADRALN, "Oops - store (or AMO) address misaligned"); 123 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_load_misaligned() 131 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_store_misaligned()
|
/linux/arch/arm/mm/ |
A D | fsr-2level.c | 8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" }, 10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
|
A D | fsr-3level.c | 36 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" },
|
A D | alignment.c | 978 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in do_alignment() 1031 hook_fault_code(FAULT_CODE_ALIGNMENT, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init() 1042 hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/linux/arch/arc/kernel/ |
A D | traps.c | 73 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/linux/arch/powerpc/platforms/cell/spufs/ |
A D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
/linux/arch/nios2/kernel/ |
A D | traps.c | 142 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
|
A D | misaligned.c | 199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
|
/linux/arch/sparc/kernel/ |
A D | unaligned_32.c | 279 send_sig_fault(SIGBUS, BUS_ADRALN, in user_unaligned_trap()
|
A D | traps_32.c | 146 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned()
|
A D | process_64.c | 518 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp); in stack_unaligned()
|
/linux/arch/csky/kernel/ |
A D | traps.c | 163 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|
/linux/include/uapi/asm-generic/ |
A D | siginfo.h | 248 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
/linux/arch/csky/abiv1/ |
A D | alignment.c | 300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
|
/linux/arch/parisc/mm/ |
A D | fault.c | 377 si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault()
|
/linux/arch/arm64/mm/ |
A D | fault.c | 775 { do_alignment_fault, SIGBUS, BUS_ADRALN, "alignment fault" }, 833 arm64_notify_die("SP/PC alignment exception", regs, SIGBUS, BUS_ADRALN, in do_sp_pc_abort()
|
/linux/arch/x86/kernel/cpu/ |
A D | intel.c | 1146 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_guest_split_lock() 1198 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_bus_lock()
|
/linux/arch/xtensa/kernel/ |
A D | traps.c | 346 force_sig_fault(SIGBUS, BUS_ADRALN, (void *) regs->excvaddr); in do_unaligned_user()
|
/linux/arch/openrisc/kernel/ |
A D | traps.c | 243 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)address); in do_unaligned_access()
|
/linux/arch/ia64/kernel/ |
A D | traps.c | 132 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break()
|
/linux/arch/sh/kernel/ |
A D | traps_32.c | 517 si_code = BUS_ADRALN; in do_address_error()
|
/linux/arch/parisc/kernel/ |
A D | unaligned.c | 685 force_sig_fault(SIGBUS, BUS_ADRALN, in handle_unaligned()
|
/linux/arch/x86/kernel/ |
A D | traps.c | 309 error_code, BUS_ADRALN, NULL); in DEFINE_IDTENTRY_ERRORCODE()
|
/linux/arch/alpha/kernel/ |
A D | traps.c | 970 send_sig_fault(SIGBUS, BUS_ADRALN, va, current); in do_entUnaUser()
|
/linux/arch/powerpc/kernel/ |
A D | traps.c | 1604 code = BUS_ADRALN; in DEFINE_INTERRUPT_HANDLER() 1628 code = BUS_ADRALN; in DEFINE_INTERRUPT_HANDLER()
|