Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
A Dcore.c246 if (!cur_fps->is_confidential && !test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_swap_kvm_fpstate()
345 !test_thread_flag(TIF_NEED_FPU_LOAD)) { in kernel_fpu_begin_mask()
346 set_thread_flag(TIF_NEED_FPU_LOAD); in kernel_fpu_begin_mask()
380 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_sync_fpstate()
485 set_tsk_thread_flag(dst, TIF_NEED_FPU_LOAD); in fpu_clone()
514 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpu_clone()
602 set_thread_flag(TIF_NEED_FPU_LOAD); in fpu_reset_fpregs()
671 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpregs_assert_state_consistent()
685 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_mark_activate()
A Dsignal.c77 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in save_fsave_header()
227 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in copy_fpstate_to_sigframe()
304 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in restore_fpregs_from_user()
326 if (test_thread_flag(TIF_NEED_FPU_LOAD) && xfeatures_mask_supervisor()) in restore_fpregs_from_user()
380 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) { in __fpu_restore_sig()
391 set_thread_flag(TIF_NEED_FPU_LOAD); in __fpu_restore_sig()
A Dcontext.h80 clear_thread_flag(TIF_NEED_FPU_LOAD); in fpregs_restore_userregs()
A Dxstate.c1562 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in fpstate_realloc()
/linux/arch/x86/include/asm/
A Dthread_info.h91 #define TIF_NEED_FPU_LOAD 14 /* load FPU on return to userspace */ macro
115 #define _TIF_NEED_FPU_LOAD (1 << TIF_NEED_FPU_LOAD)
/linux/arch/x86/include/asm/fpu/
A Dsched.h65 set_thread_flag(TIF_NEED_FPU_LOAD); in switch_fpu_finish()
/linux/arch/x86/include/asm/trace/
A Dfpu.h23 __entry->load_fpu = test_thread_flag(TIF_NEED_FPU_LOAD);
/linux/arch/x86/kvm/
A Dfpu.h103 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in kvm_fpu_get()
A Dx86.c9866 if (test_thread_flag(TIF_NEED_FPU_LOAD)) in vcpu_enter_guest()
/linux/arch/x86/kernel/
A Dprocess_32.c167 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()
A Dprocess_64.c567 if (!test_thread_flag(TIF_NEED_FPU_LOAD)) in __switch_to()

Completed in 32 milliseconds