Lines Matching refs:mpidr
117 u64 mpidr;
132 static inline void init_cpu_port(struct cpu_port *port, u32 index, u64 mpidr)
135 port->mpidr = mpidr;
143 static inline bool cpu_port_match(struct cpu_port *port, u64 mpidr)
145 return port->mpidr == (mpidr & MPIDR_HWID_BITMASK);
254 * @mpidr: mpidr of the CPU whose CCI port should be disabled
265 int notrace cci_disable_port_by_cpu(u64 mpidr)
271 if (is_valid && cpu_port_match(&cpu_port[cpu], mpidr)) {
366 [offsetof_cpu_port_mpidr_lsb] "i" (offsetof(struct cpu_port, mpidr)),
368 [offsetof_cpu_port_mpidr_lsb] "i" (offsetof(struct cpu_port, mpidr)+4),