Searched refs:mips_cm_is64 (Results 1 – 4 of 4) sorted by relevance
49 extern int mips_cm_is64;132 if (mips_cm_is64) { \144 if (mips_cm_is64) \163 if (mips_cm_is64) \
57 if (!mips_cm_is64) in gic_read()75 if (!mips_cm_is64) in gic_write()143 if (mips_cm_is64) in gic_read_count()168 if (mips_cm_is64) { in gic_write_compare()186 if (mips_cm_is64) { in gic_write_cpu_compare()202 if (mips_cm_is64) in gic_read_compare()318 unsigned int i, intr, virq, gic_reg_step = mips_cm_is64 ? 8 : 4; in gic_handle_shared_int()336 if (!config_enabled(CONFIG_64BIT) || mips_cm_is64) in gic_handle_shared_int()
52 unsigned bits = mips_cm_is64 ? 64 : 32; \58 #define GIC_INTR_BIT(intr) ((intr) % (mips_cm_is64 ? 64 : 32))
20 int mips_cm_is64; variable254 mips_cm_is64 = config_enabled(CONFIG_64BIT) && (mips_cm_revision() >= CM_REV_CM3); in mips_cm_probe()