Searched refs:guestctl0 (Results 1 – 2 of 2) sorted by relevance
969 unsigned int guestctl0, temp; in cpu_probe_guestctl0() local971 guestctl0 = read_c0_guestctl0(); in cpu_probe_guestctl0()973 if (guestctl0 & MIPS_GCTL0_G0E) in cpu_probe_guestctl0()975 if (guestctl0 & MIPS_GCTL0_G1) in cpu_probe_guestctl0()977 if (guestctl0 & MIPS_GCTL0_G2) in cpu_probe_guestctl0()979 if (!(guestctl0 & MIPS_GCTL0_RAD)) { in cpu_probe_guestctl0()990 write_c0_guestctl0(guestctl0 | MIPS_GCTL0_DRG); in cpu_probe_guestctl0()995 write_c0_guestctl0(guestctl0); in cpu_probe_guestctl0()
2892 __BUILD_SET_C0(guestctl0) in __BUILD_SET_C0()