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

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

Completed in 64 milliseconds