Lines Matching full:uw
599 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
626 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set()
631 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
638 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
670 ret = membuf_store(&to, target->thread.uw.tp_value); in tls_get()
686 tls[0] = target->thread.uw.tp_value; in tls_set()
694 target->thread.uw.tp_value = tls[0]; in tls_set()
822 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
973 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1705 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1732 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
1755 return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); in compat_tls_get()
1764 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set()
1770 target->thread.uw.tp_value = tls; in compat_tls_set()
2071 ret = put_user((compat_ulong_t)child->thread.uw.tp_value, in compat_arch_ptrace()