Searched refs:mips_cm_lock_other (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | mips-cm.h | 424 extern void mips_cm_lock_other(unsigned int cluster, unsigned int core, 437 static inline void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 456 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
|
A D | mips-cps.h | 148 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in mips_cps_cluster_config() 209 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cps_numvps()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | smp-cps.c | 223 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in boot_core() 326 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary() 557 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die() 601 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
|
A D | mips-cm.c | 298 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function
|
Completed in 7 milliseconds