Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dpmu.c136 void reprogram_gp_counter(struct kvm_pmc *pmc, u64 eventsel) in reprogram_gp_counter() function
176 EXPORT_SYMBOL_GPL(reprogram_gp_counter);
204 reprogram_gp_counter(pmc, pmc->eventsel); in reprogram_counter()
Dpmu.h100 void reprogram_gp_counter(struct kvm_pmc *pmc, u64 eventsel);
Dpmu_amd.c145 reprogram_gp_counter(pmc, data); in amd_pmu_set_msr()
Dpmu_intel.c248 reprogram_gp_counter(pmc, data); in intel_pmu_set_msr()