Home
last modified time | relevance | path

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

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