Home
last modified time | relevance | path

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

/arch/arm64/kernel/
A Dperf_regs.c23 return (task_get_sve_vl(current) * 8) / 64; in perf_ext_regs_value()
A Dfpsimd.c373 sve_set_vq(sve_vq_from_vl(task_get_sve_vl(current)) - 1); in task_fpsimd_load()
797 unsigned int sve_vl = task_get_sve_vl(task); in change_live_vector_length()
1333 sve_vq_from_vl(task_get_sve_vl(current)) - 1; in sve_init_regs()
1673 last->sve_vl = task_get_sve_vl(current); in fpsimd_bind_task_to_cpu()
A Dsignal.c367 unsigned int vl = task_get_sve_vl(current); in preserve_sve_context()
428 vl = task_get_sve_vl(current); in restore_sve_fpsimd_context()
A Dentry-common.c416 sve_vq_minus_one = sve_vq_from_vl(task_get_sve_vl(current)) - 1; in fpsimd_syscall_enter()
/arch/arm64/include/asm/
A Dfpsimd.h310 unsigned int sve_vl = task_get_sve_vl(task); in sve_state_size()
A Dprocessor.h231 static inline unsigned int task_get_sve_vl(const struct task_struct *task) in task_get_sve_vl() function

Completed in 22 milliseconds