Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1209 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4292 .handle_exit_irqoff = svm_handle_exit_irqoff,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7829 .handle_exit_irqoff = vmx_handle_exit_irqoff,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c9244 kvm_x86_ops.handle_exit_irqoff(vcpu); in vcpu_enter_guest()