Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dthread_info.h113 #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */ macro
133 #define _TIF_32BIT_FPREGS (1<<TIF_32BIT_FPREGS)
Delf.h301 set_thread_flag(TIF_32BIT_FPREGS); \
331 set_thread_flag(TIF_32BIT_FPREGS); \
360 clear_thread_flag(TIF_32BIT_FPREGS); \
Dfpu.h129 mode = !test_thread_flag(TIF_32BIT_FPREGS); in __own_fpu()
/linux-4.1.27/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()
Dsignal32.c85 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_to_sigcontext32()
101 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_from_sigcontext32()
Dptrace.c616 if (test_thread_flag(TIF_32BIT_FPREGS)) { in arch_ptrace()
705 if (test_thread_flag(TIF_32BIT_FPREGS)) { in arch_ptrace()
Dtraps.c1466 if (!cpu_has_msa || test_thread_flag(TIF_32BIT_FPREGS)) { in do_msa()
/linux-4.1.27/arch/mips/loongson/loongson-3/
Dcop2-ex.c26 int fr = !test_thread_flag(TIF_32BIT_FPREGS); in loongson_cu2_call()
/linux-4.1.27/arch/mips/math-emu/
Dcp1emu.c793 return !test_thread_flag(TIF_32BIT_FPREGS); in cop1_64bit()