Home
last modified time | relevance | path

Searched refs:TIF_FIXADE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dthread_info.h106 #define TIF_FIXADE 20 /* Fix address errors in software */ macro
127 #define _TIF_FIXADE (1<<TIF_FIXADE)
/linux-4.1.27/arch/mips/kernel/
Dsyscall.c213 set_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
215 clear_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
Dunaligned.c2155 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE)) in do_ade()