Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu.h413 #define MIPS_CPU_GUESTCTL2 MBIT_ULL(50) /* CPU has VZ GuestCtl2 register */ macro
Dcpu-features.h130 #define cpu_has_guestctl2 (cpu_data[0].options & MIPS_CPU_GUESTCTL2)
/arch/mips/kernel/
Dcpu-probe.c1113 c->options |= MIPS_CPU_GUESTCTL2; in cpu_probe_guestctl0()