Home
last modified time | relevance | path

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

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