Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dpmu.c95 kvm_make_request(KVM_REQ_PMI, pmc->vcpu); in kvm_perf_overflow_intr()
Dx86.c6424 if (kvm_check_request(KVM_REQ_PMI, vcpu)) in vcpu_enter_guest()
/linux-4.4.14/include/linux/
Dkvm_host.h132 #define KVM_REQ_PMI 16 macro