Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h12 #define cpu_has_segments 0 macro
/linux-4.1.27/arch/mips/kernel/
Dsegment.c97 if (cpu_has_segments) { in segments_info()
/linux-4.1.27/arch/mips/include/asm/
Dcpu-features.h26 #ifndef cpu_has_segments
27 #define cpu_has_segments (cpu_data[0].options & MIPS_CPU_SEGMENTS) macro