Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dthread_info.h84 #define TIF_SME 27 /* SME in use */ macro
/arch/arm64/kernel/
Dsyscall.c176 if (system_supports_sme() && test_thread_flag(TIF_SME)) { in fp_user_discard()
Dfpsimd.c398 if (test_thread_flag(TIF_SME)) in task_fpsimd_load()
847 clear_thread_flag(TIF_SME); in vec_set_vector_length()
1444 if (test_and_set_thread_flag(TIF_SME)) in do_sme_acc()
1572 clear_thread_flag(TIF_SME); in fpsimd_flush_thread()
1631 if (test_thread_flag(TIF_SME)) in fpsimd_bind_task_to_cpu()
Dprocess.c339 clear_tsk_thread_flag(dst, TIF_SME); in arch_dup_task_struct()
Dsignal.c424 clear_thread_flag(TIF_SME); in restore_za_context()
435 set_thread_flag(TIF_SME); in restore_za_context()
Dptrace.c1088 clear_thread_flag(TIF_SME); in za_set()
1098 clear_tsk_thread_flag(target, TIF_SME); in za_set()
1128 set_tsk_thread_flag(target, TIF_SME); in za_set()