Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/perf/hisilicon/
Dhisi_uncore_pmu.c345 static void hisi_read_sccl_and_ccl_id(int *sccl_id, int *ccl_id) in hisi_read_sccl_and_ccl_id() argument
352 if (sccl_id) in hisi_read_sccl_and_ccl_id()
353 *sccl_id = aff2 >> 3; in hisi_read_sccl_and_ccl_id()
357 if (sccl_id) in hisi_read_sccl_and_ccl_id()
358 *sccl_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in hisi_read_sccl_and_ccl_id()
369 int sccl_id, ccl_id; in hisi_pmu_cpu_is_associated_pmu() local
373 hisi_read_sccl_and_ccl_id(&sccl_id, NULL); in hisi_pmu_cpu_is_associated_pmu()
375 return sccl_id == hisi_pmu->sccl_id; in hisi_pmu_cpu_is_associated_pmu()
378 hisi_read_sccl_and_ccl_id(&sccl_id, &ccl_id); in hisi_pmu_cpu_is_associated_pmu()
380 return sccl_id == hisi_pmu->sccl_id && ccl_id == hisi_pmu->ccl_id; in hisi_pmu_cpu_is_associated_pmu()
Dhisi_uncore_pmu.h68 int sccl_id; member
Dhisi_uncore_ddrc_pmu.c259 &ddrc_pmu->sccl_id)) { in hisi_ddrc_pmu_init_data()
381 ddrc_pmu->sccl_id, ddrc_pmu->index_id); in hisi_ddrc_pmu_probe()
Dhisi_uncore_hha_pmu.c252 &hha_pmu->sccl_id)) { in hisi_hha_pmu_init_data()
392 hha_pmu->sccl_id, hha_pmu->index_id); in hisi_hha_pmu_probe()
Dhisi_uncore_l3c_pmu.c251 &l3c_pmu->sccl_id)) { in hisi_l3c_pmu_init_data()
382 l3c_pmu->sccl_id, l3c_pmu->index_id); in hisi_l3c_pmu_probe()