Home
last modified time | relevance | path

Searched refs:BUS_ADRALN (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/riscv/kernel/
A Dtraps.c103 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 Dfsr-2level.c8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
A Dfsr-3level.c36 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" },
A Dalignment.c978 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 Dtraps.c73 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
/linux/arch/powerpc/platforms/cell/spufs/
A Dfault.c42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
/linux/arch/nios2/kernel/
A Dtraps.c142 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
A Dmisaligned.c199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
/linux/arch/sparc/kernel/
A Dunaligned_32.c279 send_sig_fault(SIGBUS, BUS_ADRALN, in user_unaligned_trap()
A Dtraps_32.c146 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned()
A Dprocess_64.c518 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp); in stack_unaligned()
/linux/arch/csky/kernel/
A Dtraps.c163 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
/linux/include/uapi/asm-generic/
A Dsiginfo.h248 #define BUS_ADRALN 1 /* invalid address alignment */ macro
/linux/arch/csky/abiv1/
A Dalignment.c300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
/linux/arch/parisc/mm/
A Dfault.c377 si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault()
/linux/arch/arm64/mm/
A Dfault.c775 { 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 Dintel.c1146 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 Dtraps.c346 force_sig_fault(SIGBUS, BUS_ADRALN, (void *) regs->excvaddr); in do_unaligned_user()
/linux/arch/openrisc/kernel/
A Dtraps.c243 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)address); in do_unaligned_access()
/linux/arch/ia64/kernel/
A Dtraps.c132 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break()
/linux/arch/sh/kernel/
A Dtraps_32.c517 si_code = BUS_ADRALN; in do_address_error()
/linux/arch/parisc/kernel/
A Dunaligned.c685 force_sig_fault(SIGBUS, BUS_ADRALN, in handle_unaligned()
/linux/arch/x86/kernel/
A Dtraps.c309 error_code, BUS_ADRALN, NULL); in DEFINE_IDTENTRY_ERRORCODE()
/linux/arch/alpha/kernel/
A Dtraps.c970 send_sig_fault(SIGBUS, BUS_ADRALN, va, current); in do_entUnaUser()
/linux/arch/powerpc/kernel/
A Dtraps.c1604 code = BUS_ADRALN; in DEFINE_INTERRUPT_HANDLER()
1628 code = BUS_ADRALN; in DEFINE_INTERRUPT_HANDLER()

Completed in 32 milliseconds

12