Home
last modified time | relevance | path

Searched refs:overflown (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/perf/hisilicon/
H A Dhisi_uncore_ddrc_pmu.c185 unsigned long overflown; in hisi_ddrc_pmu_isr() local
189 overflown = readl(ddrc_pmu->base + DDRC_INT_STATUS); in hisi_ddrc_pmu_isr()
190 if (!overflown) in hisi_ddrc_pmu_isr()
197 for_each_set_bit(idx, &overflown, DDRC_NR_COUNTERS) { in hisi_ddrc_pmu_isr()
H A Dhisi_uncore_hha_pmu.c175 unsigned long overflown; in hisi_hha_pmu_isr() local
179 overflown = readl(hha_pmu->base + HHA_INT_STATUS); in hisi_hha_pmu_isr()
180 if (!overflown) in hisi_hha_pmu_isr()
187 for_each_set_bit(idx, &overflown, HHA_NR_COUNTERS) { in hisi_hha_pmu_isr()
H A Dhisi_uncore_l3c_pmu.c174 unsigned long overflown; in hisi_l3c_pmu_isr() local
178 overflown = readl(l3c_pmu->base + L3C_INT_STATUS); in hisi_l3c_pmu_isr()
179 if (!overflown) in hisi_l3c_pmu_isr()
186 for_each_set_bit(idx, &overflown, L3C_NR_COUNTERS) { in hisi_l3c_pmu_isr()
/kernel/linux/linux-6.6/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c134 unsigned long overflown; in hisi_uncore_pmu_isr() local
137 overflown = hisi_pmu->ops->get_int_status(hisi_pmu); in hisi_uncore_pmu_isr()
138 if (!overflown) in hisi_uncore_pmu_isr()
145 for_each_set_bit(idx, &overflown, hisi_pmu->num_counters) { in hisi_uncore_pmu_isr()
H A Dhisi_pcie_pmu.c612 u32 overflown; in hisi_pcie_pmu_irq() local
616 overflown = hisi_pcie_pmu_readl(pcie_pmu, HISI_PCIE_INT_STAT, idx); in hisi_pcie_pmu_irq()
617 if (!overflown) in hisi_pcie_pmu_irq()

Completed in 5 milliseconds