/Linux-v5.10/arch/riscv/kernel/ |
D | traps.c | 95 SIGBUS, BUS_ADRALN, "instruction address misaligned"); 104 SIGBUS, BUS_ADRALN, "Oops - load address misaligned"); 106 SIGBUS, BUS_ADRALN, "Oops - store (or AMO) address misaligned"); 115 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_load_misaligned() 123 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_store_misaligned()
|
/Linux-v5.10/arch/arm/mm/ |
D | fsr-2level.c | 8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" }, 10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
|
D | fsr-3level.c | 36 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" },
|
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-v5.10/arch/arc/kernel/ |
D | traps.c | 78 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/Linux-v5.10/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
/Linux-v5.10/arch/nios2/kernel/ |
D | traps.c | 147 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
|
D | misaligned.c | 199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
|
/Linux-v5.10/arch/csky/kernel/ |
D | traps.c | 165 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | siginfo.h | 239 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
/Linux-v5.10/arch/csky/abiv1/ |
D | alignment.c | 300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
|
/Linux-v5.10/arch/parisc/mm/ |
D | fault.c | 377 si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault()
|
/Linux-v5.10/arch/arm64/mm/ |
D | fault.c | 687 { do_alignment_fault, SIGBUS, BUS_ADRALN, "alignment fault" }, 748 SIGBUS, BUS_ADRALN, (void __user *)addr, esr); in do_sp_pc_abort()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | unaligned_32.c | 313 send_sig_fault(SIGBUS, BUS_ADRALN, in user_mna_trap_fault()
|
D | traps_32.c | 146 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned()
|
D | process_64.c | 521 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp, 0); in stack_unaligned()
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | traps.c | 337 force_sig_fault(SIGBUS, BUS_ADRALN, (void *) regs->excvaddr); in do_unaligned_user()
|
/Linux-v5.10/arch/openrisc/kernel/ |
D | traps.c | 250 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)address); in do_unaligned_access()
|
/Linux-v5.10/arch/ia64/kernel/ |
D | traps.c | 132 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break()
|
/Linux-v5.10/arch/sh/kernel/ |
D | traps_32.c | 517 si_code = BUS_ADRALN; in do_address_error()
|
/Linux-v5.10/arch/parisc/kernel/ |
D | unaligned.c | 685 force_sig_fault(SIGBUS, BUS_ADRALN, in handle_unaligned()
|
/Linux-v5.10/arch/x86/kernel/ |
D | traps.c | 305 error_code, BUS_ADRALN, NULL); in DEFINE_IDTENTRY_ERRORCODE()
|
/Linux-v5.10/arch/alpha/kernel/ |
D | traps.c | 972 send_sig_fault(SIGBUS, BUS_ADRALN, va, 0, current); in do_entUnaUser()
|
/Linux-v5.10/arch/x86/kernel/cpu/ |
D | intel.c | 1113 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_guest_split_lock()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | traps.c | 1614 code = BUS_ADRALN; in alignment_exception() 1638 code = BUS_ADRALN; in alignment_exception()
|