Searched refs:x86_emulate_instruction (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | x86.h | 277 int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2,
|
D | x86.c | 6154 int x86_emulate_instruction(struct kvm_vcpu *vcpu, in x86_emulate_instruction() function 6301 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in kvm_emulate_instruction() 6308 return x86_emulate_instruction(vcpu, 0, 0, insn, insn_len); in kvm_emulate_instruction_from_buffer()
|
D | mmu.c | 5296 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
|