x86_emulate_instruction
return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn,
return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0);
return x86_emulate_instruction(vcpu, 0, 0, insn, insn_len);
int x86_emulate_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa,