Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
Dthread_info.h63 #define TIF_FOREIGN_FPSTATE 3 /* CPU's FP state is not current's */ macro
87 #define _TIF_FOREIGN_FPSTATE (1 << TIF_FOREIGN_FPSTATE)
/linux-6.6.21/arch/arm64/kvm/
Dfpsimd.c128 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in kvm_arch_vcpu_ctxflush_fp()
165 clear_thread_flag(TIF_FOREIGN_FPSTATE); in kvm_arch_vcpu_ctxsync_fp()
/linux-6.6.21/arch/arm64/kernel/
Dfpsimd.c472 if (test_thread_flag(TIF_FOREIGN_FPSTATE)) in fpsimd_save()
1439 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in sve_init_regs()
1534 if (!test_thread_flag(TIF_FOREIGN_FPSTATE)) { in do_sme_acc()
1600 update_tsk_thread_flag(next, TIF_FOREIGN_FPSTATE, in fpsimd_thread_switch()
1801 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_restore_current_state()
1807 if (test_and_clear_thread_flag(TIF_FOREIGN_FPSTATE)) { in fpsimd_restore_current_state()
1836 clear_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_update_current_state()
1863 set_tsk_thread_flag(t, TIF_FOREIGN_FPSTATE); in fpsimd_flush_task_state()
1886 set_thread_flag(TIF_FOREIGN_FPSTATE); in fpsimd_flush_cpu_state()
Dsmccc-call.S25 tbnz x16, #TIF_FOREIGN_FPSTATE, 1f // Any live FP state?