Searched refs:emulation_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 996 int emulation_type, void *insn, int insn_len); 999 int emulation_type) in emulate_instruction() argument 1001 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in emulate_instruction()
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 5112 int emulation_type) in reexecute_instruction() argument 5117 if (emulation_type & EMULTYPE_NO_REEXECUTE) in reexecute_instruction() 5182 unsigned long cr2, int emulation_type) in retry_instruction() argument 5205 if (!(emulation_type & EMULTYPE_RETRY)) in retry_instruction() 5346 int emulation_type, in x86_emulate_instruction() argument 5362 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction() 5379 ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; in x86_emulate_instruction() 5386 if (emulation_type & EMULTYPE_TRAP_UD) in x86_emulate_instruction() 5389 emulation_type)) in x86_emulate_instruction() 5391 if (emulation_type & EMULTYPE_SKIP) in x86_emulate_instruction() [all …]
|
D | mmu.c | 4401 int r, emulation_type = EMULTYPE_RETRY; in kvm_mmu_page_fault() local 4414 emulation_type = 0; in kvm_mmu_page_fault() 4416 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
|