arch/arc/include/asm/mmu.h
0 → 100644
+23
−0
arch/arc/include/asm/mmu_context.h
0 → 100644
+209
−0
arch/arc/mm/tlb.c
0 → 100644
+23
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
ARC700 MMU provides for tagging TLB entries with a 8-bit ASID to avoid
having to flush the TLB every task switch.
It also allows for a quick way to invalidate all the TLB entries for
task useful for:
* COW sementics during fork()
* task exit()ing
Signed-off-by:
Vineet Gupta <vgupta@synopsys.com>