Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/include/asm/
Dthread_info.h92 if (value & PR_UNALIGN_SIGBUS) \
105 res |= PR_UNALIGN_SIGBUS; \
/linux-5.19.10/tools/include/uapi/linux/
Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/linux-5.19.10/include/uapi/linux/
Dprctl.h20 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/linux-5.19.10/arch/powerpc/kernel/
Dtraps.c1614 if (!(current->thread.align_ctl & PR_UNALIGN_SIGBUS)) in DEFINE_INTERRUPT_HANDLER()