Home
last modified time | relevance | path

Searched refs:MIPS_CPU_MICROMIPS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dcpu.h371 #define MIPS_CPU_MICROMIPS 0x01000000ull /* CPU has microMIPS capability */ macro
Dcpu-features.h137 # define cpu_has_mmips (cpu_data[0].options & MIPS_CPU_MICROMIPS)
/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c513 c->options |= MIPS_CPU_MICROMIPS; in decode_config3()