Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dswitch_to.h65 test_ti_thread_flag(__prev_ti, TIF_FPUBOUND) && \
67 clear_ti_thread_flag(__prev_ti, TIF_FPUBOUND); \
Dthread_info.h110 #define TIF_FPUBOUND 24 /* thread bound to FPU-full CPU set */ macro
131 #define _TIF_FPUBOUND (1<<TIF_FPUBOUND)
/linux-4.1.27/arch/mips/kernel/
Dmips-mt-fpaff.c116 if (test_ti_thread_flag(ti, TIF_FPUBOUND) && in mipsmt_sys_sched_setaffinity()
122 clear_ti_thread_flag(ti, TIF_FPUBOUND); in mipsmt_sys_sched_setaffinity()
Dprocess.c169 clear_tsk_thread_flag(p, TIF_FPUBOUND); in copy_thread()
Dtraps.c1169 set_thread_flag(TIF_FPUBOUND); in mt_ase_fp_affinity()