Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/fpu/
Dcore.c134 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin()
135 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin()
173 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in fpu__save()
239 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu__copy()
247 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu__copy()
263 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu__initialize()
419 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
433 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()
364 if (test_thread_flag(TIF_NEED_FPU_LOAD) && in __fpu__restore_sig()
392 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu__restore_sig()
400 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu__restore_sig()
Dxstate.c1428 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in update_pasid()
/Linux-v5.10/arch/x86/include/asm/
Dthread_info.h91 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
120 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/Linux-v5.10/arch/x86/include/asm/trace/
Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/Linux-v5.10/arch/x86/include/asm/fpu/
Dinternal.h518 clear_thread_flag(TIF_NEED_FPU_LOAD); in __fpregs_load_activate()
572 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/Linux-v5.10/arch/x86/kernel/
Dprocess_32.c168 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
Dprocess_64.c545 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
/Linux-v5.10/arch/x86/kvm/
Dx86.c8940 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
9212 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_save_current_fpu()
Demulate.c1089 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in emulator_get_fpu()