Home
last modified time | relevance | path

Searched refs:TIF_32BIT_FPREGS (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dthread_info.h114 #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */ macro
135 #define _TIF_32BIT_FPREGS (1<<TIF_32BIT_FPREGS)
Delf.h302 set_thread_flag(TIF_32BIT_FPREGS); \
332 set_thread_flag(TIF_32BIT_FPREGS); \
361 clear_thread_flag(TIF_32BIT_FPREGS); \
Dfpu.h129 mode = !test_thread_flag(TIF_32BIT_FPREGS); in __own_fpu()
/linux-4.4.14/arch/mips/kernel/
Delf.c228 set_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode()
230 clear_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode()
Dptrace32.c100 if (test_thread_flag(TIF_32BIT_FPREGS)) { in compat_arch_ptrace()
206 if (test_thread_flag(TIF_32BIT_FPREGS)) { in compat_arch_ptrace()
Dprocess.c577 if (!test_tsk_thread_flag(task, TIF_32BIT_FPREGS)) in mips_get_process_fp_mode()
652 clear_tsk_thread_flag(t, TIF_32BIT_FPREGS); in mips_set_process_fp_mode()
654 set_tsk_thread_flag(t, TIF_32BIT_FPREGS); in mips_set_process_fp_mode()
Dsignal.c76 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_to_sigcontext()
95 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_from_sigcontext()
309 if (!test_thread_flag(TIF_32BIT_FPREGS)) in protected_save_fp_context()
Dptrace.c704 if (test_thread_flag(TIF_32BIT_FPREGS)) { in arch_ptrace()
793 if (test_thread_flag(TIF_32BIT_FPREGS)) { in arch_ptrace()
Dtraps.c1480 if (!cpu_has_msa || test_thread_flag(TIF_32BIT_FPREGS)) { in do_msa()
/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dcop2-ex.c26 int fr = !test_thread_flag(TIF_32BIT_FPREGS); in loongson_cu2_call()
/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c793 return !test_thread_flag(TIF_32BIT_FPREGS); in cop1_64bit()