Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dmips-cm.h428 extern void mips_cm_lock_other(unsigned int cluster, unsigned int core,
441 static inline void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function
460 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
Dmips-cps.h155 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL); in mips_cps_cluster_config()
218 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cps_numvps()
/arch/mips/kernel/
Dsmp-cps.c224 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in boot_core()
327 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
533 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
577 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cpu_die()
Dmips-cm.c260 void mips_cm_lock_other(unsigned int cluster, unsigned int core, in mips_cm_lock_other() function