kvm_run 558 arch/x86/kvm/lapic.c struct kvm_run *run = vcpu->run; kvm_run 1052 arch/x86/kvm/svm.c er = emulate_instruction(&svm->vcpu, kvm_run, 0, 0, EMULTYPE_TRAP_UD); kvm_run 1090 arch/x86/kvm/svm.c kvm_run->exit_reason = KVM_EXIT_SHUTDOWN; kvm_run 1108 arch/x86/kvm/svm.c kvm_run, 0, 0, 0) == EMULATE_DO_MMIO) kvm_run 1119 arch/x86/kvm/svm.c return kvm_emulate_pio(&svm->vcpu, kvm_run, in, size, port); kvm_run 1199 arch/x86/kvm/svm.c kvm_run->exit_reason = KVM_EXIT_SET_TPR; kvm_run 1379 arch/x86/kvm/svm.c return wrmsr_interception(svm, kvm_run); kvm_run 1381 arch/x86/kvm/svm.c return rdmsr_interception(svm, kvm_run); kvm_run 1395 arch/x86/kvm/svm.c if (kvm_run->request_interrupt_window && kvm_run 1398 arch/x86/kvm/svm.c kvm_run->exit_reason = KVM_EXIT_IRQ_WINDOW_OPEN; kvm_run 1406 arch/x86/kvm/svm.c struct kvm_run *kvm_run) = { kvm_run 1489 arch/x86/kvm/svm.c kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY; kvm_run 1490 arch/x86/kvm/svm.c kvm_run->fail_entry.hardware_entry_failure_reason kvm_run 1505 arch/x86/kvm/svm.c kvm_run->exit_reason = KVM_EXIT_UNKNOWN; kvm_run 1506 arch/x86/kvm/svm.c kvm_run->hw.hardware_exit_reason = exit_code; kvm_run 1510 arch/x86/kvm/svm.c return svm_exit_handlers[exit_code](svm, kvm_run); kvm_run 1660 arch/x86/kvm/svm.c (svm->vcpu.arch.irq_summary || kvm_run->request_interrupt_window)) kvm_run 2192 arch/x86/kvm/vmx.c (vcpu->arch.irq_summary || kvm_run->request_interrupt_window)) kvm_run 2284 arch/x86/kvm/vmx.c er = emulate_instruction(vcpu, kvm_run, 0, 0, EMULTYPE_TRAP_UD); kvm_run 2318 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_DEBUG; kvm_run 2321 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_EXCEPTION; kvm_run 2322 arch/x86/kvm/vmx.c kvm_run->ex.exception = intr_info & INTR_INFO_VECTOR_MASK; kvm_run 2323 arch/x86/kvm/vmx.c kvm_run->ex.error_code = error_code; kvm_run 2337 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_SHUTDOWN; kvm_run 2353 arch/x86/kvm/vmx.c kvm_run, 0, 0, 0) == EMULATE_DO_MMIO) kvm_run 2364 arch/x86/kvm/vmx.c return kvm_emulate_pio(vcpu, kvm_run, in, size, port); kvm_run 2413 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_SET_TPR; kvm_run 2456 arch/x86/kvm/vmx.c kvm_run->exit_reason = 0; kvm_run 2564 arch/x86/kvm/vmx.c if (kvm_run->request_interrupt_window && kvm_run 2566 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_IRQ_WINDOW_OPEN; kvm_run 2602 arch/x86/kvm/vmx.c er = emulate_instruction(vcpu, kvm_run, 0, 0, 0); kvm_run 2651 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_UNKNOWN; kvm_run 2652 arch/x86/kvm/vmx.c kvm_run->hw.hardware_exit_reason = 0; kvm_run 2667 arch/x86/kvm/vmx.c er = emulate_instruction(vcpu, kvm_run, 0, 0, 0); kvm_run 2704 arch/x86/kvm/vmx.c struct kvm_run *kvm_run) = { kvm_run 2749 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_FAIL_ENTRY; kvm_run 2750 arch/x86/kvm/vmx.c kvm_run->fail_entry.hardware_entry_failure_reason kvm_run 2762 arch/x86/kvm/vmx.c return kvm_vmx_exit_handlers[exit_reason](vcpu, kvm_run); kvm_run 2764 arch/x86/kvm/vmx.c kvm_run->exit_reason = KVM_EXIT_UNKNOWN; kvm_run 2765 arch/x86/kvm/vmx.c kvm_run->hw.hardware_exit_reason = exit_reason; kvm_run 2752 arch/x86/kvm/x86.c kvm_run->request_interrupt_window && kvm_run 2760 arch/x86/kvm/x86.c kvm_run->if_flag = (kvm_x86_ops->get_rflags(vcpu) & X86_EFLAGS_IF) != 0; kvm_run 2761 arch/x86/kvm/x86.c kvm_run->cr8 = kvm_get_cr8(vcpu); kvm_run 2762 arch/x86/kvm/x86.c kvm_run->apic_base = kvm_get_apic_base(vcpu); kvm_run 2764 arch/x86/kvm/x86.c kvm_run->ready_for_interrupt_injection = 1; kvm_run 2766 arch/x86/kvm/x86.c kvm_run->ready_for_interrupt_injection = kvm_run 2836 arch/x86/kvm/x86.c kvm_run->exit_reason = KVM_EXIT_TPR_ACCESS; kvm_run 2841 arch/x86/kvm/x86.c kvm_run->exit_reason = KVM_EXIT_SHUTDOWN; kvm_run 2868 arch/x86/kvm/x86.c kvm_run->exit_reason = KVM_EXIT_INTR; kvm_run 2885 arch/x86/kvm/x86.c kvm_x86_ops->inject_pending_vectors(vcpu, kvm_run); kvm_run 2895 arch/x86/kvm/x86.c kvm_x86_ops->run(vcpu, kvm_run); kvm_run 2929 arch/x86/kvm/x86.c r = kvm_x86_ops->handle_exit(kvm_run, vcpu); kvm_run 2932 arch/x86/kvm/x86.c if (dm_request_for_irq_injection(vcpu, kvm_run)) { kvm_run 2934 arch/x86/kvm/x86.c kvm_run->exit_reason = KVM_EXIT_INTR; kvm_run 2950 arch/x86/kvm/x86.c post_kvm_run_save(vcpu, kvm_run); kvm_run 2975 arch/x86/kvm/x86.c kvm_set_cr8(vcpu, kvm_run->cr8); kvm_run 2984 arch/x86/kvm/x86.c memcpy(vcpu->mmio_data, kvm_run->mmio.data, 8); kvm_run 2989 arch/x86/kvm/x86.c r = emulate_instruction(vcpu, kvm_run, kvm_run 3002 arch/x86/kvm/x86.c if (kvm_run->exit_reason == KVM_EXIT_HYPERCALL) { kvm_run 3004 arch/x86/kvm/x86.c vcpu->arch.regs[VCPU_REGS_RAX] = kvm_run->hypercall.ret; kvm_run 3008 arch/x86/kvm/x86.c r = __vcpu_run(vcpu, kvm_run); kvm_run 424 include/asm-x86/kvm_host.h void (*run)(struct kvm_vcpu *vcpu, struct kvm_run *run); kvm_run 425 include/asm-x86/kvm_host.h int (*handle_exit)(struct kvm_run *run, struct kvm_vcpu *vcpu); kvm_run 436 include/asm-x86/kvm_host.h struct kvm_run *run); kvm_run 68 include/linux/kvm_host.h struct kvm_run *run;