Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dpmu.c120 kvm_make_request(KVM_REQ_PMI, pmc->vcpu); in __kvm_perf_overflow()
Dx86.c10613 if (kvm_check_request(KVM_REQ_PMI, vcpu)) in vcpu_enter_guest()
12872 if (kvm_test_request(KVM_REQ_PMI, vcpu)) in kvm_vcpu_has_events()
/arch/x86/include/asm/
Dkvm_host.h84 #define KVM_REQ_PMI KVM_ARCH_REQ(11) macro
/arch/x86/kvm/vmx/
Dvmx.c8401 kvm_make_request(KVM_REQ_PMI, vcpu); in vmx_handle_intel_pt_intr()