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

/linux-master/arch/arc/include/asm/
H A Dmmu-arcv2.h43 #define TLB_LKUP_ERR 0x80000000 macro
46 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x00000001)
48 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x40000000)
/linux-master/arch/arc/mm/
H A Dtlb.c67 if (likely(!(idx & TLB_LKUP_ERR))) {
92 if (likely(idx & TLB_LKUP_ERR))

Completed in 93 milliseconds