Lines Matching full:uw
264 * task->thread.uw.fpsimd_state; bits [max : 128] for each of Z0-Z31 are
273 * * FPSR and FPCR are always stored in task->thread.uw.fpsimd_state
292 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
295 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load()
439 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to
447 * task->thread.uw.fpsimd_state must be up to date before calling this
454 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
465 * task->thread.uw.fpsimd_state.
478 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
541 * Ensure that task->thread.uw.fpsimd_state is up to date with respect to
556 * the task->thread.uw.fpsimd_state.
563 * task->thread.uw.fpsimd_state must already have been initialised with
570 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
1024 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1043 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1044 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1100 * current->thread.uw.fpsimd_state is updated so that it can be copied to
1121 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1194 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()