Searched refs:PR_UNALIGN_SIGBUS (Results 1 – 4 of 4) sorted by relevance
92 if (value & PR_UNALIGN_SIGBUS) \105 res |= PR_UNALIGN_SIGBUS; \
20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
1614 if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS)) in DEFINE_INTERRUPT_HANDLER()