Searched refs:emulate_sys_reg (Results 1 – 2 of 2) sorted by relevance
4789 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params);4856 if (emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_cp10_id()4899 else if (!emulate_sys_reg(vcpu, params)) in kvm_emulate_cp15_id_reg()4980 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, in emulate_sys_reg() function
4111 static int emulate_sys_reg(u32 id, u64 *valp) in emulate_sys_reg() function4138 rc = emulate_sys_reg(sys_reg, &val); in do_emulate_mrs()