Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/include/asm/
Dthread_info.h86 #define TS_UAC_SIGBUS 0x0004 /* ! userspace part of 'osf_sysinfo' */ macro
93 status |= TS_UAC_SIGBUS; \
104 if (status & TS_UAC_SIGBUS) \
/linux-6.1.9/arch/alpha/kernel/
Dtraps.c740 if ((current_thread_info()->status & TS_UAC_SIGBUS)) in do_entUnaUser()