Home
last modified time | relevance | path

Searched refs:TIF_HYBRID_FPREGS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dthread_info.h129 #define TIF_HYBRID_FPREGS 28 /* 64b FP registers, odd singles in bits 63:32 of even doubles */ macro
151 #define _TIF_HYBRID_FPREGS (1<<TIF_HYBRID_FPREGS)
H A Delf.h331 clear_thread_flag(TIF_HYBRID_FPREGS); \
364 clear_thread_flag(TIF_HYBRID_FPREGS); \
395 clear_thread_flag(TIF_HYBRID_FPREGS); \
H A Dfpu.h123 if (test_thread_flag(TIF_HYBRID_FPREGS)) in __own_fpu()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dthread_info.h131 #define TIF_HYBRID_FPREGS 28 /* 64b FP registers, odd singles in bits 63:32 of even doubles */ macro
153 #define _TIF_HYBRID_FPREGS (1<<TIF_HYBRID_FPREGS)
H A Delf.h347 clear_thread_flag(TIF_HYBRID_FPREGS); \
380 clear_thread_flag(TIF_HYBRID_FPREGS); \
411 clear_thread_flag(TIF_HYBRID_FPREGS); \
H A Dfpu.h123 if (test_thread_flag(TIF_HYBRID_FPREGS)) in __own_fpu()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Delf.c270 set_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
272 clear_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
H A Dprocess.c749 if (test_tsk_thread_flag(task, TIF_HYBRID_FPREGS)) in mips_get_process_fp_mode()
817 set_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
819 clear_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
H A Dsignal.c340 if (test_thread_flag(TIF_HYBRID_FPREGS)) in protected_save_fp_context()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Delf.c270 set_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
272 clear_thread_flag(TIF_HYBRID_FPREGS); in set_thread_fp_mode()
H A Dprocess.c765 if (test_tsk_thread_flag(task, TIF_HYBRID_FPREGS)) in mips_get_process_fp_mode()
833 set_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
835 clear_tsk_thread_flag(t, TIF_HYBRID_FPREGS); in mips_set_process_fp_mode()
H A Dsignal.c339 if (test_thread_flag(TIF_HYBRID_FPREGS)) in protected_save_fp_context()
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dcp1emu.c795 return test_thread_flag(TIF_HYBRID_FPREGS); in hybrid_fprs()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dcp1emu.c795 return test_thread_flag(TIF_HYBRID_FPREGS); in hybrid_fprs()

Completed in 15 milliseconds