Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c357 static void hisi_read_sccl_and_ccl_id(int *sccl_id, int *ccl_id) in hisi_read_sccl_and_ccl_id() argument
364 if (sccl_id) in hisi_read_sccl_and_ccl_id()
365 *sccl_id = aff2 >> 3; in hisi_read_sccl_and_ccl_id()
369 if (sccl_id) in hisi_read_sccl_and_ccl_id()
370 *sccl_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in hisi_read_sccl_and_ccl_id()
381 int sccl_id, ccl_id; in hisi_pmu_cpu_is_associated_pmu() local
385 hisi_read_sccl_and_ccl_id(&sccl_id, NULL); in hisi_pmu_cpu_is_associated_pmu()
387 return sccl_id == hisi_pmu->sccl_id; in hisi_pmu_cpu_is_associated_pmu()
390 hisi_read_sccl_and_ccl_id(&sccl_id, &ccl_id); in hisi_pmu_cpu_is_associated_pmu()
392 return sccl_id == hisi_pmu->sccl_id && ccl_id == hisi_pmu->ccl_id; in hisi_pmu_cpu_is_associated_pmu()
Dhisi_uncore_pmu.h71 int sccl_id; member
Dhisi_uncore_ddrc_pmu.c264 &ddrc_pmu->sccl_id)) { in hisi_ddrc_pmu_init_data()
386 ddrc_pmu->sccl_id, ddrc_pmu->index_id); in hisi_ddrc_pmu_probe()
Dhisi_uncore_hha_pmu.c257 &hha_pmu->sccl_id)) { in hisi_hha_pmu_init_data()
397 hha_pmu->sccl_id, hha_pmu->index_id); in hisi_hha_pmu_probe()
Dhisi_uncore_l3c_pmu.c256 &l3c_pmu->sccl_id)) { in hisi_l3c_pmu_init_data()
387 l3c_pmu->sccl_id, l3c_pmu->index_id); in hisi_l3c_pmu_probe()