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
416 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
420 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load()
637 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to
645 * task->thread.uw.fpsimd_state must be up to date before calling this
652 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
663 * task->thread.uw.fpsimd_state.
676 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
779 * Ensure that task->thread.uw.fpsimd_state is up to date with respect to
794 * the task->thread.uw.fpsimd_state.
801 * task->thread.uw.fpsimd_state must already have been initialised with
808 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
1547 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1601 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1602 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1648 * current->thread.uw.fpsimd_state is updated so that it can be copied to
1693 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1788 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()