Home
last modified time | relevance | path

Searched refs:TIF_FOREIGN_FPSTATE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
A Dthread_info.h63 #define TIF_FOREIGN_FPSTATE 3 /* CPU's FP state is not current's */ macro
89 #define _TIF_FOREIGN_FPSTATE (1 << TIF_FOREIGN_FPSTATE)
/linux/arch/arm64/kvm/
A Dfpsimd.c112 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in kvm_arch_vcpu_ctxflush_fp()
149 clear_thread_flag(TIF_FOREIGN_FPSTATE); in kvm_arch_vcpu_ctxsync_fp()
/linux/arch/arm64/kernel/
A Dfpsimd.c449 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in fpsimd_save_user_state()
1361 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in sve_init_regs()
1457 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in do_sme_acc()
1557 set_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_flush_cpu_state()
1589 update_tsk_thread_flag(next, TIF_FOREIGN_FPSTATE, in fpsimd_thread_switch()
1800 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_restore_current_state()
1806 if (test_and_clear_thread_flag(TIF_FOREIGN_FPSTATE)) { in fpsimd_restore_current_state()
1835 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_update_current_state()
1862 set_tsk_thread_flag(t, TIF_FOREIGN_FPSTATE); in fpsimd_flush_task_state()

Completed in 9 milliseconds