/linux-4.4.14/arch/blackfin/kernel/ |
D | traps.c | 243 info.si_code = BUS_ADRALN; in trap_c() 258 info.si_code = BUS_ADRALN; in trap_c() 298 info.si_code = BUS_ADRALN; in trap_c() 353 info.si_code = BUS_ADRALN; in trap_c() 358 info.si_code = BUS_ADRALN; in trap_c()
|
/linux-4.4.14/arch/arm/mm/ |
D | fsr-2level.c | 7 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" }, 9 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
|
D | fsr-3level.c | 35 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" },
|
D | alignment.c | 954 si.si_code = BUS_ADRALN; in do_alignment() 1010 hook_fault_code(FAULT_CODE_ALIGNMENT, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init() 1021 hook_fault_code(3, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/linux-4.4.14/arch/arc/kernel/ |
D | traps.c | 85 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 63 info.si_code = BUS_ADRALN; in spufs_handle_event()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | traps.c | 151 _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-4.4.14/arch/arm64/mm/ |
D | fault.c | 471 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" }, 550 info.si_code = BUS_ADRALN; in do_sp_pc_abort()
|
/linux-4.4.14/arch/tile/kernel/ |
D | single_step.c | 169 .si_code = BUS_ADRALN, in rewrite_load_store_unaligned() 216 .si_code = BUS_ADRALN, in rewrite_load_store_unaligned()
|
D | traps.c | 354 code = BUS_ADRALN; in do_trap()
|
D | unaligned.c | 984 .si_code = BUS_ADRALN, in jit_bundle_gen() 1516 .si_code = BUS_ADRALN, in do_unaligned()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | traps.c | 128 _exception(SIGBUS, regs, BUS_ADRALN, regs->pc); in do_address_exception()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | siginfo.h | 214 #define BUS_ADRALN (__SI_FAULT|1) /* invalid address alignment */ macro
|
/linux-4.4.14/arch/parisc/mm/ |
D | fault.c | 324 si.si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | unaligned_32.c | 317 info.si_code = BUS_ADRALN; in user_mna_trap_fault()
|
D | traps_32.c | 167 info.si_code = BUS_ADRALN; in do_memaccess_unaligned()
|
D | process_64.c | 535 info.si_code = BUS_ADRALN; in stack_unaligned()
|
D | traps_64.c | 2506 info.si_code = BUS_ADRALN; in mem_address_unaligned() 2528 info.si_code = BUS_ADRALN; in sun4v_do_mna()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | traps.c | 310 info.si_code = BUS_ADRALN; in do_unaligned_user()
|
/linux-4.4.14/arch/unicore32/mm/ |
D | fault.c | 414 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
|
D | alignment.c | 520 hook_fault_code(1, do_alignment, SIGBUS, BUS_ADRALN, in alignment_init()
|
/linux-4.4.14/arch/sh/kernel/ |
D | traps_32.c | 521 si_code = BUS_ADRALN; in do_address_error()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | traps.c | 74 [EXCEP_MISALIGN >> 3] = { SIGBUS, BUS_ADRALN },
|
/linux-4.4.14/arch/ia64/kernel/ |
D | traps.c | 135 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break()
|
D | unaligned.c | 1535 si.si_code = BUS_ADRALN; in ia64_handle_unaligned()
|
/linux-4.4.14/arch/tile/mm/ |
D | fault.c | 84 BUS_ADRALN, address, in SYSCALL_DEFINE1()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | unaligned.c | 705 si.si_code = BUS_ADRALN; in handle_unaligned()
|
/linux-4.4.14/arch/x86/kernel/ |
D | traps.c | 232 sicode = BUS_ADRALN; in fill_trap_info()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | traps.c | 1068 info.si_code = BUS_ADRALN; in do_entUnaUser()
|
/linux-4.4.14/arch/metag/kernel/ |
D | traps.c | 589 unhandled_fault(regs, data_address, SIGBUS, BUS_ADRALN, in fault_handler()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | misalignment.c | 399 info.si_code = BUS_ADRALN; in misalignment()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | traps.c | 1026 info.si_code = BUS_ADRALN; in trap_c()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | traps.c | 1288 code = BUS_ADRALN; in alignment_exception()
|