Home
last modified time | relevance | path

Searched refs:mips_cm_is64 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dmips-gic.h97 if (mips_cm_is64) { \
116 if (mips_cm_is64) { \
130 if (mips_cm_is64) { \
H A Dmips-cps.h33 if (mips_cm_is64) \
55 if (mips_cm_is64) { \
H A Dmips-cm.h48 extern int mips_cm_is64;
/openbmc/linux/drivers/clocksource/
H A Dmips-gic-timer.c46 if (mips_cm_is64) in gic_read_count()
261 sched_clock_register(mips_cm_is64 ? in gic_clocksource_of_init()
/openbmc/linux/arch/mips/kernel/
H A Dmips-cm.c16 int mips_cm_is64; variable
295 mips_cm_is64 = IS_ENABLED(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3); in mips_cm_probe()
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-gic.c160 if (mips_cm_is64) in gic_handle_shared_int()