Home
last modified time | relevance | path

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

/linux/arch/loongarch/lib/
H A Ddump_tlb.c89 (entrylo0 & ENTRYLO_V) ? 1 : 0, in dump_tlb()
105 (entrylo1 & ENTRYLO_V) ? 1 : 0, in dump_tlb()
/linux/arch/mips/lib/
H A Ddump_tlb.c162 (entrylo0 & ENTRYLO_V) ? 1 : 0, in dump_tlb()
176 (entrylo1 & ENTRYLO_V) ? 1 : 0, in dump_tlb()
/linux/arch/mips/kvm/
H A Dtlb.c232 if (!(pa & ENTRYLO_V)) in kvm_vz_guest_tlb_lookup()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1438 #define ENTRYLO_V (_ULCAST_(1) << 0) macro
/linux/arch/mips/include/asm/
H A Dmipsregs.h277 #define ENTRYLO_V (_ULCAST_(1) << 1) macro