ARC: MMU Context Management
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: NVineet Gupta <vgupta@synopsys.com>
Showing
arch/arc/include/asm/mmu.h
0 → 100644
arch/arc/mm/tlb.c
0 → 100644
想要评论请 注册 或 登录