Searched refs:emulation_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 931 int emulation_type, void *insn, int insn_len); 934 int emulation_type) in emulate_instruction() argument 936 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in emulate_instruction()
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 5164 int emulation_type) in reexecute_instruction() argument 5169 if (emulation_type & EMULTYPE_NO_REEXECUTE) in reexecute_instruction() 5234 unsigned long cr2, int emulation_type) in retry_instruction() argument 5257 if (!(emulation_type & EMULTYPE_RETRY)) in retry_instruction() 5370 int emulation_type, in x86_emulate_instruction() argument 5386 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction() 5403 ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; in x86_emulate_instruction() 5410 if (emulation_type & EMULTYPE_TRAP_UD) in x86_emulate_instruction() 5413 emulation_type)) in x86_emulate_instruction() 5415 if (emulation_type & EMULTYPE_SKIP) in x86_emulate_instruction() [all …]
|
D | mmu.c | 4280 int r, emulation_type = EMULTYPE_RETRY; in kvm_mmu_page_fault() local 4293 emulation_type = 0; in kvm_mmu_page_fault() 4295 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
|