Home
last modified time | relevance | path

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

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