Searched refs:uind (Results 1 – 1 of 1) sorted by relevance
5572 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() argument5576 if (!*uind) in copy_reg_to_user()5590 if (put_user(idx, *uind)) in copy_reg_to_user()5593 (*uind)++; in copy_reg_to_user()5599 u64 __user **uind, in walk_one_sys_reg() argument5612 if (!copy_reg_to_user(rd, uind)) in walk_one_sys_reg()5620 static int walk_sys_regs(struct kvm_vcpu *vcpu, u64 __user *uind) in walk_sys_regs() argument5630 err = walk_one_sys_reg(vcpu, i2++, &uind, &total); in walk_sys_regs()