Lines Matching refs:mpidr
325 static u64 gic_mpidr_to_affinity(u64 mpidr) in gic_mpidr_to_affinity() argument
329 aff = (MPIDR_AFFINITY_LEVEL(mpidr, 3) << 32 | in gic_mpidr_to_affinity()
330 MPIDR_AFFINITY_LEVEL(mpidr, 2) << 16 | in gic_mpidr_to_affinity()
331 MPIDR_AFFINITY_LEVEL(mpidr, 1) << 8 | in gic_mpidr_to_affinity()
332 MPIDR_AFFINITY_LEVEL(mpidr, 0)); in gic_mpidr_to_affinity()
408 u64 mpidr = cpu_logical_map(smp_processor_id()); in gic_populate_rdist() local
417 aff = (MPIDR_AFFINITY_LEVEL(mpidr, 3) << 24 | in gic_populate_rdist()
418 MPIDR_AFFINITY_LEVEL(mpidr, 2) << 16 | in gic_populate_rdist()
419 MPIDR_AFFINITY_LEVEL(mpidr, 1) << 8 | in gic_populate_rdist()
420 MPIDR_AFFINITY_LEVEL(mpidr, 0)); in gic_populate_rdist()
441 (unsigned long long)mpidr, in gic_populate_rdist()
458 smp_processor_id(), (unsigned long long)mpidr); in gic_populate_rdist()
529 u64 mpidr = cpu_logical_map(cpu); in gic_compute_target_list() local
537 if (WARN_ON((mpidr & 0xff) >= 16)) in gic_compute_target_list()
540 tlist |= 1 << (mpidr & 0xf); in gic_compute_target_list()
546 mpidr = cpu_logical_map(cpu); in gic_compute_target_list()
548 if (cluster_id != (mpidr & ~0xffUL)) { in gic_compute_target_list()