Home
last modified time | relevance | path

Searched refs:TIF_NEED_FPU_LOAD (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/fpu/
Dcore.c134 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
135 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
174 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in fpu__save()
240 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu__copy()
248 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu__copy()
264 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu__initialize()
420 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
434 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
Dsignal.c66 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in save_fsave_header()
190 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in copy_fpstate_to_sigframe()
358 if (test_thread_flag(TIF_NEED_FPU_LOAD) && in __fpu__restore_sig()
382 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in __fpu__restore_sig()
405 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu__restore_sig()
413 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu__restore_sig()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dthread_info.h91 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
121 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/kernel/linux/linux-5.10/arch/x86/include/asm/trace/
Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dinternal.h509 clear_thread_flag(TIF_NEED_FPU_LOAD); in __fpregs_load_activate()
566 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dprocess_32.c166 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
Dprocess_64.c543 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c9211 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
9501 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_save_current_fpu()
Demulate.c1133 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in emulator_get_fpu()