Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dpmu.h65 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() function
79 pmc->counter += val - pmc_read_counter(pmc); in pmc_write_counter()
H A Dpmu.c266 pmc->counter = pmc_read_counter(pmc); in pmc_stop_counter()
541 *data = pmc_read_counter(pmc) & mask; in kvm_pmu_rdpmc()
/openbmc/linux/arch/x86/kvm/svm/
H A Dpmu.c140 msr_info->data = pmc_read_counter(pmc); in amd_pmu_get_msr()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c370 u64 val = pmc_read_counter(pmc); in intel_pmu_get_msr()
375 u64 val = pmc_read_counter(pmc); in intel_pmu_get_msr()