Searched refs:TIF_32BIT_FPREGS (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | thread_info.h | 128 #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */ macro 150 #define _TIF_32BIT_FPREGS (1<<TIF_32BIT_FPREGS)
|
H A D | elf.h | 332 set_thread_flag(TIF_32BIT_FPREGS); \ 365 set_thread_flag(TIF_32BIT_FPREGS); \ 394 clear_thread_flag(TIF_32BIT_FPREGS); \
|
H A D | fpu.h | 126 mode = !test_thread_flag(TIF_32BIT_FPREGS); in __own_fpu()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | thread_info.h | 130 #define TIF_32BIT_FPREGS 27 /* 32-bit floating point registers */ macro 152 #define _TIF_32BIT_FPREGS (1<<TIF_32BIT_FPREGS)
|
H A D | elf.h | 348 set_thread_flag(TIF_32BIT_FPREGS); \ 381 set_thread_flag(TIF_32BIT_FPREGS); \ 410 clear_thread_flag(TIF_32BIT_FPREGS); \
|
H A D | fpu.h | 126 mode = !test_thread_flag(TIF_32BIT_FPREGS); in __own_fpu()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | elf.c | 274 set_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode() 276 clear_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode()
|
H A D | ptrace32.c | 103 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in compat_arch_ptrace() 219 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in compat_arch_ptrace()
|
H A D | process.c | 747 if (!test_tsk_thread_flag(task, TIF_32BIT_FPREGS)) in mips_get_process_fp_mode() 809 clear_tsk_thread_flag(t, TIF_32BIT_FPREGS); in mips_set_process_fp_mode() 811 set_tsk_thread_flag(t, TIF_32BIT_FPREGS); in mips_set_process_fp_mode()
|
H A D | signal.c | 78 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_to_sigcontext() 97 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_from_sigcontext() 338 if (!test_thread_flag(TIF_32BIT_FPREGS)) in protected_save_fp_context()
|
H A D | ptrace.c | 1114 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace() 1212 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace()
|
H A D | traps.c | 1537 if (!cpu_has_msa || test_thread_flag(TIF_32BIT_FPREGS)) { in do_msa()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | elf.c | 274 set_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode() 276 clear_thread_flag(TIF_32BIT_FPREGS); in set_thread_fp_mode()
|
H A D | ptrace32.c | 103 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in compat_arch_ptrace() 219 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in compat_arch_ptrace()
|
H A D | process.c | 763 if (!test_tsk_thread_flag(task, TIF_32BIT_FPREGS)) in mips_get_process_fp_mode() 825 clear_tsk_thread_flag(t, TIF_32BIT_FPREGS); in mips_set_process_fp_mode() 827 set_tsk_thread_flag(t, TIF_32BIT_FPREGS); in mips_set_process_fp_mode()
|
H A D | signal.c | 77 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_to_sigcontext() 96 int inc = test_thread_flag(TIF_32BIT_FPREGS) ? 2 : 1; in copy_fp_from_sigcontext() 337 if (!test_thread_flag(TIF_32BIT_FPREGS)) in protected_save_fp_context()
|
H A D | ptrace.c | 1121 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace() 1219 if (test_tsk_thread_flag(child, TIF_32BIT_FPREGS)) { in arch_ptrace()
|
H A D | traps.c | 1534 if (!cpu_has_msa || test_thread_flag(TIF_32BIT_FPREGS)) { in do_msa()
|
/kernel/linux/linux-5.10/arch/mips/loongson64/ |
H A D | cop2-ex.c | 34 int fr = !test_thread_flag(TIF_32BIT_FPREGS); in loongson_cu2_call()
|
/kernel/linux/linux-6.6/arch/mips/loongson64/ |
H A D | cop2-ex.c | 34 int fr = !test_thread_flag(TIF_32BIT_FPREGS); in loongson_cu2_call()
|
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | cp1emu.c | 776 * 64-bit CPUs so we rather look at TIF_32BIT_FPREGS. 790 return !test_thread_flag(TIF_32BIT_FPREGS); in cop1_64bit()
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | cp1emu.c | 776 * 64-bit CPUs so we rather look at TIF_32BIT_FPREGS. 790 return !test_thread_flag(TIF_32BIT_FPREGS); in cop1_64bit()
|
Completed in 24 milliseconds