Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/include/asm/
Dmmu.h33 #define TLB_LKUP_ERR 0x80000000 macro
35 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x00000001)
/linux-4.1.27/arch/arc/mm/
Dtlb.c136 if (likely(!(idx & TLB_LKUP_ERR))) { in tlb_entry_erase()
174 if (unlikely(idx & TLB_LKUP_ERR)) in utlb_invalidate()
199 if (likely(idx & TLB_LKUP_ERR)) in tlb_entry_insert()