Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
A Dsys_regs.c2739 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() argument
2741 if (!*uind) in copy_reg_to_user()
2744 if (put_user(sys_reg_to_index(reg), *uind)) in copy_reg_to_user()
2747 (*uind)++; in copy_reg_to_user()
2753 u64 __user **uind, in walk_one_sys_reg() argument
2766 if (!copy_reg_to_user(rd, uind)) in walk_one_sys_reg()
2774 static int walk_sys_regs(struct kvm_vcpu *vcpu, u64 __user *uind) in walk_sys_regs() argument
2784 err = walk_one_sys_reg(vcpu, i2++, &uind, &total); in walk_sys_regs()

Completed in 12 milliseconds