Searched refs:reg_to_user (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/arm/kvm/ |
D | coproc.c | 876 static int reg_to_user(void __user *uaddr, const void *val, u64 id) in reg_to_user() function 900 ret = reg_to_user(uaddr, &val, id); in get_invariant_cp15() 902 ret = reg_to_user(uaddr, &r->val, id); in get_invariant_cp15() 1097 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpregs[vfpid], in vfp_get_reg() 1107 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpexc, id); in vfp_get_reg() 1109 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpscr, id); in vfp_get_reg() 1111 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpinst, id); in vfp_get_reg() 1113 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpinst2, id); in vfp_get_reg() 1116 return reg_to_user(uaddr, &val, id); in vfp_get_reg() 1119 return reg_to_user(uaddr, &val, id); in vfp_get_reg() [all …]
|
/Linux-v4.19/arch/arm64/kvm/ |
D | sys_regs.c | 1082 static int reg_to_user(void __user *uaddr, const u64 *val, u64 id); 1098 return reg_to_user(uaddr, &val, id); in __get_id_reg() 2220 static int reg_to_user(void __user *uaddr, const u64 *val, u64 id) in reg_to_user() function 2237 return reg_to_user(uaddr, &r->val, id); in get_invariant_sys_reg() 2363 return reg_to_user(uaddr, &__vcpu_sys_reg(vcpu, r->reg), reg->id); in kvm_arm_sys_reg_get_reg()
|