emulation_type 1356 arch/x86/include/asm/kvm_host.h int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type); emulation_type 5538 arch/x86/kvm/mmu.c int r, emulation_type = 0; emulation_type 5591 arch/x86/kvm/mmu.c emulation_type = EMULTYPE_ALLOW_RETRY; emulation_type 5605 arch/x86/kvm/mmu.c return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, emulation_type 6405 arch/x86/kvm/x86.c static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) emulation_type 6410 arch/x86/kvm/x86.c if (emulation_type & EMULTYPE_VMWARE_GP) { emulation_type 6415 arch/x86/kvm/x86.c if (emulation_type & EMULTYPE_SKIP) { emulation_type 6436 arch/x86/kvm/x86.c int emulation_type) emulation_type 6441 arch/x86/kvm/x86.c if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) emulation_type 6509 arch/x86/kvm/x86.c gpa_t cr2_or_gpa, int emulation_type) emulation_type 6532 arch/x86/kvm/x86.c if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) emulation_type 6695 arch/x86/kvm/x86.c int emulation_type, void *insn, int insn_len) emulation_type 6711 arch/x86/kvm/x86.c if (!(emulation_type & EMULTYPE_NO_DECODE)) { emulation_type 6720 arch/x86/kvm/x86.c if (!(emulation_type & EMULTYPE_SKIP) && emulation_type 6729 arch/x86/kvm/x86.c ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; emulation_type 6736 arch/x86/kvm/x86.c if ((emulation_type & EMULTYPE_TRAP_UD) || emulation_type 6737 arch/x86/kvm/x86.c (emulation_type & EMULTYPE_TRAP_UD_FORCED)) { emulation_type 6743 arch/x86/kvm/x86.c emulation_type)) emulation_type 6755 arch/x86/kvm/x86.c return handle_emulation_failure(vcpu, emulation_type); emulation_type 6759 arch/x86/kvm/x86.c if ((emulation_type & EMULTYPE_VMWARE_GP) && emulation_type 6770 arch/x86/kvm/x86.c if (emulation_type & EMULTYPE_SKIP) { emulation_type 6777 arch/x86/kvm/x86.c if (retry_instruction(ctxt, cr2_or_gpa, emulation_type)) emulation_type 6798 arch/x86/kvm/x86.c emulation_type)) emulation_type 6801 arch/x86/kvm/x86.c return handle_emulation_failure(vcpu, emulation_type); emulation_type 6855 arch/x86/kvm/x86.c int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) emulation_type 6857 arch/x86/kvm/x86.c return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); emulation_type 290 arch/x86/kvm/x86.h int emulation_type, void *insn, int insn_len);