Searched refs:PR_UNALIGN_SIGBUS (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/alpha/include/asm/
H A Dthread_info.h94 if (value & PR_UNALIGN_SIGBUS) \
107 res |= PR_UNALIGN_SIGBUS; \
/linux-master/include/uapi/linux/
H A Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/linux-master/arch/riscv/kernel/
H A Dtraps_misaligned.c423 if (user_mode(regs) && (current->thread.align_ctl & PR_UNALIGN_SIGBUS))
525 if (user_mode(regs) && (current->thread.align_ctl & PR_UNALIGN_SIGBUS))
/linux-master/arch/powerpc/kernel/
H A Dtraps.c1659 if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS))

Completed in 100 milliseconds