Searched refs:guestctl1 (Results 1 – 3 of 3) sorted by relevance
100 unsigned int guestctl1; in set_root_gid_to_guest_gid() local 104 guestctl1 = read_c0_guestctl1(); in set_root_gid_to_guest_gid() 105 guestctl1 = (guestctl1 & ~MIPS_GCTL1_RID) | in set_root_gid_to_guest_gid() 106 ((guestctl1 & MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT) in set_root_gid_to_guest_gid() 108 write_c0_guestctl1(guestctl1); in set_root_gid_to_guest_gid() 378 unsigned int guestctl1 = 0; in kvm_vz_save_guesttlb() local 392 guestctl1 = read_c0_guestctl1(); in kvm_vz_save_guesttlb() 403 (read_c0_guestctl1() ^ guestctl1) & MIPS_GCTL1_RID) { in kvm_vz_save_guesttlb()
71 unsigned int pagemask, guestctl1 = 0, c0, c1, i; in dump_tlb() local 113 guestctl1 = read_c0_guestctl1(); in dump_tlb() 147 (guestctl1 & MIPS_GCTL1_RID) in dump_tlb()
3067 __BUILD_SET_C0(guestctl1) in __BUILD_SET_C0()