Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dfpsimd.h73 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled() function
/linux-5.19.10/arch/arm64/kernel/
Dprocess.c320 if (thread_za_enabled(&src->thread)) { in arch_dup_task_struct()
Dsignal.c360 if (thread_za_enabled(&current->thread)) in preserve_za_context()
756 if (thread_za_enabled(&current->thread)) in setup_sigframe_layout()
Dptrace.c1023 if (thread_za_enabled(&target->thread)) in za_get()
1037 if (thread_za_enabled(&target->thread)) { in za_get()
Dfpsimd.c398 if (thread_za_enabled(&current->thread)) in task_fpsimd_load()