Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dperf_regs.c23 return (task_get_sve_vl(current) * 8) / 64; in perf_ext_regs_value()
H A Dfpsimd.c381 unsigned long vq = sve_vq_from_vl(task_get_sve_vl(current)); in task_fpsimd_load()
808 unsigned int sve_vl = task_get_sve_vl(task); in change_live_vector_length()
1339 unsigned long vq = sve_vq_from_vl(task_get_sve_vl(current)); in do_sve_acc()
1721 last->sve_vl = task_get_sve_vl(current); in fpsimd_bind_task_to_cpu()
H A Dsignal.c400 unsigned int vl = task_get_sve_vl(current); in preserve_sve_context()
461 vl = task_get_sve_vl(current); in restore_sve_fpsimd_context()
/linux/arch/arm64/include/asm/
H A Dprocessor.h239 static inline unsigned int task_get_sve_vl(const struct task_struct *task) in task_get_sve_vl() function