sccl_id 259 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c &ddrc_pmu->sccl_id)) { sccl_id 381 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c ddrc_pmu->sccl_id, ddrc_pmu->index_id); sccl_id 252 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c &hha_pmu->sccl_id)) { sccl_id 392 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c hha_pmu->sccl_id, hha_pmu->index_id); sccl_id 251 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c &l3c_pmu->sccl_id)) { sccl_id 382 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c l3c_pmu->sccl_id, l3c_pmu->index_id); sccl_id 345 drivers/perf/hisilicon/hisi_uncore_pmu.c static void hisi_read_sccl_and_ccl_id(int *sccl_id, int *ccl_id) sccl_id 352 drivers/perf/hisilicon/hisi_uncore_pmu.c if (sccl_id) sccl_id 353 drivers/perf/hisilicon/hisi_uncore_pmu.c *sccl_id = aff2 >> 3; sccl_id 357 drivers/perf/hisilicon/hisi_uncore_pmu.c if (sccl_id) sccl_id 358 drivers/perf/hisilicon/hisi_uncore_pmu.c *sccl_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); sccl_id 369 drivers/perf/hisilicon/hisi_uncore_pmu.c int sccl_id, ccl_id; sccl_id 373 drivers/perf/hisilicon/hisi_uncore_pmu.c hisi_read_sccl_and_ccl_id(&sccl_id, NULL); sccl_id 375 drivers/perf/hisilicon/hisi_uncore_pmu.c return sccl_id == hisi_pmu->sccl_id; sccl_id 378 drivers/perf/hisilicon/hisi_uncore_pmu.c hisi_read_sccl_and_ccl_id(&sccl_id, &ccl_id); sccl_id 380 drivers/perf/hisilicon/hisi_uncore_pmu.c return sccl_id == hisi_pmu->sccl_id && ccl_id == hisi_pmu->ccl_id; sccl_id 68 drivers/perf/hisilicon/hisi_uncore_pmu.h int sccl_id;