Searched refs:x86_emulate_instruction (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ |
| D | x86.h | 289 int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2,
|
| D | x86.c | 6619 int x86_emulate_instruction(struct kvm_vcpu *vcpu, in x86_emulate_instruction() function 6784 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in kvm_emulate_instruction() 6791 return x86_emulate_instruction(vcpu, 0, 0, insn, insn_len); in kvm_emulate_instruction_from_buffer()
|
| D | mmu.c | 5589 return x86_emulate_instruction(vcpu, cr2, emulation_type, insn, in kvm_mmu_page_fault()
|