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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h84 #define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
696 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
H A Dcpu.h385 #define MIPS_CPU_SEGMENTS BIT_ULL(26) /* CPU supports Segmentation Control registers */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c536 c->options |= MIPS_CPU_SEGMENTS;
895 c->guest.options |= MIPS_CPU_SEGMENTS;

Completed in 118 milliseconds