Home
last modified time | relevance | path

Searched refs:task_get_sve_vl (Results 1 – 3 of 3) 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 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.h236 static inline unsigned int task_get_sve_vl(const struct task_struct *task) in task_get_sve_vl() function