Lines Matching full:mpidr
46 * Use our own MPIDR accessors as the generic ones in asm/cputype.h have
124 unsigned int mpidr = read_mpidr(); in bL_switchpoint() local
125 unsigned int clusterid = MPIDR_AFFINITY_LEVEL(mpidr, 1); in bL_switchpoint()
149 unsigned int mpidr, this_cpu, that_cpu; in bL_switch_to() local
169 pr_debug("before switch: CPU %d MPIDR %#x -> %#x\n", in bL_switch_to()
236 mpidr = read_mpidr(); in bL_switch_to()
237 pr_debug("after switch: CPU %d MPIDR %#x\n", this_cpu, mpidr); in bL_switch_to()
238 BUG_ON(mpidr != ib_mpidr); in bL_switch_to()
513 int bL_switcher_get_logical_index(u32 mpidr) in bL_switcher_get_logical_index() argument
520 mpidr &= MPIDR_HWID_BITMASK; in bL_switcher_get_logical_index()
525 if ((mpidr == cpu_logical_map(cpu)) || in bL_switcher_get_logical_index()
526 (mpidr == cpu_logical_map(pairing))) in bL_switcher_get_logical_index()