Home
last modified time | relevance | path

Searched refs:task_set_vl_onexec (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/arm64/include/asm/
Dprocessor.h204 void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
232 task_set_vl_onexec(task, ARM64_VEC_SVE, vl); in task_set_sve_vl_onexec()
/Linux-v6.1/arch/arm64/kernel/
Dfpsimd.c301 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() function
826 task_set_vl_onexec(task, type, vl); in vec_set_vector_length()
829 task_set_vl_onexec(task, type, 0); in vec_set_vector_length()
1561 task_set_vl_onexec(current, type, 0); in fpsimd_flush_thread_vl()