Home
last modified time | relevance | path

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

/openbmc/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.c401 sve_set_vq(sve_vq_from_vl(task_get_sve_vl(current)) - 1); in task_fpsimd_load()
746 vl = task_get_sve_vl(task); in sve_state_size()
1441 sve_vq_from_vl(task_get_sve_vl(current)) - 1; in sve_init_regs()
1748 last->sve_vl = task_get_sve_vl(current); in fpsimd_bind_task_to_cpu()
H A Dsignal.c238 unsigned int vl = task_get_sve_vl(current); in preserve_sve_context()
302 vl = task_get_sve_vl(current); in restore_sve_fpsimd_context()
H A Dentry-common.c382 sve_vq_minus_one = sve_vq_from_vl(task_get_sve_vl(current)) - 1; in fp_user_discard()
/openbmc/linux/arch/arm64/include/asm/
H A Dprocessor.h216 static inline unsigned int task_get_sve_vl(const struct task_struct *task) in task_get_sve_vl() function