• Vineet Gupta's avatar
    ARC: MMU Context Management · f1f3347d
    Vineet Gupta authored
    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: default avatarVineet Gupta <vgupta@synopsys.com>
    f1f3347d
mmu.h 505 Bytes