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

/linux-4.1.27/arch/alpha/include/asm/
H A Dthread_info.h121 if (value & PR_UNALIGN_SIGBUS) \
134 res |= PR_UNALIGN_SIGBUS; \
/linux-4.1.27/include/uapi/linux/
H A Dprctl.h19 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/linux-4.1.27/arch/tile/kernel/
H A Dsingle_step.c118 case PR_UNALIGN_SIGBUS: rewrite_load_store_unaligned()
329 case PR_UNALIGN_SIGBUS: single_step_once()
H A Dunaligned.c1464 case PR_UNALIGN_SIGBUS: do_unaligned()
/linux-4.1.27/arch/powerpc/kernel/
H A Dtraps.c1271 if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS)) alignment_exception()

Completed in 139 milliseconds