Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dsignal.c236 vl = task_get_sme_vl(current); in preserve_sve_context()
281 vl = task_get_sme_vl(current); in restore_sve_fpsimd_context()
370 unsigned int vl = task_get_sme_vl(current); in preserve_za_context()
410 if (za.vl != task_get_sme_vl(current)) in restore_za_context()
763 vl = task_get_sme_vl(current); in setup_sigframe_layout()
Dfpsimd.c390 unsigned long sme_vl = task_get_sme_vl(current); in task_fpsimd_load()
703 vl = max(vl, task_get_sme_vl(task)); in sve_state_size()
1459 sve_vq_from_vl(task_get_sme_vl(current)) - 1; in do_sme_acc()
1645 last->sme_vl = task_get_sme_vl(current); in fpsimd_bind_task_to_cpu()
Dptrace.c1032 header.vl = task_get_sme_vl(target); in za_get()
1096 vq = sve_vq_from_vl(task_get_sme_vl(target)); in za_set()
/linux-6.1.9/arch/arm64/include/asm/
Dfpsimd.h354 unsigned int vl = task_get_sme_vl(task); in za_state_size()
Dprocessor.h214 static inline unsigned int task_get_sme_vl(const struct task_struct *task) in task_get_sme_vl() function