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