Searched refs:mips_cm_lock_other (Results 1 – 6 of 6) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | smp-cps.c | 49 mips_cm_lock_other(cluster, CM_GCR_Cx_OTHER_CORE_CM, 0, in power_up_other_cluster() 60 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in power_up_other_cluster() 67 mips_cm_lock_other(cluster, CM_GCR_Cx_OTHER_CORE_CM, 0, in power_up_other_cluster() 145 mips_cm_lock_other(0, 0, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in check_64bit_reset() 485 mips_cm_lock_other(cluster, core, 0, in boot_core() 510 mips_cm_lock_other(cluster, core, 0, in boot_core() 527 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in boot_core() 603 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in boot_core() 647 mips_cm_lock_other(cluster, core, vpe_id, in cps_boot_secondary() 887 mips_cm_lock_other( in cps_cleanup_dead_cpu() [all...] |
H A D | mips-cm.c | 317 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 347 * mips_cm_lock_other() leading to a deadlock or a nice warning in mips_cm_lock_other()
|
/linux/arch/mips/include/asm/ |
H A D | mips-cm.h | 466 * mips_cm_lock_other - lock access to redirect/other region 483 extern void mips_cm_lock_other(unsigned int cluster, unsigned int core, 489 * Must be called after mips_cm_lock_other() once all required access to the 496 static inline void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function 508 * equivalent to calling mips_cm_lock_other() but accepts a Linux CPU number 515 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
|
H A D | mips-cps.h | 149 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in mips_cps_cluster_config() 210 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cps_numvps()
|
/linux/drivers/clocksource/ |
H A D | mips-gic-timer.c | 177 mips_cm_lock_other(0, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in gic_hpt_read_multicluster()
|
/linux/drivers/irqchip/ |
H A D | irq-mips-gic.c | 146 mips_cm_lock_other(cl, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in gic_irq_lock_cluster() 1000 mips_cm_lock_other(cl, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in gic_of_init()
|