Searched refs:reg_from_user (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/arm/kvm/ |
D | coproc.c | 865 static int reg_from_user(void *val, const void __user *uaddr, u64 id) in reg_from_user() function 924 err = reg_from_user(&val32, uaddr, id); in set_invariant_cp15() 928 err = reg_from_user(&val, uaddr, id); in set_invariant_cp15() 1141 return reg_from_user(&vcpu->arch.ctxt.vfp.fpregs[vfpid], in vfp_set_reg() 1151 return reg_from_user(&vcpu->arch.ctxt.vfp.fpexc, uaddr, id); in vfp_set_reg() 1153 return reg_from_user(&vcpu->arch.ctxt.vfp.fpscr, uaddr, id); in vfp_set_reg() 1155 return reg_from_user(&vcpu->arch.ctxt.vfp.fpinst, uaddr, id); in vfp_set_reg() 1157 return reg_from_user(&vcpu->arch.ctxt.vfp.fpinst2, uaddr, id); in vfp_set_reg() 1160 if (reg_from_user(&val, uaddr, id)) in vfp_set_reg() 1166 if (reg_from_user(&val, uaddr, id)) in vfp_set_reg() [all …]
|
/Linux-v4.19/arch/arm64/kvm/ |
D | sys_regs.c | 1081 static int reg_from_user(u64 *val, const void __user *uaddr, u64 id); 1108 err = reg_from_user(&val, uaddr, id); in __set_id_reg() 2213 static int reg_from_user(u64 *val, const void __user *uaddr, u64 id) in reg_from_user() function 2252 err = reg_from_user(&val, uaddr, id); in set_invariant_sys_reg() 2384 return reg_from_user(&__vcpu_sys_reg(vcpu, r->reg), uaddr, reg->id); in kvm_arm_sys_reg_set_reg()
|