Searched refs:emulate_sys_reg (Results 1 – 2 of 2) sorted by relevance
2964 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params);3031 if (emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_cp10_id()3074 else if (!emulate_sys_reg(vcpu, params)) in kvm_emulate_cp15_id_reg()3155 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, in emulate_sys_reg() function3242 if (!emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_sys_reg()
3479 static int emulate_sys_reg(u32 id, u64 *valp) in emulate_sys_reg() function3506 rc = emulate_sys_reg(sys_reg, &val); in do_emulate_mrs()