Home
last modified time | relevance | path

Searched refs:MIPS_GCTL0_DRG (Results 1 – 2 of 2) sorted by relevance

/arch/mips/kernel/
Dcpu-probe.c1220 write_c0_guestctl0(guestctl0 | MIPS_GCTL0_DRG); in cpu_probe_guestctl0()
1224 if (temp & MIPS_GCTL0_DRG) { in cpu_probe_guestctl0()
/arch/mips/include/asm/
Dmipsregs.h862 #define MIPS_GCTL0_DRG (_ULCAST_(1) << MIPS_GCTL0_DRG_SHIFT) macro