Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dthread_info.h83 #define TIF_SME 27 /* SME in use */ macro
/linux/arch/arm64/kernel/
H A Dfpsimd.c404 if (test_thread_flag(TIF_SME)) in task_fpsimd_load()
1399 if (test_and_set_thread_flag(TIF_SME)) in do_sme_acc()
1603 clear_thread_flag(TIF_SME); in fpsimd_flush_thread()
1663 if (test_thread_flag(TIF_SME)) in fpsimd_bind_task_to_cpu()
H A Dprocess.c375 clear_tsk_thread_flag(dst, TIF_SME); in arch_dup_task_struct()
403 set_tsk_thread_flag(dst, TIF_SME); in copy_thread_za()
H A Dsignal.c466 set_thread_flag(TIF_SME); in restore_sve_fpsimd_context()
596 clear_thread_flag(TIF_SME); in restore_za_context()
607 set_thread_flag(TIF_SME); in restore_za_context()
H A Dptrace.c978 set_tsk_thread_flag(target, TIF_SME); in sve_set_common()
1206 set_tsk_thread_flag(target, TIF_SME); in za_set()
1260 set_tsk_thread_flag(target, TIF_SME); in zt_set()