Searched refs:mips_cm_lock_other (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mips-cps.h | 151 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in mips_cps_cluster_config() 214 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cps_numvps()
|
H A D | mips-cm.h | 407 * mips_cm_lock_other - lock access to redirect/other region 424 extern void mips_cm_lock_other(unsigned int cluster, unsigned int core, 430 * Must be called after mips_cm_lock_other() once all required access to the 437 static inline void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 449 * equivalent to calling mips_cm_lock_other() but accepts a Linux CPU number 456 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H 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()
|
H A D | mips-cm.h | 407 * mips_cm_lock_other - lock access to redirect/other region 424 extern void mips_cm_lock_other(unsigned int cluster, unsigned int core, 430 * Must be called after mips_cm_lock_other() once all required access to the 437 static inline void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 449 * equivalent to calling mips_cm_lock_other() but accepts a Linux CPU number 456 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | smp-cps.c | 220 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in boot_core() 323 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary() 556 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die() 600 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
|
H A D | mips-cm.c | 297 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 325 * mips_cm_lock_other() leading to a deadlock or a nice warning in mips_cm_lock_other()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | smp-cps.c | 213 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in boot_core() 316 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary() 547 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cleanup_dead_cpu() 591 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cleanup_dead_cpu()
|
H A D | mips-cm.c | 303 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 331 * mips_cm_lock_other() leading to a deadlock or a nice warning in mips_cm_lock_other()
|
Completed in 6 milliseconds