Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
Dprocessor.h217 void task_set_vl_onexec(struct task_struct *task, enum vec_type type,
245 task_set_vl_onexec(task, ARM64_VEC_SVE, vl); in task_set_sve_vl_onexec()
/linux-6.12.1/arch/arm64/kernel/
Dfpsimd.c266 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() function
857 task_set_vl_onexec(task, type, vl); in vec_set_vector_length()
860 task_set_vl_onexec(task, type, 0); in vec_set_vector_length()
1626 task_set_vl_onexec(current, type, 0); in fpsimd_flush_thread_vl()