Searched refs:x86_emulate_instruction (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 9448 int x86_emulate_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, in x86_emulate_instruction() function 9672 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in kvm_emulate_instruction() 9679 return x86_emulate_instruction(vcpu, 0, 0, insn, insn_len); in kvm_emulate_instruction_from_buffer()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 6487 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
|