Searched refs:counter_bits (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_ddrc_pmu.c | 365 ddrc_pmu->counter_bits = ddrc_pmu->dev_info->counter_bits; in hisi_ddrc_pmu_dev_probe() 444 .counter_bits = 32, 462 .counter_bits = 48, 480 .counter_bits = 48,
|
| H A D | hisi_uncore_pmu.h | 76 u32 counter_bits; member 137 int counter_bits; member
|
| H A D | hisi_uncore_mn_pmu.c | 280 mn_pmu->counter_bits = mn_pmu->dev_info->counter_bits; in hisi_mn_pmu_dev_init() 355 .counter_bits = 48,
|
| H A D | hisi_uncore_noc_pmu.c | 313 noc_pmu->counter_bits = noc_pmu->dev_info->counter_bits; in hisi_noc_pmu_dev_init() 392 .counter_bits = 64,
|
| H A D | hisi_uncore_l3c_pmu.c | 744 .counter_bits = 48, 751 .counter_bits = 64, 758 .counter_bits = 64, 797 l3c_pmu->counter_bits = l3c_pmu->dev_info->counter_bits; in hisi_l3c_pmu_dev_probe()
|
| H A D | hisi_uncore_hha_pmu.c | 455 hha_pmu->counter_bits = 64; in hisi_hha_pmu_dev_probe() 460 hha_pmu->counter_bits = 48; in hisi_hha_pmu_dev_probe()
|
| H A D | hisi_uncore_pmu.c | 307 u64 val = BIT_ULL(hisi_pmu->counter_bits - 1); in hisi_uncore_pmu_set_event_period() 331 HISI_MAX_PERIOD(hisi_pmu->counter_bits); in hisi_uncore_pmu_event_update()
|
| H A D | hisi_uncore_cpa_pmu.c | 264 cpa_pmu->counter_bits = CPA_COUNTER_BITS; in hisi_cpa_pmu_dev_probe()
|
| H A D | hisi_uncore_pa_pmu.c | 444 pa_pmu->counter_bits = 64; in hisi_pa_pmu_dev_probe()
|
| H A D | hisi_uncore_uc_pmu.c | 482 uc_pmu->counter_bits = HISI_UC_CNTR_REG_BITS; in hisi_uc_pmu_dev_probe()
|
| H A D | hisi_uncore_sllc_pmu.c | 479 sllc_pmu->counter_bits = 64; in hisi_sllc_pmu_dev_probe()
|
| /linux/arch/mips/kernel/ |
| H A D | perf_event_mipsxx.c | 93 static int counter_bits; variable 216 u64 mask = CNTR_BIT_MASK(counter_bits); in mipsxx_pmu_read_counter_64() 256 val &= CNTR_BIT_MASK(counter_bits); in mipsxx_pmu_write_counter_64() 2024 counter_bits = 48; in init_hw_perf_events() 2029 counter_bits = 64; in init_hw_perf_events() 2037 counter_bits = 32; in init_hw_perf_events() 2048 "CPU, irq %d%s\n", mipspmu.name, counters, counter_bits, irq, in init_hw_perf_events()
|