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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dthread_info.h117 #define TIF_FIXADE 20 /* Fix address errors in software */ macro
141 #define _TIF_FIXADE (1<<TIF_FIXADE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsyscall.c402 set_thread_flag(TIF_FIXADE);
404 clear_thread_flag(TIF_FIXADE);
H A Dunaligned.c1563 if (user_mode(regs) && !test_thread_flag(TIF_FIXADE))

Completed in 94 milliseconds