nds32: Cache and TLB routines
authorGreentime Hu <greentime@andestech.com>
Tue, 24 Oct 2017 07:40:25 +0000 (15:40 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:32 +0000 (10:44 +0800)
commit7de9cf474083bfbba469f72dc208f7b51747632d
tree45e8f3f41c736e8a6abc0995aaf5ab8d86bea917
parent664eec400bf8f3ab4d41279d6fb674a66ff3ba94
nds32: Cache and TLB routines

This patch contains cache and TLB maintenance functions.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
12 files changed:
arch/nds32/include/asm/cache.h [new file with mode: 0644]
arch/nds32/include/asm/cache_info.h [new file with mode: 0644]
arch/nds32/include/asm/cacheflush.h [new file with mode: 0644]
arch/nds32/include/asm/mmu_context.h [new file with mode: 0644]
arch/nds32/include/asm/proc-fns.h [new file with mode: 0644]
arch/nds32/include/asm/tlb.h [new file with mode: 0644]
arch/nds32/include/asm/tlbflush.h [new file with mode: 0644]
arch/nds32/include/uapi/asm/cachectl.h [new file with mode: 0644]
arch/nds32/kernel/cacheinfo.c [new file with mode: 0644]
arch/nds32/mm/cacheflush.c [new file with mode: 0644]
arch/nds32/mm/proc.c [new file with mode: 0644]
arch/nds32/mm/tlb.c [new file with mode: 0644]