Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h69 #define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
617 #define cpu_guest_has_segments (cpu_data[0].guest.options & MIPS_CPU_SEGMENTS)
Dcpu.h390 #define MIPS_CPU_SEGMENTS MBIT_ULL(26) /* CPU supports Segmentation Control registers */ macro
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c735 c->options |= MIPS_CPU_SEGMENTS; in decode_config3()
1041 c->guest.options |= MIPS_CPU_SEGMENTS; in decode_guest_config3()