Home
last modified time | relevance | path

Searched refs:TS_UAC_SIGBUS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dthread_info.h85 #define TS_UAC_SIGBUS 0x0004 /* ! userspace part of 'osf_sysinfo' */ macro
95 status |= TS_UAC_SIGBUS; \
106 if (status & TS_UAC_SIGBUS) \
/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c740 if ((current_thread_info()->status & TS_UAC_SIGBUS)) in do_entUnaUser()