Lines Matching defs:task
276 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type) in task_get_vl()
281 void task_set_vl(struct task_struct *task, enum vec_type type, in task_set_vl()
287 unsigned int task_get_vl_onexec(const struct task_struct *task, in task_get_vl_onexec()
293 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec()
676 static void fpsimd_to_sve(struct task_struct *task) in fpsimd_to_sve()
700 static void sve_to_fpsimd(struct task_struct *task) in sve_to_fpsimd()
724 static void __sve_free(struct task_struct *task) in __sve_free()
730 static void sve_free(struct task_struct *task) in sve_free()
741 size_t sve_state_size(struct task_struct const *task) in sve_state_size()
763 void sve_alloc(struct task_struct *task, bool flush) in sve_alloc()
786 void fpsimd_force_sync_to_sve(struct task_struct *task) in fpsimd_force_sync_to_sve()
799 void fpsimd_sync_to_sve(struct task_struct *task) in fpsimd_sync_to_sve()
814 void sve_sync_to_fpsimd(struct task_struct *task) in sve_sync_to_fpsimd()
832 void sve_sync_from_fpsimd_zeropad(struct task_struct *task) in sve_sync_from_fpsimd_zeropad()
848 int vec_set_vector_length(struct task_struct *task, enum vec_type type, in vec_set_vector_length()
1281 void sme_alloc(struct task_struct *task, bool flush) in sme_alloc()
1295 static void sme_free(struct task_struct *task) in sme_free()