Home
last modified time | relevance | path

Searched refs:reprogram_counter (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/x86/kvm/
Dpmu.c302 void reprogram_counter(struct kvm_pmu *pmu, int pmc_idx) in reprogram_counter() function
318 EXPORT_SYMBOL_GPL(reprogram_counter);
333 reprogram_counter(pmu, bit); in kvm_pmu_handle_event()
523 reprogram_counter(pmu, pmc->idx); in kvm_pmu_incr_counter()
Dpmu.h149 void reprogram_counter(struct kvm_pmu *pmu, int pmc_idx);
/linux-5.19.10/arch/x86/kvm/vmx/
Dpmu_intel.c68 reprogram_counter(pmu, bit); in global_ctrl_changed()