Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dpmu_intel.c57 pmc = get_fixed_pmc(pmu, MSR_CORE_PERF_FIXED_CTR0 + i); in reprogram_fixed_counters()
72 return get_fixed_pmc(pmu, idx + MSR_CORE_PERF_FIXED_CTR0); in intel_pmc_idx_to_pmc()
220 get_fixed_pmc(pmu, msr) || get_fw_gp_pmc(pmu, msr) || in intel_is_valid_msr()
233 pmc = get_fixed_pmc(pmu, msr); in intel_msr_idx_to_pmc()
380 } else if ((pmc = get_fixed_pmc(pmu, msr))) { in intel_pmu_get_msr()
472 } else if ((pmc = get_fixed_pmc(pmu, msr))) { in intel_pmu_set_msr()
/linux-6.3-rc2/arch/x86/kvm/
A Dpmu.h115 static inline struct kvm_pmc *get_fixed_pmc(struct kvm_pmu *pmu, u32 msr) in get_fixed_pmc() function

Completed in 5 milliseconds