Home
last modified time | relevance | path

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

/linux/arch/mips/lib/
A Ddump_tlb.c139 if (!((entrylo0 | entrylo1) & ENTRYLO_G) && (mmid != asid)) in dump_tlb()
171 (entrylo0 & ENTRYLO_G) ? 1 : 0); in dump_tlb()
185 (entrylo1 & ENTRYLO_G) ? 1 : 0); in dump_tlb()
/linux/arch/mips/include/asm/
A Dkvm_host.h271 #define TLB_IS_GLOBAL(x) ((x).tlb_lo[0] & (x).tlb_lo[1] & ENTRYLO_G)
A Dmipsregs.h138 #define ENTRYLO_G (_ULCAST_(1) << 0) macro

Completed in 17 milliseconds