Searched refs:rdpmc_ecx_to_pmc (Results 1 – 5 of 5) sorted by relevance
14 KVM_X86_PMU_OP(rdpmc_ecx_to_pmc)
231 .rdpmc_ecx_to_pmc = amd_rdpmc_ecx_to_pmc,
32 struct kvm_pmc *(*rdpmc_ecx_to_pmc)(struct kvm_vcpu *vcpu, member
594 pmc = kvm_pmu_call(rdpmc_ecx_to_pmc)(vcpu, idx, &mask); in kvm_pmu_rdpmc()
729 .rdpmc_ecx_to_pmc = intel_rdpmc_ecx_to_pmc,