Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h109 KVM_X86_OP(handle_exit_irqoff)
H A Dkvm_host.h1900 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu);
1878 void (*handle_exit_irqoff)(struct kvm_vcpu *vcpu); global() member
/linux/arch/x86/kvm/vmx/
H A Dmain.c980 .handle_exit_irqoff = vmx_handle_exit_irqoff,
/linux/arch/x86/kvm/svm/
H A Dsvm.c5224 .handle_exit_irqoff = svm_handle_exit_irqoff, in svm_set_cpu_caps()
/linux/arch/x86/kvm/
H A Dx86.c11449 * Sync xfd before calling handle_exit_irqoff() which may in vcpu_enter_guest()
11456 kvm_x86_call(handle_exit_irqoff)(vcpu); in vcpu_enter_guest()
11429 kvm_x86_call(handle_exit_irqoff)(vcpu); vcpu_enter_guest() local