Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dpmu.h52 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() function
77 pmc->counter = pmc_read_counter(pmc); in pmc_stop_counter()
Dpmu.c374 *data = pmc_read_counter(pmc) & mask; in kvm_pmu_rdpmc()
/arch/x86/kvm/svm/
Dpmu.c257 msr_info->data = pmc_read_counter(pmc); in amd_pmu_get_msr()
280 pmc->counter += data - pmc_read_counter(pmc); in amd_pmu_set_msr()
/arch/x86/kvm/vmx/
Dpmu_intel.c377 u64 val = pmc_read_counter(pmc); in intel_pmu_get_msr()
382 u64 val = pmc_read_counter(pmc); in intel_pmu_get_msr()
444 pmc->counter += data - pmc_read_counter(pmc); in intel_pmu_set_msr()
448 pmc->counter += data - pmc_read_counter(pmc); in intel_pmu_set_msr()