Home
last modified time | relevance | path

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

/linux/arch/loongarch/lib/
H A Ddump_tlb.c60 if (!((entrylo0 | entrylo1) & ENTRYLO_G) && in dump_tlb()
90 (entrylo0 & ENTRYLO_G) ? 1 : 0, in dump_tlb()
106 (entrylo1 & ENTRYLO_G) ? 1 : 0, in dump_tlb()
/linux/arch/mips/lib/
H A Ddump_tlb.c131 if (!((entrylo0 | entrylo1) & ENTRYLO_G) && (mmid != asid)) in dump_tlb()
163 (entrylo0 & ENTRYLO_G) ? 1 : 0); in dump_tlb()
177 (entrylo1 & ENTRYLO_G) ? 1 : 0); in dump_tlb()
/linux/arch/mips/mm/
H A Dtlb-r4k.c605 global = !!(read_c0_entrylo0() & ENTRYLO_G); in r4k_tlb_uniquify_read()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1452 #define ENTRYLO_G (_ULCAST_(1) << 6) macro
/linux/arch/mips/include/asm/
H A Dmipsregs.h276 #define ENTRYLO_G (_ULCAST_(1) << 0) macro