Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-pmu-ops.h23 KVM_X86_PMU_OP_OPTIONAL(deliver_pmi)
/linux/arch/x86/kvm/
H A Dpmu.h37 void (*deliver_pmi)(struct kvm_vcpu *vcpu); member
H A Dpmu.c792 kvm_pmu_call(deliver_pmi)(vcpu); in kvm_pmu_deliver_pmi() local
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c833 .deliver_pmi = intel_pmu_deliver_pmi,