Lines Matching refs:supported_cpus
239 if (!cpumask_test_cpu(smp_processor_id(), &armpmu->supported_cpus)) in armpmu_add()
467 !cpumask_test_cpu(event->cpu, &armpmu->supported_cpus)) in armpmu_event_init()
506 if (!cpumask_test_cpu(smp_processor_id(), &armpmu->supported_cpus)) in armpmu_enable()
518 if (!cpumask_test_cpu(smp_processor_id(), &armpmu->supported_cpus)) in armpmu_disable()
533 return cpumask_test_cpu(cpu, &armpmu->supported_cpus); in armpmu_filter_match()
710 if (!cpumask_test_cpu(cpu, &pmu->supported_cpus)) in cpu_pmu_notify()
748 on_each_cpu_mask(&cpu_pmu->supported_cpus, cpu_pmu->reset, in cpu_pmu_init()
840 cpumask_setall(&pmu->supported_cpus); in of_pmu_irq_cfg()
856 cpumask_set_cpu(cpu, &pmu->supported_cpus); in of_pmu_irq_cfg()
862 if (cpumask_weight(&pmu->supported_cpus) == 0) in of_pmu_irq_cfg()
863 cpumask_setall(&pmu->supported_cpus); in of_pmu_irq_cfg()
903 cpumask_setall(&pmu->supported_cpus); in arm_pmu_device_probe()