Lines Matching refs:cluster_id
1307 unsigned long cluster_id)
1325 if (cluster_id != MPIDR_TO_SGI_CLUSTER_ID(mpidr)) {
1335 #define MPIDR_TO_SGI_AFFINITY(cluster_id, level) \
1336 (MPIDR_AFFINITY_LEVEL(cluster_id, level) \
1339 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq)
1343 val = (MPIDR_TO_SGI_AFFINITY(cluster_id, 3) |
1344 MPIDR_TO_SGI_AFFINITY(cluster_id, 2) |
1346 MPIDR_TO_SGI_AFFINITY(cluster_id, 1) |
1347 MPIDR_TO_SGI_RS(cluster_id) |
1368 u64 cluster_id = MPIDR_TO_SGI_CLUSTER_ID(gic_cpu_to_affinity(cpu));
1371 tlist = gic_compute_target_list(&cpu, mask, cluster_id);
1372 gic_send_sgi(cluster_id, tlist, d->hwirq);