Lines Matching refs:mpidr
127 unsigned int mpidr, cpu, cluster; in mcpm_cpu_power_down() local
147 mpidr = read_cpuid_mpidr(); in mcpm_cpu_power_down()
148 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in mcpm_cpu_power_down()
149 cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_cpu_power_down()
240 unsigned int mpidr = read_cpuid_mpidr(); in mcpm_cpu_suspend() local
241 unsigned int cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in mcpm_cpu_suspend()
242 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_cpu_suspend()
252 unsigned int mpidr, cpu, cluster; in mcpm_cpu_powered_up() local
265 mpidr = read_cpuid_mpidr(); in mcpm_cpu_powered_up()
266 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in mcpm_cpu_powered_up()
267 cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_cpu_powered_up()
292 unsigned int mpidr = read_cpuid_mpidr(); in nocache_trampoline() local
293 unsigned int cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in nocache_trampoline()
294 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in nocache_trampoline()
456 unsigned int i, j, mpidr, this_cluster; in mcpm_sync_init() local
471 mpidr = read_cpuid_mpidr(); in mcpm_sync_init()
472 this_cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_sync_init()