Searched refs:emulation_type (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h996 int emulation_type, void *insn, int insn_len);
999 int emulation_type) emulate_instruction()
1001 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); emulate_instruction()
998 emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) emulate_instruction() argument
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c5112 int emulation_type) reexecute_instruction()
5117 if (emulation_type & EMULTYPE_NO_REEXECUTE) reexecute_instruction()
5182 unsigned long cr2, int emulation_type) retry_instruction()
5205 if (!(emulation_type & EMULTYPE_RETRY)) retry_instruction()
5346 int emulation_type, x86_emulate_instruction()
5362 if (!(emulation_type & EMULTYPE_NO_DECODE)) { x86_emulate_instruction()
5379 ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; x86_emulate_instruction()
5386 if (emulation_type & EMULTYPE_TRAP_UD) x86_emulate_instruction()
5389 emulation_type)) x86_emulate_instruction()
5391 if (emulation_type & EMULTYPE_SKIP) x86_emulate_instruction()
5397 if (emulation_type & EMULTYPE_SKIP) { x86_emulate_instruction()
5404 if (retry_instruction(ctxt, cr2, emulation_type)) x86_emulate_instruction()
5422 emulation_type)) x86_emulate_instruction()
5110 reexecute_instruction(struct kvm_vcpu *vcpu, gva_t cr2, bool write_fault_to_shadow_pgtable, int emulation_type) reexecute_instruction() argument
5181 retry_instruction(struct x86_emulate_ctxt *ctxt, unsigned long cr2, int emulation_type) retry_instruction() argument
5344 x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2, int emulation_type, void *insn, int insn_len) x86_emulate_instruction() argument
H A Dmmu.c4401 int r, emulation_type = EMULTYPE_RETRY; kvm_mmu_page_fault() local
4414 emulation_type = 0; kvm_mmu_page_fault()
4416 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); kvm_mmu_page_fault()

Completed in 164 milliseconds