Home
last modified time | relevance | path

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

/linux-6.15/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c484 int sccl_id, ccl_id; in hisi_pmu_cpu_is_associated_pmu() local
488 hisi_read_sccl_and_ccl_id(&sccl_id, NULL); in hisi_pmu_cpu_is_associated_pmu()
490 return sccl_id == topo->sccl_id; in hisi_pmu_cpu_is_associated_pmu()
493 hisi_read_sccl_and_ccl_id(&sccl_id, &ccl_id); in hisi_pmu_cpu_is_associated_pmu()
495 return sccl_id == topo->sccl_id && ccl_id == topo->ccl_id; in hisi_pmu_cpu_is_associated_pmu()
579 topo->sccl_id = -1; in hisi_uncore_pmu_init_topology()
584 if (device_property_read_u32(dev, "hisilicon,scl-id", &topo->sccl_id)) in hisi_uncore_pmu_init_topology()
H A Dhisi_uncore_ddrc_pmu.c312 if (ddrc_pmu->topo.sccl_id < 0) { in hisi_ddrc_pmu_init_data()
480 ddrc_pmu->topo.sccl_id, ddrc_pmu->topo.index_id, in hisi_ddrc_pmu_probe()
484 "hisi_sccl%d_ddrc%d", ddrc_pmu->topo.sccl_id, in hisi_ddrc_pmu_probe()
H A Dhisi_uncore_pmu.h105 int sccl_id; member
H A Dhisi_uncore_sllc_pmu.c297 if (sllc_pmu->topo.sccl_id < 0) { in hisi_sllc_pmu_init_data()
411 sllc_pmu->topo.sccl_id, sllc_pmu->topo.index_id); in hisi_sllc_pmu_probe()
H A Dhisi_uncore_hha_pmu.c304 if (hha_pmu->topo.sccl_id < 0) { in hisi_hha_pmu_init_data()
489 hha_pmu->topo.sccl_id, hha_pmu->topo.index_id); in hisi_hha_pmu_probe()
H A Dhisi_uncore_l3c_pmu.c364 if (l3c_pmu->topo.sccl_id < 0) { in hisi_l3c_pmu_init_data()
525 l3c_pmu->topo.sccl_id, l3c_pmu->topo.ccl_id); in hisi_l3c_pmu_probe()
H A Dhisi_uncore_uc_pmu.c375 if (uc_pmu->topo.sccl_id < 0) { in hisi_uc_pmu_init_data()
517 uc_pmu->topo.sccl_id, uc_pmu->topo.ccl_id, in hisi_uc_pmu_probe()