Searched refs:MIPS_ENTRYLO_RI (Results 1 – 3 of 3) sorted by relevance
133 pa = entrylo0 & ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI); in dump_tlb()140 (entrylo0 & MIPS_ENTRYLO_RI) ? 1 : 0, in dump_tlb()148 pa = entrylo1 & ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI); in dump_tlb()154 (entrylo1 & MIPS_ENTRYLO_RI) ? 1 : 0, in dump_tlb()
137 #define MIPS_ENTRYLO_RI (_ULCAST_(1) << (BITS_PER_LONG - 1)) macro
2374 entry &= ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI); in check_pabits()