Home
last modified time | relevance | path

Searched refs:kvm_queued_exception (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h750 struct kvm_queued_exception { struct
885 struct kvm_queued_exception exception;
887 struct kvm_queued_exception exception_vmexit;
/linux/arch/x86/kvm/
H A Dx86.c753 struct kvm_queued_exception *ex) in kvm_deliver_exception_payload()
808 struct kvm_queued_exception *ex = &vcpu->arch.exception_vmexit; in kvm_queue_exception_vmexit()
5375 struct kvm_queued_exception *ex; in kvm_vcpu_ioctl_x86_get_vcpu_events()
11554 struct kvm_queued_exception *ex = &vcpu->arch.exception; in kvm_arch_vcpu_ioctl_run()
/linux/arch/x86/kvm/svm/
H A Dsvm.c466 struct kvm_queued_exception *ex = &vcpu->arch.exception; in svm_inject_exception()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1832 struct kvm_queued_exception *ex = &vcpu->arch.exception; in vmx_inject_exception()