| /linux-6.15/arch/arm/mm/ |
| H A D | fsr-2level.c | 8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" }, 10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
|
| H A D | fsr-3level.c | 36 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" },
|
| H A 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.15/arch/x86/kernel/cpu/ |
| H A D | bus_lock.c | 288 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_guest_split_lock() 341 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in handle_bus_lock()
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | traps.c | 75 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
| /linux-6.15/arch/riscv/kernel/ |
| H A D | traps.c | 166 SIGBUS, BUS_ADRALN, "instruction address misaligned"); 231 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_misaligned()
|
| /linux-6.15/arch/nios2/kernel/ |
| H A D | traps.c | 142 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
|
| H A D | misaligned.c | 199 _exception(SIGBUS, fp, BUS_ADRALN, fp->ea); in handle_unaligned_c()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | unaligned_32.c | 279 send_sig_fault(SIGBUS, BUS_ADRALN, in user_unaligned_trap()
|
| H A D | traps_32.c | 145 send_sig_fault(SIGBUS, BUS_ADRALN, in do_memaccess_unaligned()
|
| H A D | process_64.c | 509 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *) sp); in stack_unaligned()
|
| /linux-6.15/arch/csky/kernel/ |
| H A D | traps.c | 164 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 246 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
| /linux-6.15/arch/csky/abiv1/ |
| H A D | alignment.c | 300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | fault.c | 391 si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault()
|
| /linux-6.15/arch/openrisc/kernel/ |
| H A D | traps.c | 227 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)address); in do_unaligned_access()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | fault.c | 881 { do_alignment_fault, SIGBUS, BUS_ADRALN, "alignment fault" }, 936 arm64_notify_die("SP/PC alignment exception", regs, SIGBUS, BUS_ADRALN, in do_sp_pc_abort()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | traps.c | 554 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)regs->csr_badvaddr); in do_ale() 584 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)regs->csr_badvaddr); in do_ale()
|
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | traps.c | 405 force_sig_fault(SIGBUS, BUS_ADRALN, (void *) regs->excvaddr); in do_unaligned_user()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | traps_32.c | 531 si_code = BUS_ADRALN; in do_address_error()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | unaligned.c | 622 force_sig_fault(SIGBUS, BUS_ADRALN, in handle_unaligned()
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | traps.c | 912 send_sig_fault(SIGBUS, BUS_ADRALN, va, current); in do_entUnaUser()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | traps.c | 1650 code = BUS_ADRALN; in DEFINE_INTERRUPT_HANDLER() 1674 code = BUS_ADRALN; in DEFINE_INTERRUPT_HANDLER()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | traps.c | 441 error_code, BUS_ADRALN, NULL); in DEFINE_IDTENTRY_ERRORCODE()
|