Searched refs:x86_emulate_instruction (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A 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); emulate_instruction()
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | x86.c | 5344 int x86_emulate_instruction(struct kvm_vcpu *vcpu, x86_emulate_instruction() function 5477 EXPORT_SYMBOL_GPL(x86_emulate_instruction); variable
|
H A D | mmu.c | 4416 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); kvm_mmu_page_fault()
|
H A D | vmx.c | 5939 return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) == handle_ept_misconfig()
|
Completed in 268 milliseconds