Lines Matching refs:uw
598 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
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()
818 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
969 &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()