Searched refs:x86_emulate_instruction (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | x86.h | 438 int x86_emulate_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa,
|
H A D | x86.c | 9014 int x86_emulate_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, in x86_emulate_instruction() function 9227 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in kvm_emulate_instruction() 9234 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 | 6361 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
|