Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dfpsimd.c405 unsigned long sme_vl = task_get_sme_vl(current); in task_fpsimd_load()
809 unsigned int sme_vl = task_get_sme_vl(task); in change_live_vector_length()
1475 unsigned long vq = sve_vq_from_vl(task_get_sme_vl(current)); in do_sme_acc()
1722 last->sme_vl = task_get_sme_vl(current); in fpsimd_bind_task_to_cpu()
H A Dsignal.c404 vl = task_get_sme_vl(current); in preserve_sve_context()
451 vl = task_get_sme_vl(current); in restore_sve_fpsimd_context()
569 unsigned int vl = task_get_sme_vl(current); in preserve_za_context()
608 if (user_vl != task_get_sme_vl(current)) in restore_za_context()
1234 vl = task_get_sme_vl(current); in setup_sigframe_layout()
/linux/arch/arm64/include/asm/
H A Dprocessor.h244 static inline unsigned int task_get_sme_vl(const struct task_struct *task) in task_get_sme_vl() function