Home
last modified time | relevance | path

Searched refs:mips_cm_revision (Results 1 – 9 of 9) sorted by relevance

/linux/arch/mips/mm/
H A Dsc-mips.c59 if (mips_cm_revision() < CM_REV_CM2_5) in mips_sc_prefetch_enable()
80 if (mips_cm_revision() < CM_REV_CM2_5) in mips_sc_prefetch_disable()
92 if (mips_cm_revision() < CM_REV_CM2_5) in mips_sc_prefetch_is_enabled()
192 if (mips_cm_revision() >= CM_REV_CM3) in mips_sc_probe()
/linux/arch/mips/include/asm/
H A Dmips-cps.h117 if (mips_cm_revision() < CM_REV_CM3_5) in mips_cps_numclusters()
135 if (mips_cm_revision() < CM_REV_CM3_5) { in mips_cps_cluster_config()
212 if (mips_cm_revision() < CM_REV_CM3_5) { in mips_cps_numvps()
H A Dmips-cm.h408 static inline int mips_cm_revision(void) in mips_cm_revision() function
426 if (mips_cm_revision() >= CM_REV_CM3) in mips_cm_max_vp_width()
/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()
323 cm_rev = mips_cm_revision(); in mips_cm_lock_other()
381 if (mips_cm_revision() < CM_REV_CM3) { in mips_cm_unlock_other()
403 revision = mips_cm_revision(); 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.c225 if (mips_cm_revision() >= CM_REV_CM3_5) in cps_smp_setup()
274 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()
599 if (mips_cm_revision() >= CM_REV_CM3_5) { 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()