Searched refs:emulate_sys_reg (Results 1 – 2 of 2) sorted by relevance
4890 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params);4957 if (emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_cp10_id()5000 else if (!emulate_sys_reg(vcpu, params)) in kvm_emulate_cp15_id_reg()5081 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, in emulate_sys_reg() function
4121 static int emulate_sys_reg(u32 id, u64 *valp) in emulate_sys_reg() function4148 rc = emulate_sys_reg(sys_reg, &val); in do_emulate_mrs()