Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dthread_info.h107 #define TIF_LOGADE 21 /* Log address errors to syslog */ macro
128 #define _TIF_LOGADE (1<<TIF_LOGADE)
/linux-4.1.27/arch/mips/kernel/
Dsyscall.c217 set_thread_flag(TIF_LOGADE); in SYSCALL_DEFINE3()
219 clear_thread_flag(TIF_LOGADE); in SYSCALL_DEFINE3()