Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/include/asm/
Dthread_info.h86 #define TS_UAC_NOPRINT 0x0001 /* ! Preserve the following three */ macro
120 status |= TS_UAC_NOPRINT; \
131 if (status & TS_UAC_NOPRINT) \
/linux-4.4.14/arch/alpha/kernel/
Dtraps.c788 if (!(current_thread_info()->status & TS_UAC_NOPRINT)) { in do_entUnaUser()