Lines Matching refs:uw
603 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
635 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
642 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
674 ret = membuf_store(&to, target->thread.uw.tp_value); in tls_get()
690 tls[0] = target->thread.uw.tp_value; in tls_set()
698 target->thread.uw.tp_value = tls[0]; in tls_set()
826 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
969 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1636 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1663 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
1686 return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); in compat_tls_get()
1695 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set()
1701 target->thread.uw.tp_value = tls; in compat_tls_set()
2002 ret = put_user((compat_ulong_t)child->thread.uw.tp_value, in compat_arch_ptrace()