Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h930 int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2,
936 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in emulate_instruction()
/linux-4.1.27/arch/x86/kvm/
Dx86.c5368 int x86_emulate_instruction(struct kvm_vcpu *vcpu, in x86_emulate_instruction() function
5499 EXPORT_SYMBOL_GPL(x86_emulate_instruction);
Dmmu.c4295 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
Dvmx.c5870 return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) == in handle_ept_misconfig()