Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
A Dfpsimd.h311 unsigned int sme_vl = task_get_sme_vl(task); in sve_state_size()
428 return __sme_state_size(task_get_sme_vl(task)); in sme_state_size()
A Dprocessor.h236 static inline unsigned int task_get_sme_vl(const struct task_struct *task) in task_get_sme_vl() function
/arch/arm64/kernel/
A Dsignal.c371 vl = task_get_sme_vl(current); in preserve_sve_context()
418 vl = task_get_sme_vl(current); in restore_sve_fpsimd_context()
526 unsigned int vl = task_get_sme_vl(current); in preserve_za_context()
565 if (user_vl != task_get_sme_vl(current)) in restore_za_context()
1187 vl = task_get_sme_vl(current); in setup_sigframe_layout()
A Dfpsimd.c395 unsigned long sme_vl = task_get_sme_vl(current); in task_fpsimd_load()
798 unsigned int sme_vl = task_get_sme_vl(task); in change_live_vector_length()
1429 sve_vq_from_vl(task_get_sme_vl(current)) - 1; in do_sme_acc()
1674 last->sme_vl = task_get_sme_vl(current); in fpsimd_bind_task_to_cpu()
A Dptrace.c1069 header.vl = task_get_sme_vl(target); in za_get()
1137 vq = sve_vq_from_vl(task_get_sme_vl(target)); in za_set()

Completed in 18 milliseconds