/linux-6.6.21/arch/riscv/kernel/ |
D | traps.c | 150 SIGBUS, BUS_ADRALN, "instruction address misaligned"); 186 SIGBUS, BUS_ADRALN, "Oops - load address misaligned"); 188 SIGBUS, BUS_ADRALN, "Oops - store (or AMO) address misaligned"); 199 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_load_misaligned() 207 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_load_misaligned() 220 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_store_misaligned() 228 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_store_misaligned()
|
/linux-6.6.21/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 | 981 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in do_alignment() 1034 hook_fault_code(FAULT_CODE_ALIGNMENT, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init() 1045 hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/linux-6.6.21/arch/arc/kernel/ |
D | traps.c | 74 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
/linux-6.6.21/arch/nios2/kernel/ |
D | traps.c | 142 _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-6.6.21/include/uapi/asm-generic/ |
D | siginfo.h | 251 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
/linux-6.6.21/arch/sparc/kernel/ |
D | unaligned_32.c | 279 send_sig_fault(SIGBUS, BUS_ADRALN, in user_unaligned_trap()
|
D | traps_32.c | 144 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned()
|
D | process_64.c | 509 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp); in stack_unaligned()
|
/linux-6.6.21/arch/csky/kernel/ |
D | traps.c | 163 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|
/linux-6.6.21/arch/csky/abiv1/ |
D | alignment.c | 300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
|
/linux-6.6.21/arch/parisc/mm/ |
D | fault.c | 391 si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault()
|
/linux-6.6.21/arch/arm64/mm/ |
D | fault.c | 808 { do_alignment_fault, SIGBUS, BUS_ADRALN, "alignment fault" }, 863 arm64_notify_die("SP/PC alignment exception", regs, SIGBUS, BUS_ADRALN, in do_sp_pc_abort()
|
/linux-6.6.21/arch/openrisc/kernel/ |
D | traps.c | 212 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)address); in do_unaligned_access()
|
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | intel.c | 1225 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_guest_split_lock() 1278 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_bus_lock()
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | traps.c | 528 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)regs->csr_badvaddr); in do_ale() 554 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)regs->csr_badvaddr); in do_ale()
|
/linux-6.6.21/arch/ia64/kernel/ |
D | traps.c | 132 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break()
|
/linux-6.6.21/arch/xtensa/kernel/ |
D | traps.c | 405 force_sig_fault(SIGBUS, BUS_ADRALN, (void *) regs->excvaddr); in do_unaligned_user()
|
/linux-6.6.21/arch/sh/kernel/ |
D | traps_32.c | 530 si_code = BUS_ADRALN; in do_address_error()
|
/linux-6.6.21/arch/parisc/kernel/ |
D | unaligned.c | 615 force_sig_fault(SIGBUS, BUS_ADRALN, in handle_unaligned()
|
/linux-6.6.21/arch/alpha/kernel/ |
D | traps.c | 970 send_sig_fault(SIGBUS, BUS_ADRALN, va, current); in do_entUnaUser()
|
/linux-6.6.21/arch/x86/kernel/ |
D | traps.c | 308 error_code, BUS_ADRALN, NULL); in DEFINE_IDTENTRY_ERRORCODE()
|