Searched refs:pmc_read_counter (Results 1 – 4 of 4) sorted by relevance
131 msr_info->data = pmc_read_counter(pmc); in amd_pmu_get_msr()154 pmc->counter += data - pmc_read_counter(pmc); in amd_pmu_set_msr()
51 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() function76 pmc->counter = pmc_read_counter(pmc); in pmc_stop_counter()
548 *data = pmc_read_counter(pmc) & mask; in kvm_pmu_rdpmc()
376 u64 val = pmc_read_counter(pmc); in intel_pmu_get_msr()381 u64 val = pmc_read_counter(pmc); in intel_pmu_get_msr()469 pmc->counter += data - pmc_read_counter(pmc); in intel_pmu_set_msr()473 pmc->counter += data - pmc_read_counter(pmc); in intel_pmu_set_msr()
Completed in 10 milliseconds