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()
710 return membuf_store(&to, target->thread.uw.fpmr); in fpmr_get()
723 fpmr = target->thread.uw.fpmr; in fpmr_set()
729 target->thread.uw.fpmr = fpmr; in fpmr_set()
854 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
1009 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1878 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1905 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
1928 return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); in compat_tls_get()
1937 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set()
1943 target->thread.uw.tp_value = tls; in compat_tls_set()
2245 ret = put_user((compat_ulong_t)child->thread.uw.tp_value, in compat_arch_ptrace()