Searched refs:MIPS_GCTL1_ID (Results 1 – 3 of 3) sorted by relevance
244 ((guestctl1 & MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT) in set_root_gid_to_guest_gid()
1005 write_c0_guestctl1(MIPS_GCTL1_ID); in cpu_probe_guestctl1()1007 c->guestid_mask = (read_c0_guestctl1() & MIPS_GCTL1_ID) in cpu_probe_guestctl1()
972 #define MIPS_GCTL1_ID (_ULCAST_(0xff) << MIPS_GCTL1_ID_SHIFT) macro