MIPS_ENTRYLO_RI  1799 arch/mips/kvm/vz.c 		mask = MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI;
MIPS_ENTRYLO_RI  1815 arch/mips/kvm/vz.c 		mask = MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI;
MIPS_ENTRYLO_RI   159 arch/mips/lib/dump_tlb.c 		pa = entrylo0 & ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI);
MIPS_ENTRYLO_RI   166 arch/mips/lib/dump_tlb.c 				(entrylo0 & MIPS_ENTRYLO_RI) ? 1 : 0,
MIPS_ENTRYLO_RI   174 arch/mips/lib/dump_tlb.c 		pa = entrylo1 & ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI);
MIPS_ENTRYLO_RI   180 arch/mips/lib/dump_tlb.c 				(entrylo1 & MIPS_ENTRYLO_RI) ? 1 : 0,
MIPS_ENTRYLO_RI  2586 arch/mips/mm/tlbex.c 	entry &= ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI);