Home
last modified time | relevance | path

Searched refs:ENTRYLO_G (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/lib/
Ddump_tlb.c117 if (!((entrylo0 | entrylo1) & ENTRYLO_G) && in dump_tlb()
146 (entrylo0 & ENTRYLO_G) ? 1 : 0); in dump_tlb()
160 (entrylo1 & ENTRYLO_G) ? 1 : 0); in dump_tlb()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h122 #define ENTRYLO_G (_ULCAST_(1) << 0) macro