Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dpmu.c76 static inline struct kvm_pmc *get_fixed_pmc_idx(struct kvm_pmu *pmu, int idx) in get_fixed_pmc_idx() function
86 return get_fixed_pmc_idx(pmu, idx - X86_PMC_IDX_FIXED); in global_idx_to_pmc()
273 struct kvm_pmc *pmc = get_fixed_pmc_idx(pmu, i); in reprogram_fixed_counters()