Searched refs:TLBWrite (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arc/include/asm/
H A Dmmu.h57 #define TLBWrite 0x1 macro
/linux-4.4.14/arch/arc/mm/
H A Dtlb.c94 * removed page are removed (flushed) from the TLB using TLBWrite. In this
96 * existing TLBWrite command. An explicit IVUTLB is also required for those
97 * corner cases when TLBWrite was not executed at all because the corresp
117 write_aux_reg(ARC_REG_TLBCOMMAND, TLBWrite); __tlb_entry_erase()
159 * This is because in v1 TLBWrite itself invalidate uTLBs
216 write_aux_reg(ARC_REG_TLBCOMMAND, TLBWrite); tlb_entry_insert()
269 write_aux_reg(ARC_REG_TLBCOMMAND, TLBWrite); local_flush_tlb_all()
280 write_aux_reg(ARC_REG_TLBCOMMAND, TLBWrite); local_flush_tlb_all()
H A Dtlbex.S293 sr TLBWrite, [ARC_REG_TLBCOMMAND]

Completed in 61 milliseconds