Home
last modified time | relevance | path

Searched refs:MIPS_ENTRYLO_XI (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/lib/
Ddump_tlb.c133 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()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h136 #define MIPS_ENTRYLO_XI (_ULCAST_(1) << (BITS_PER_LONG - 2)) macro
/linux-4.4.14/arch/mips/mm/
Dtlbex.c2374 entry &= ~(MIPS_ENTRYLO_RI | MIPS_ENTRYLO_XI); in check_pabits()