Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/fpu/
Dcore.c164 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
165 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
199 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_sync_fpstate()
274 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_clone()
281 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu_clone()
363 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu_reset_fpstate()
432 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
446 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
Dsignal.c75 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in save_fsave_header()
199 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in copy_fpstate_to_sigframe()
273 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in restore_fpregs_from_user()
296 if (test_thread_flag(TIF_NEED_FPU_LOAD) && xfeatures_mask_supervisor()) in restore_fpregs_from_user()
356 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu_restore_sig()
367 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu_restore_sig()
/Linux-v5.15/arch/x86/include/asm/
Dthread_info.h88 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
112 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/Linux-v5.15/arch/x86/include/asm/trace/
Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/Linux-v5.15/arch/x86/include/asm/fpu/
Dinternal.h483 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
537 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/Linux-v5.15/arch/x86/kvm/
Dfpu.h103 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_fpu_get()
Dx86.c9653 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
9947 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_save_current_fpu()
/Linux-v5.15/arch/x86/kernel/
Dprocess_32.c168 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
Dprocess_64.c568 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()