Home
last modified time | relevance | path

Searched refs:cpu_cluster_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/perf/
H A Dqcom_l2_pmu.c741 int cpu_cluster_id; in l2_cache_associate_cpu_with_cluster() local
751 cpu_cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in l2_cache_associate_cpu_with_cluster()
753 cpu_cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in l2_cache_associate_cpu_with_cluster()
756 if (cluster->cluster_id != cpu_cluster_id) in l2_cache_associate_cpu_with_cluster()
/kernel/linux/linux-6.6/drivers/perf/
H A Dqcom_l2_pmu.c738 int cpu_cluster_id; in l2_cache_associate_cpu_with_cluster() local
748 cpu_cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 2); in l2_cache_associate_cpu_with_cluster()
750 cpu_cluster_id = MPIDR_AFFINITY_LEVEL(mpidr, 1); in l2_cache_associate_cpu_with_cluster()
753 if (cluster->cluster_id != cpu_cluster_id) in l2_cache_associate_cpu_with_cluster()

Completed in 3 milliseconds