x86_emulate_instruction 5605 arch/x86/kvm/mmu.c 	return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn,
x86_emulate_instruction 6857 arch/x86/kvm/x86.c 	return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0);
x86_emulate_instruction 6864 arch/x86/kvm/x86.c 	return x86_emulate_instruction(vcpu, 0, 0, insn, insn_len);
x86_emulate_instruction  289 arch/x86/kvm/x86.h int x86_emulate_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa,