Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Dfpsimd.h73 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled() function
/Linux-v6.1/arch/arm64/kernel/
Dprocess.c316 if (thread_za_enabled(&src->thread)) { in arch_dup_task_struct()
Dsignal.c368 if (thread_za_enabled(&current->thread)) in preserve_za_context()
760 if (thread_za_enabled(&current->thread)) in setup_sigframe_layout()
Dptrace.c1038 if (thread_za_enabled(&target->thread)) in za_get()
1052 if (thread_za_enabled(&target->thread)) { in za_get()
Dfpsimd.c398 if (thread_za_enabled(&current->thread)) in task_fpsimd_load()