Searched refs:thread_za_enabled (Results 1 – 5 of 5) sorted by relevance
540 if (thread_za_enabled(¤t->thread)) in preserve_za_context()618 if (WARN_ON(!thread_za_enabled(¤t->thread))) in preserve_zt_context()643 if (!thread_za_enabled(¤t->thread)) in restore_zt_context()1204 if (thread_za_enabled(¤t->thread)) in setup_sigframe_layout()1214 if (add_all || thread_za_enabled(¤t->thread)) { in setup_sigframe_layout()
1099 if (thread_za_enabled(&target->thread)) in za_get()1113 if (thread_za_enabled(&target->thread)) { in za_get()1176 sme_alloc(target, !thread_za_enabled(&target->thread)); in za_set()1225 if (thread_za_enabled(&target->thread)) in zt_get()1249 if (!thread_za_enabled(&target->thread)) { in zt_set()
386 if (!thread_za_enabled(&src->thread)) in copy_thread_za()
409 if (thread_za_enabled(¤t->thread)) in task_fpsimd_load()
109 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled() function