/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H 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()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A 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()
|
/kernel/linux/linux-5.10/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 | 973 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in do_alignment() 1026 hook_fault_code(FAULT_CODE_ALIGNMENT, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init() 1037 hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | traps.c | 78 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | traps.c | 147 _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()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | traps.c | 74 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | siginfo.h | 239 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 185 #define BUS_ADRALN 1 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 185 #define BUS_ADRALN 1 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | siginfo.h | 185 #define BUS_ADRALN 1 macro
|
/kernel/linux/linux-5.10/arch/csky/abiv1/ |
H A D | alignment.c | 300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | traps.c | 165 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | traps.c | 163 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|
/kernel/linux/linux-6.6/arch/csky/abiv1/ |
H A D | alignment.c | 300 force_sig_fault(SIGBUS, BUS_ADRALN, (void __user *)addr); in csky_alignment()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | unaligned_32.c | 279 send_sig_fault(SIGBUS, BUS_ADRALN, in user_unaligned_trap()
|