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

/linux-master/arch/mips/include/asm/
H A Dmips-cps.h148 mips_cm_lock_other(cluster, 0, 0, CM_GCR_Cx_OTHER_BLOCK_GLOBAL);
209 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL);
H A Dmips-cm.h420 * mips_cm_lock_other - lock access to redirect/other region
437 extern void mips_cm_lock_other(unsigned int cluster, unsigned int core,
443 * Must be called after mips_cm_lock_other() once all required access to the
450 static inline void mips_cm_lock_other(unsigned int cluster, unsigned int core, function
462 * equivalent to calling mips_cm_lock_other() but accepts a Linux CPU number
469 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block);
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c308 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL);
410 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL);
640 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL);
684 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL);
H A Dmips-cm.c297 void mips_cm_lock_other(unsigned int cluster, unsigned int core, function
325 * mips_cm_lock_other() leading to a deadlock or a nice warning

Completed in 111 milliseconds