Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Dfpsimd.h68 static inline bool thread_sm_enabled(struct thread_struct *thread) in thread_sm_enabled() function
91 if (system_supports_sme() && thread_sm_enabled(thread)) in sve_pffr()
/Linux-v6.1/arch/arm64/kernel/
Dfpsimd.c401 if (thread_sm_enabled(&current->thread)) { in task_fpsimd_load()
757 !thread_sm_enabled(&task->thread)) in fpsimd_sync_to_sve()
772 thread_sm_enabled(&task->thread)) in sve_sync_to_fpsimd()
851 thread_sm_enabled(&task->thread)) in vec_set_vector_length()
Dsignal.c235 if (thread_sm_enabled(&current->thread)) { in preserve_sve_context()
736 thread_sm_enabled(&current->thread)) { in setup_sigframe_layout()
Dptrace.c742 if (thread_sm_enabled(&target->thread)) in sve_init_header_from_task()