Lines Matching full:uw
316 * task->thread.uw.fpsimd_state; bits [max : 128] for each of Z0-Z31 are
334 * task->thread.uw.fpsimd_state should be ignored.
338 * task->thread.uw.fpsimd_state.vregs should be considered stale
341 * * FPSR and FPCR are always stored in task->thread.uw.fpsimd_state
363 write_sysreg_s(current->thread.uw.fpmr, SYS_FPMR); in task_fpsimd_load()
419 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
423 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load()
643 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to
651 * task->thread.uw.fpsimd_state must be up to date before calling this
658 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
669 * task->thread.uw.fpsimd_state.
682 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
791 * Ensure that task->thread.uw.fpsimd_state is up to date with respect to
806 * the task->thread.uw.fpsimd_state.
813 * task->thread.uw.fpsimd_state must already have been initialised with
820 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
1586 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1640 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1641 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1687 * current->thread.uw.fpsimd_state is updated so that it can be copied to
1707 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1713 last->fpmr = ¤t->thread.uw.fpmr; in fpsimd_bind_task_to_cpu()
1803 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()