Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h208 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type);
218 return task_get_vl(task, ARM64_VEC_SVE); in task_get_sve_vl()
223 return task_get_vl(task, ARM64_VEC_SME); in task_get_sme_vl()
/linux-6.3-rc2/arch/arm64/kernel/
A Dfpsimd.c276 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type) in task_get_vl() function
879 if (vl == task_get_vl(task, type)) in vec_set_vector_length()
940 ret = task_get_vl(current, type); in vec_prctl_status()
A Dptrace.c767 header->vl = task_get_vl(target, type); in sve_init_header_from_task()
872 vq = sve_vq_from_vl(task_get_vl(target, type)); in sve_set_common()

Completed in 12 milliseconds