Home
last modified time | relevance | path

Searched refs:thread_sm_enabled (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/arm64/include/asm/
Dfpsimd.h102 static inline bool thread_sm_enabled(struct thread_struct *thread) in thread_sm_enabled() function
125 if (system_supports_sme() && thread_sm_enabled(thread)) in sve_pffr()
/linux-6.12.1/arch/arm64/kernel/
Dfpsimd.c373 if (!thread_sm_enabled(&current->thread) && in task_fpsimd_load()
412 if (thread_sm_enabled(&current->thread)) in task_fpsimd_load()
786 !thread_sm_enabled(&task->thread)) in fpsimd_sync_to_sve()
823 !thread_sm_enabled(&task->thread)) in sve_sync_from_fpsimd_zeropad()
882 thread_sm_enabled(&task->thread)) { in vec_set_vector_length()
Dsignal.c356 if (thread_sm_enabled(&current->thread)) { in preserve_sve_context()
1031 thread_sm_enabled(&current->thread)) { in setup_sigframe_layout()
Dptrace.c769 if (thread_sm_enabled(&target->thread)) in sve_init_header_from_task()