Lines Matching refs:uw
642 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
673 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
680 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
705 unsigned long *tls = &target->thread.uw.tp_value; in tls_get()
718 unsigned long tls = target->thread.uw.tp_value; in tls_set()
724 target->thread.uw.tp_value = tls; in tls_set()
852 &target->thread.uw.fpsimd_state.fpsr, in sve_get()
951 &target->thread.uw.fpsimd_state.fpsr, in sve_set()
1179 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1212 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
1235 compat_ulong_t tls = (compat_ulong_t)target->thread.uw.tp_value; in compat_tls_get()
1245 compat_ulong_t tls = target->thread.uw.tp_value; in compat_tls_set()
1251 target->thread.uw.tp_value = tls; in compat_tls_set()
1542 ret = put_user((compat_ulong_t)child->thread.uw.tp_value, in compat_arch_ptrace()