Searched refs:emulate_sys_reg (Results 1 – 2 of 2) sorted by relevance
3855 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params);3922 if (emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_cp10_id()3965 else if (!emulate_sys_reg(vcpu, params)) in kvm_emulate_cp15_id_reg()4042 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, in emulate_sys_reg() function
3690 static int emulate_sys_reg(u32 id, u64 *valp) in emulate_sys_reg() function3717 rc = emulate_sys_reg(sys_reg, &val); in do_emulate_mrs()