Lines Matching refs:mpidr
242 unsigned int mpidr, cpu, cluster; in mcpm_cpu_power_down() local
246 mpidr = read_cpuid_mpidr(); in mcpm_cpu_power_down()
247 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in mcpm_cpu_power_down()
248 cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_cpu_power_down()
331 unsigned int mpidr = read_cpuid_mpidr(); in mcpm_cpu_suspend() local
332 unsigned int cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in mcpm_cpu_suspend()
333 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_cpu_suspend()
343 unsigned int mpidr, cpu, cluster; in mcpm_cpu_powered_up() local
350 mpidr = read_cpuid_mpidr(); in mcpm_cpu_powered_up()
351 cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in mcpm_cpu_powered_up()
352 cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_cpu_powered_up()
377 unsigned int mpidr = read_cpuid_mpidr(); in nocache_trampoline() local
378 unsigned int cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0); in nocache_trampoline()
379 unsigned int cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in nocache_trampoline()
427 unsigned int i, j, mpidr, this_cluster; in mcpm_sync_init() local
442 mpidr = read_cpuid_mpidr(); in mcpm_sync_init()
443 this_cluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in mcpm_sync_init()