Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dthread_info.h83 #define TS_UAC_NOPRINT 0x0001 /* ! Preserve the following three */ macro
93 status |= TS_UAC_NOPRINT; \
104 if (status & TS_UAC_NOPRINT) \
/openbmc/linux/arch/alpha/kernel/
H A Dtraps.c733 if (!(current_thread_info()->status & TS_UAC_NOPRINT)) { in do_entUnaUser()