Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1167 void (*cancel_injection)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9141 goto cancel_injection; in vcpu_enter_guest()
9186 goto cancel_injection; in vcpu_enter_guest()
9298 cancel_injection: in vcpu_enter_guest()
9301 kvm_x86_ops.cancel_injection(vcpu); in vcpu_enter_guest()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4259 .cancel_injection = svm_cancel_injection,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7793 .cancel_injection = vmx_cancel_injection,