Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A 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()
1217 if (thread_za_enabled(&current->thread)) in setup_sigframe_layout()
1227 if (add_all || thread_za_enabled(&current->thread)) { in setup_sigframe_layout()
H A Dptrace.c1078 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()
/linux/arch/arm64/include/asm/
H A Dfpsimd.h107 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled() function