Searched refs:reg_to_user (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/arm/kvm/ |
| D | coproc.c | 878 static int reg_to_user(void __user *uaddr, const void *val, u64 id) in reg_to_user() function 902 ret = reg_to_user(uaddr, &val, id); in get_invariant_cp15() 904 ret = reg_to_user(uaddr, &r->val, id); in get_invariant_cp15() 1099 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpregs[vfpid], in vfp_get_reg() 1109 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpexc, id); in vfp_get_reg() 1111 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpscr, id); in vfp_get_reg() 1113 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpinst, id); in vfp_get_reg() 1115 return reg_to_user(uaddr, &vcpu->arch.ctxt.vfp.fpinst2, id); in vfp_get_reg() 1118 return reg_to_user(uaddr, &val, id); in vfp_get_reg() 1121 return reg_to_user(uaddr, &val, id); in vfp_get_reg() [all …]
|
| /Linux-v5.4/arch/arm64/kvm/ |
| D | sys_regs.c | 1122 static int reg_to_user(void __user *uaddr, const u64 *val, u64 id); 1175 return reg_to_user(uaddr, &val, reg->id); in get_id_aa64zfr0_el1() 1214 return reg_to_user(uaddr, &val, id); in __get_id_reg() 2416 static int reg_to_user(void __user *uaddr, const u64 *val, u64 id) in reg_to_user() function 2433 return reg_to_user(uaddr, &r->val, id); in get_invariant_sys_reg() 2563 return reg_to_user(uaddr, &__vcpu_sys_reg(vcpu, r->reg), reg->id); in kvm_arm_sys_reg_get_reg()
|