Home
last modified time | relevance | path

Searched refs:mips_cm_lock_other (Results 1 – 6 of 6) sorted by relevance

/linux/arch/mips/kernel/
H A Dsmp-cps.c49 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 Dmips-cm.c317 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 Dmips-cm.h466 * 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 Dmips-cps.h149 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 Dmips-gic-timer.c177 mips_cm_lock_other(0, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in gic_hpt_read_multicluster()
/linux/drivers/irqchip/
H A Dirq-mips-gic.c146 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()