Home
last modified time | relevance | path

Searched refs:TIF_FPUBOUND (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dswitch_to.h57 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
59 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
H A Dthread_info.h127 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ macro
150 #define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-mt-fpaff.c120 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
126 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
H A Dprocess.c179 clear_tsk_thread_flag(p, TIF_FPUBOUND); in copy_thread()
H A Dtraps.c944 set_thread_flag(TIF_FPUBOUND); in mt_ase_fp_affinity()