Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dmmu.h53 #define TLB_LKUP_ERR 0x80000000 macro
56 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x00000001)
58 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x40000000)
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dmmu-arcv2.h41 #define TLB_LKUP_ERR 0x80000000 macro
44 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x00000001)
46 #define TLB_DUP_ERR (TLB_LKUP_ERR | 0x40000000)
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlb.c139 if (unlikely(idx & TLB_LKUP_ERR)) in utlb_invalidate()
170 if (likely(!(idx & TLB_LKUP_ERR))) { in tlb_entry_erase()
195 if (likely(idx & TLB_LKUP_ERR)) in tlb_entry_insert()
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dtlb.c67 if (likely(!(idx & TLB_LKUP_ERR))) { in tlb_entry_erase()
92 if (likely(idx & TLB_LKUP_ERR)) in tlb_entry_insert()

Completed in 4 milliseconds