Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/
Dqcom_l2_pmu.c337 static inline bool cluster_pmu_has_overflowed(u32 ovsr) in cluster_pmu_has_overflowed() argument
339 return !!(ovsr & l2_counter_present_mask); in cluster_pmu_has_overflowed()
342 static inline bool cluster_pmu_counter_has_overflowed(u32 ovsr, u32 idx) in cluster_pmu_counter_has_overflowed() argument
344 return !!(ovsr & idx_to_reg_bit(idx)); in cluster_pmu_counter_has_overflowed()
439 u32 ovsr; in l2_cache_handle_irq() local
442 ovsr = cluster_pmu_getreset_ovsr(); in l2_cache_handle_irq()
443 if (!cluster_pmu_has_overflowed(ovsr)) in l2_cache_handle_irq()
453 if (!cluster_pmu_counter_has_overflowed(ovsr, idx)) in l2_cache_handle_irq()