Searched refs:TIF_FPUBOUND (Results 1 - 5 of 5) 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.h121 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ macro
145 #define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
H A Dsystem.h58 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
60 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt-fpaff.c116 if (test_ti_thread_flag(ti, TIF_FPUBOUND) &&
122 clear_ti_thread_flag(ti, TIF_FPUBOUND);
H A Dprocess.c174 clear_tsk_thread_flag(p, TIF_FPUBOUND);
H A Dtraps.c985 set_thread_flag(TIF_FPUBOUND);

Completed in 165 milliseconds