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

/linux-4.4.14/arch/arc/include/asm/
H A Dmmu.h48 #define TLB_LKUP_ERR 0x80000000 macro
51 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x00000001)
53 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x40000000)
/linux-4.4.14/arch/arc/mm/
H A Dtlb.c142 if (likely(!(idx & TLB_LKUP_ERR))) { tlb_entry_erase()
180 if (unlikely(idx & TLB_LKUP_ERR)) utlb_invalidate()
205 if (likely(idx & TLB_LKUP_ERR)) tlb_entry_insert()

Completed in 43 milliseconds