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
412 write_sysreg_s(current->thread.uw.fpmr, SYS_FPMR); in task_fpsimd_load()
417 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
421 fpsimd_load_state(¤t->thread.uw.fpsimd_state); in task_fpsimd_load()
644 * Transfer the FPSIMD state in task->thread.uw.fpsimd_state to
652 * task->thread.uw.fpsimd_state must be up to date before calling this
659 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
670 * task->thread.uw.fpsimd_state.
683 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
711 __fpsimd_zero_vregs(&task->thread.uw.fpsimd_state); in task_smstop_sm()
712 task->thread.uw.fpsimd_state.fpsr = 0x0800009f; in task_smstop_sm()
714 task->thread.uw.fpmr = 0; in task_smstop_sm()
758 * Ensure that task->thread.uw.fpsimd_state is up to date with respect to the
772 * with respect to task->thread.uw.fpsimd_state, zeroing any effective
782 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_sync_to_effective_state_zeropad()
1559 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1613 memset(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1614 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1638 current->thread.uw.fpmr = 0; in fpsimd_flush_thread()
1671 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1677 last->fpmr = ¤t->thread.uw.fpmr; in fpsimd_bind_task_to_cpu()
1758 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()