Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h81 #define TIF_SME 27 /* SME in use */ macro
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c426 if (test_thread_flag(TIF_SME)) in task_fpsimd_load()
913 clear_tsk_thread_flag(task, TIF_SME); in vec_set_vector_length()
1532 if (test_and_set_thread_flag(TIF_SME)) in do_sme_acc()
1667 clear_thread_flag(TIF_SME); in fpsimd_flush_thread()
1760 if (test_thread_flag(TIF_SME)) in fpsimd_bind_task_to_cpu()
H A Dprocess.c332 clear_tsk_thread_flag(dst, TIF_SME); in arch_dup_task_struct()
H A Dptrace.c887 set_tsk_thread_flag(target, TIF_SME); in sve_set_common()
1141 set_tsk_thread_flag(target, TIF_SME); in za_set()
1195 set_tsk_thread_flag(target, TIF_SME); in zt_set()
H A Dsignal.c481 clear_thread_flag(TIF_SME); in restore_za_context()
492 set_thread_flag(TIF_SME); in restore_za_context()