Home
last modified time | relevance | path

Searched refs:TIF_SVE (Results 1 – 6 of 6) sorted by relevance

/arch/arm64/include/asm/
A Dthread_info.h79 #define TIF_SVE 23 /* Scalable Vector Extension in use */ macro
104 #define _TIF_SVE (1 << TIF_SVE)
/arch/arm64/kernel/
A Dfpsimd.c366 clear_thread_flag(TIF_SVE); in task_fpsimd_load()
370 WARN_ON_ONCE(!test_and_set_thread_flag(TIF_SVE)); in task_fpsimd_load()
372 if (test_thread_flag(TIF_SVE)) in task_fpsimd_load()
388 clear_thread_flag(TIF_SVE); in task_fpsimd_load()
462 if ((last->to_save == FP_STATE_CURRENT && test_thread_flag(TIF_SVE)) || in fpsimd_save_user_state()
1371 if (test_and_set_thread_flag(TIF_SVE)) in do_sve_acc()
1616 clear_thread_flag(TIF_SVE); in fpsimd_flush_thread()
1693 if (test_thread_flag(TIF_SVE)) in fpsimd_bind_task_to_cpu()
A Dsignal.c297 clear_thread_flag(TIF_SVE); in restore_fpsimd_context()
453 clear_thread_flag(TIF_SVE); in restore_sve_fpsimd_context()
467 set_thread_flag(TIF_SVE); in restore_sve_fpsimd_context()
A Dprocess.c364 clear_tsk_thread_flag(dst, TIF_SVE); in arch_dup_task_struct()
A Dentry-common.c413 if (test_thread_flag(TIF_SVE)) { in fpsimd_syscall_enter()
A Dptrace.c949 set_tsk_thread_flag(target, TIF_SVE); in sve_set_common()
969 clear_tsk_thread_flag(target, TIF_SVE); in sve_set_common()

Completed in 24 milliseconds