Home
last modified time | relevance | path

Searched refs:CM_REV_CM3 (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/kernel/
H A Dmips-cm.c309 mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3); in mips_cm_probe()
326 if (cm_rev >= CM_REV_CM3) { in mips_cm_lock_other()
381 if (mips_cm_revision() < CM_REV_CM3) { in mips_cm_unlock_other()
408 if (revision < CM_REV_CM3) { /* CM2 */ in mips_cm_error_report()
H A Dmips-cpc.c94 if (mips_cm_revision() >= CM_REV_CM3) in mips_cpc_lock_other()
115 if (mips_cm_revision() >= CM_REV_CM3) in mips_cpc_unlock_other()
H A Dsmp-cps.c274 if (core_entry_reg && mips_cm_revision() >= CM_REV_CM3) in cps_smp_setup()
539 if (mips_cm_revision() < CM_REV_CM3) in boot_core()
548 if (mips_cm_revision() >= CM_REV_CM3) { in boot_core()
691 if (mips_cm_revision() >= CM_REV_CM3) { in cps_init_secondary()
H A Dpm-cps.c475 if (mips_cm_revision() < CM_REV_CM3) { in cps_gen_entry_code()
563 uasm_i_addiu(&p, GPR_T0, GPR_ZERO, mips_cm_revision() < CM_REV_CM3 in cps_gen_entry_code()
H A Dtraps.c1694 if (mips_cm_revision() >= CM_REV_CM3) { in parity_protection_init()
/linux/drivers/clocksource/
H A Dmips-gic-timer.c228 if (mips_cm_revision() >= CM_REV_CM3 || !IS_ENABLED(CONFIG_CPU_FREQ)) in __gic_clocksource_init()
294 if ((mips_cm_revision() >= CM_REV_CM3 || !IS_ENABLED(CONFIG_CPU_FREQ)) && in gic_clocksource_of_init()
/linux/arch/mips/include/asm/
H A Dmips-cm.h196 #define CM_REV_CM3 CM_ENCODE_REV(8, 0) macro
426 if (mips_cm_revision() >= CM_REV_CM3) in mips_cm_max_vp_width()
/linux/arch/mips/mm/
H A Dsc-mips.c192 if (mips_cm_revision() >= CM_REV_CM3) in mips_sc_probe()