Home
last modified time | relevance | path

Searched refs:uind (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c3496 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() argument
3498 if (!*uind) in copy_reg_to_user()
3501 if (put_user(sys_reg_to_index(reg), *uind)) in copy_reg_to_user()
3504 (*uind)++; in copy_reg_to_user()
3510 u64 __user **uind, in walk_one_sys_reg() argument
3523 if (!copy_reg_to_user(rd, uind)) in walk_one_sys_reg()
3531 static int walk_sys_regs(struct kvm_vcpu *vcpu, u64 __user *uind) in walk_sys_regs() argument
3541 err = walk_one_sys_reg(vcpu, i2++, &uind, &total); in walk_sys_regs()