Searched refs:TIF_FOREIGN_FPSTATE (Results 1 – 3 of 3) sorted by relevance
54 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in kvm_arch_vcpu_ctxflush_fp()91 clear_thread_flag(TIF_FOREIGN_FPSTATE); in kvm_arch_vcpu_ctxsync_fp()
64 #define TIF_FOREIGN_FPSTATE 4 /* CPU's FP state is not current's */ macro94 #define _TIF_FOREIGN_FPSTATE (1 << TIF_FOREIGN_FPSTATE)
447 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in fpsimd_save_user_state()1331 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in sve_init_regs()1427 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in do_sme_acc()1529 set_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_flush_cpu_state()1561 update_tsk_thread_flag(next, TIF_FOREIGN_FPSTATE, in fpsimd_thread_switch()1738 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_restore_current_state()1744 if (test_and_clear_thread_flag(TIF_FOREIGN_FPSTATE)) { in fpsimd_restore_current_state()1784 set_tsk_thread_flag(t, TIF_FOREIGN_FPSTATE); in fpsimd_flush_task_state()
Completed in 8 milliseconds