Searched refs:x86_emulate_instruction (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 995 int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2, 1001 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in emulate_instruction()
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 5344 int x86_emulate_instruction(struct kvm_vcpu *vcpu, in x86_emulate_instruction() function 5477 EXPORT_SYMBOL_GPL(x86_emulate_instruction);
|
D | mmu.c | 4416 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
|
D | vmx.c | 5939 return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) == in handle_ept_misconfig()
|