Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dpmu_intel.c59 static struct kvm_pmc *intel_pmc_idx_to_pmc(struct kvm_pmu *pmu, int pmc_idx) in intel_pmc_idx_to_pmc() function
77 pmc = intel_pmc_idx_to_pmc(pmu, bit); in reprogram_counters()
783 pmc = intel_pmc_idx_to_pmc(pmu, bit); in intel_pmu_cross_mapped_check()
802 .pmc_idx_to_pmc = intel_pmc_idx_to_pmc,