Searched refs:thread_za_enabled (Results 1 – 3 of 3) sorted by relevance
529 if (thread_za_enabled(¤t->thread)) in preserve_za_context()618 if (WARN_ON(!thread_za_enabled(¤t->thread))) in preserve_zt_context()648 if (!thread_za_enabled(¤t->thread)) in restore_zt_context()1217 if (thread_za_enabled(¤t->thread)) in setup_sigframe_layout()1227 if (add_all || thread_za_enabled(¤t->thread)) { in setup_sigframe_layout()
1078 if (thread_za_enabled(&target->thread)) in za_get()1092 if (thread_za_enabled(&target->thread)) { in za_get()1155 sme_alloc(target, !thread_za_enabled(&target->thread)); in za_set()1204 if (thread_za_enabled(&target->thread)) in zt_get()1228 if (!thread_za_enabled(&target->thread)) { in zt_set()
107 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled() function