Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dcpu.h377 #define MIPS_CPU_SEGMENTS 0x04000000ull /* CPU supports Segmentation Control registers */ macro
Dcpu-features.h30 #define cpu_has_segments (cpu_data[0].options & MIPS_CPU_SEGMENTS)
/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c536 c->options |= MIPS_CPU_SEGMENTS; in decode_config3()