Lines Matching +full:multi +full:- +full:cluster
1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <asm/mips-cps.h>
193 return (cmgcr & MIPS_CMGCRF_BASE) << (36 - 32); in __mips_cm_phys_base()
204 * If the L2-only sync region is already enabled then leave it at it's in __mips_cm_l2sync_phys_base()
223 /* L2-only sync was introduced with CM major revision 6 */ in mips_cm_probe_l2sync()
257 return -ENODEV; in mips_cm_probe()
261 return -ENXIO; in mips_cm_probe()
270 return -ENODEV; in mips_cm_probe()
286 /* probe for an L2-only sync region */ in mips_cm_probe()
298 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() argument
313 val |= FIELD_PREP(CM_GCR_Cx_OTHER_CLUSTER, cluster); in mips_cm_lock_other()
316 WARN_ON(cluster != 0); in mips_cm_lock_other()
332 WARN_ON(cluster != 0); in mips_cm_lock_other()
350 * Ensure the core-other region reflects the appropriate core & in mips_cm_lock_other()
434 muc_bit ? "Multi-UC " : "", in mips_cm_error_report()
476 tag_ecc ? (unsigned long)ffs(tag_way_bits) - 1 : in mips_cm_error_report()