Searched refs:x86_emulate_instruction (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h995 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 Dx86.c5344 int x86_emulate_instruction(struct kvm_vcpu *vcpu, x86_emulate_instruction() function
5477 EXPORT_SYMBOL_GPL(x86_emulate_instruction); variable
H A Dmmu.c4416 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); kvm_mmu_page_fault()
H A Dvmx.c5939 return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) == handle_ept_misconfig()

Completed in 268 milliseconds