Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dcpu-probe.c1199 unsigned int guestctl0, temp; in cpu_probe_guestctl0() local
1201 guestctl0 = read_c0_guestctl0(); in cpu_probe_guestctl0()
1203 if (guestctl0 & MIPS_GCTL0_G0E) in cpu_probe_guestctl0()
1205 if (guestctl0 & MIPS_GCTL0_G1) in cpu_probe_guestctl0()
1207 if (guestctl0 & MIPS_GCTL0_G2) in cpu_probe_guestctl0()
1209 if (!(guestctl0 & MIPS_GCTL0_RAD)) { in cpu_probe_guestctl0()
1220 write_c0_guestctl0(guestctl0 | MIPS_GCTL0_DRG); in cpu_probe_guestctl0()
1225 write_c0_guestctl0(guestctl0); in cpu_probe_guestctl0()
/Linux-v5.4/arch/mips/include/asm/
Dmipsregs.h2824 __BUILD_SET_C0(guestctl0) in __BUILD_SET_C0()