Searched refs:guestctl1 (Results 1 – 3 of 3) sorted by relevance
238 unsigned int guestctl1; in set_root_gid_to_guest_gid() local242 guestctl1 = read_c0_guestctl1(); in set_root_gid_to_guest_gid()243 guestctl1 = (guestctl1 & ~MIPS_GCTL1_RID) | in set_root_gid_to_guest_gid()244 ((guestctl1 & MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT) in set_root_gid_to_guest_gid()246 write_c0_guestctl1(guestctl1); in set_root_gid_to_guest_gid()516 unsigned int guestctl1 = 0; in kvm_vz_save_guesttlb() local530 guestctl1 = read_c0_guestctl1(); in kvm_vz_save_guesttlb()541 (read_c0_guestctl1() ^ guestctl1) & MIPS_GCTL1_RID) { in kvm_vz_save_guesttlb()
79 unsigned int pagemask, guestctl1 = 0, c0, c1, i; in dump_tlb() local121 guestctl1 = read_c0_guestctl1(); in dump_tlb()155 (guestctl1 & MIPS_GCTL1_RID) in dump_tlb()
2894 __BUILD_SET_C0(guestctl1) in __BUILD_SET_C0()