Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/
Dpmu.c208 void reprogram_gp_counter(struct kvm_pmc *pmc, u64 eventsel) in reprogram_gp_counter() function
264 EXPORT_SYMBOL_GPL(reprogram_gp_counter);
310 reprogram_gp_counter(pmc, pmc->eventsel); in reprogram_counter()
Dpmu.h147 void reprogram_gp_counter(struct kvm_pmc *pmc, u64 eventsel);
/linux-5.19.10/arch/x86/kvm/svm/
Dpmu.c290 reprogram_gp_counter(pmc, data); in amd_pmu_set_msr()
/linux-5.19.10/arch/x86/kvm/vmx/
Dpmu_intel.c451 reprogram_gp_counter(pmc, data); in intel_pmu_set_msr()