Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/lib/
H 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()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dtlb.c106 (tlb.tlb_lo[0] & ENTRYLO_G) ? 'G' : ' ', in kvm_mips_dump_guest_tlbs()
111 (tlb.tlb_lo[1] & ENTRYLO_G) ? 'G' : ' ', in kvm_mips_dump_guest_tlbs()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dkvm_host.h321 #define TLB_IS_GLOBAL(x) ((x).tlb_lo[0] & (x).tlb_lo[1] & ENTRYLO_G)
H A Dmipsregs.h138 #define ENTRYLO_G (_ULCAST_(1) << 0) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h116 #define ENTRYLO_G (_ULCAST_(1) << 0) macro