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.h366 static inline int mips_cm_revision(void) in mips_cm_revision() function
384 if (mips_cm_revision() >= CM_REV_CM3) in mips_cm_max_vp_width()
/linux/arch/mips/kernel/
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 Dmips-cm.c289 mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3); in mips_cm_probe()
303 cm_rev = mips_cm_revision(); in mips_cm_lock_other()
359 if (mips_cm_revision() < CM_REV_CM3) { in mips_cm_unlock_other()
381 revision = mips_cm_revision(); in mips_cm_error_report()
H A Dsmp-cps.c203 if (core_entry_reg && mips_cm_revision() >= CM_REV_CM3) in cps_smp_setup()
320 if (mips_cm_revision() < CM_REV_CM3) in boot_core()
329 if (mips_cm_revision() >= CM_REV_CM3) { in boot_core()
456 if (mips_cm_revision() >= CM_REV_CM3) { in cps_init_secondary()
H A Dpm-cps.c473 if (mips_cm_revision() < CM_REV_CM3) { in cps_gen_entry_code()
561 uasm_i_addiu(&p, GPR_T0, GPR_ZERO, mips_cm_revision() < CM_REV_CM3 in cps_gen_entry_code()
H A Dtraps.c1693 if (mips_cm_revision() >= CM_REV_CM3) { in parity_protection_init()
/linux/drivers/clocksource/
H A Dmips-gic-timer.c200 if (mips_cm_revision() >= CM_REV_CM3 || !IS_ENABLED(CONFIG_CPU_FREQ)) in __gic_clocksource_init()
264 if (mips_cm_revision() >= CM_REV_CM3 || !IS_ENABLED(CONFIG_CPU_FREQ)) { in gic_clocksource_of_init()