Searched refs:emulate_sys_reg (Results 1 – 2 of 2) sorted by relevance
2690 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params);2757 if (emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_cp10_id()2800 else if (!emulate_sys_reg(vcpu, params)) in kvm_emulate_cp15_id_reg()2881 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, in emulate_sys_reg() function2935 if (!emulate_sys_reg(vcpu, ¶ms)) in kvm_handle_sys_reg()
3521 static int emulate_sys_reg(u32 id, u64 *valp) in emulate_sys_reg() function3548 rc = emulate_sys_reg(sys_reg, &val); in do_emulate_mrs()
Completed in 14 milliseconds