Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dthread_info.h123 #define TIF_FIXADE 20 /* Fix address errors in software */ macro
146 #define _TIF_FIXADE (1<<TIF_FIXADE)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsyscall.c218 set_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
220 clear_thread_flag(TIF_FIXADE); in SYSCALL_DEFINE3()
H A Dunaligned.c1530 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE)) in do_ade()