Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c308 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in boot_core()
413 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
643 mips_cm_lock_other(0, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cleanup_dead_cpu()
687 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_cleanup_dead_cpu()
H A Dmips-cm.c316 WARN_ON(block != CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cm_lock_other()
332 WARN_ON(block != CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cm_lock_other()
/linux/arch/mips/include/asm/
H A Dmips-cps.h210 mips_cm_lock_other(cluster, core, 0, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in mips_cps_numvps()
H A Dmips-cm.h318 #define CM_GCR_Cx_OTHER_BLOCK_LOCAL 0 macro