Lines Matching full:uw
598 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
625 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set()
630 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
637 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
669 ret = membuf_store(&to, target->thread.uw.tp_value); in tls_get()
685 tls[0] = target->thread.uw.tp_value; in tls_set()
693 target->thread.uw.tp_value = tls[0]; in tls_set()
821 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
972 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1702 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1729 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
1752 return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); in compat_tls_get()
1761 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set()
1767 target->thread.uw.tp_value = tls; in compat_tls_set()
2068 ret = put_user((compat_ulong_t)child->thread.uw.tp_value, in compat_arch_ptrace()