Home
last modified time | relevance | path

Searched refs:BUS_ADRALN (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dtraps.c99 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 Dsiginfo-consts.h144 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 Dsiginfo-consts.h144 BUS_ADRALN = 1, /* Invalid address alignment. */ enumerator
145 # define BUS_ADRALN BUS_ADRALN macro
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dfsr-2level.c8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
H A Dfsr-3level.c36 { do_bad, SIGBUS, BUS_ADRALN, "alignment fault" },
H A Dalignment.c981 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 Dvxworks.hpp361 #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 Dtraps.c78 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 D0004-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dfault.c42 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 D0004-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0006-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0004-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0005-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0005-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0005-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0005-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0004-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0004-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0008-cld3-Avoid-unaligned-accesses.patch9 Received signal 7 BUS_ADRALN 0000b182e636
/OK3568_Linux_fs/kernel/arch/nios2/kernel/
H A Dtraps.c147 _exception(SIGBUS, fp, BUS_ADRALN, addr); in handle_unaligned_c()
H A Dmisaligned.c199 _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 Dsiginfo.h237 #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 Dsiginfo.h237 #define BUS_ADRALN 1 /* invalid address alignment */ macro
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dtraps.c165 do_trap_error(regs, SIGBUS, BUS_ADRALN, regs->pc, in do_trap_misaligned()

12