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 Dsignal.c353 unsigned int vl = task_get_sve_vl(current); in preserve_sve_context()
417 vl = task_get_sve_vl(current); in restore_sve_fpsimd_context()
H A Dentry-common.c416 sve_vq_minus_one = sve_vq_from_vl(task_get_sve_vl(current)) - 1; in fp_user_discard()
/linux/arch/arm64/include/asm/
H A Dprocessor.h229 static inline unsigned int task_get_sve_vl(const struct task_struct *task) in task_get_sve_vl() function