Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dsignal.c529 if (thread_za_enabled(&current->thread)) in preserve_za_context()
618 if (WARN_ON(!thread_za_enabled(&current->thread))) in preserve_zt_context()
648 if (!thread_za_enabled(&current->thread)) in restore_zt_context()
1062 if (thread_za_enabled(&current->thread)) in setup_sigframe_layout()
1072 if (add_all || thread_za_enabled(&current->thread)) { in setup_sigframe_layout()
Dptrace.c1071 if (thread_za_enabled(&target->thread)) in za_get()
1085 if (thread_za_enabled(&target->thread)) { in za_get()
1144 sme_alloc(target, !thread_za_enabled(&target->thread)); in za_set()
1193 if (thread_za_enabled(&target->thread)) in zt_get()
1217 if (!thread_za_enabled(&target->thread)) { in zt_set()
Dprocess.c323 if (thread_za_enabled(&src->thread)) { in arch_dup_task_struct()
Dfpsimd.c408 if (thread_za_enabled(&current->thread)) in task_fpsimd_load()
/linux-6.12.1/arch/arm64/include/asm/
Dfpsimd.h107 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled() function