Home
last modified time | relevance | path

Searched refs:PR_UNALIGN_SIGBUS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dthread_info.h94 if (value & PR_UNALIGN_SIGBUS) \
107 res |= PR_UNALIGN_SIGBUS; \
/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/linux/
H A Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ 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/linux/
H A Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1625 if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS)) in alignment_exception()