Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h231 void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
259 task_set_vl_onexec(task, ARM64_VEC_SVE, vl); in task_set_sve_vl_onexec()
/linux/arch/arm64/kernel/
H A Dfpsimd.c272 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() function
891 task_set_vl_onexec(task, type, vl); in vec_set_vector_length()
894 task_set_vl_onexec(task, type, 0); in vec_set_vector_length()
1575 task_set_vl_onexec(current, type, 0); in fpsimd_flush_thread_vl()