Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dpmu.c241 void reprogram_fixed_counter(struct kvm_pmc *pmc, u8 ctrl, int idx) in reprogram_fixed_counter() function
275 EXPORT_SYMBOL_GPL(reprogram_fixed_counter);
290 reprogram_fixed_counter(pmc, ctrl, idx); in reprogram_counter()
H A Dpmu.h143 void reprogram_fixed_counter(struct kvm_pmc *pmc, u8 ctrl, int fixed_idx);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dpmu_intel.c53 reprogram_fixed_counter(pmc, new_ctrl, i); in reprogram_fixed_counters()