Lines Matching full:uw
606 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
633 * Ensure target->thread.uw.fpsimd_state is up to date, so that a in __fpr_set()
638 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
645 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
675 return membuf_store(&to, target->thread.uw.tp_value); in tls_get()
683 unsigned long tls = target->thread.uw.tp_value; in tls_set()
689 target->thread.uw.tp_value = tls; in tls_set()
787 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, end - start); in sve_get()
882 &target->thread.uw.fpsimd_state.fpsr, in sve_set()
1306 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1333 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
1356 return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value); in compat_tls_get()
1365 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set()
1371 target->thread.uw.tp_value = tls; in compat_tls_set()
1672 ret = put_user((compat_ulong_t)child->thread.uw.tp_value, in compat_arch_ptrace()