Searched refs:uind (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm/kvm/ |
| D | coproc.c | 1315 static bool copy_reg_to_user(const struct coproc_reg *reg, u64 __user **uind) in copy_reg_to_user() argument 1317 if (!*uind) in copy_reg_to_user() 1320 if (put_user(cp15_to_index(reg), *uind)) in copy_reg_to_user() 1323 (*uind)++; in copy_reg_to_user() 1328 static int walk_cp15(struct kvm_vcpu *vcpu, u64 __user *uind) in walk_cp15() argument 1349 if (!copy_reg_to_user(i1, &uind)) in walk_cp15() 1356 if (!copy_reg_to_user(i2, &uind)) in walk_cp15()
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | sys_regs.c | 2629 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() argument 2631 if (!*uind) in copy_reg_to_user() 2634 if (put_user(sys_reg_to_index(reg), *uind)) in copy_reg_to_user() 2637 (*uind)++; in copy_reg_to_user() 2643 u64 __user **uind, in walk_one_sys_reg() argument 2656 if (!copy_reg_to_user(rd, uind)) in walk_one_sys_reg() 2664 static int walk_sys_regs(struct kvm_vcpu *vcpu, u64 __user *uind) in walk_sys_regs() argument 2684 err = walk_one_sys_reg(vcpu, i1, &uind, &total); in walk_sys_regs() 2686 err = walk_one_sys_reg(vcpu, i2, &uind, &total); in walk_sys_regs()
|