| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | traps.c | 99 SIGBUS, BUS_ADRALN, "instruction address misaligned"); 108 SIGBUS, BUS_ADRALN, "Oops - load address misaligned"); 110 SIGBUS, BUS_ADRALN, "Oops - store (or AMO) address misaligned"); 119 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_load_misaligned() 127 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->epc, in do_trap_store_misaligned()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | siginfo-consts.h | 144 BUS_ADRALN = 1, /* Invalid address alignment. */ enumerator 145 # define BUS_ADRALN BUS_ADRALN macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | siginfo-consts.h | 144 BUS_ADRALN = 1, /* Invalid address alignment. */ enumerator 145 # define BUS_ADRALN BUS_ADRALN macro
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/platform/ |
| H A D | vxworks.hpp | 361 #if !defined(BUS_ADRALN) && defined(BUS_ADRALNR) 362 # define BUS_ADRALN BUS_ADRALNR // Correct a supposed typo in vxWorks' <sign… macro
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | traps.c | 78 DO_ERROR_INFO(SIGBUS, "Misaligned Access", do_misaligned_error, BUS_ADRALN)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/ |
| H A D | 0004-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | fault.c | 42 force_sig_fault(SIGBUS, BUS_ADRALN, NULL); in spufs_handle_event()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/ |
| H A D | 0004-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/ |
| H A D | 0006-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/ |
| H A D | 0004-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/ |
| H A D | 0005-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/ |
| H A D | 0005-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/ |
| H A D | 0005-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/ |
| H A D | 0005-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0004-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/ |
| H A D | 0004-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | 0008-cld3-Avoid-unaligned-accesses.patch | 9 Received signal 7 BUS_ADRALN 0000b182e636
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 237 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | siginfo.h | 237 #define BUS_ADRALN 1 /* invalid address alignment */ macro
|
| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | traps.c | 165 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()
|