nds32: MMU definitions
authorGreentime Hu <greentime@andestech.com>
Tue, 24 Oct 2017 06:53:31 +0000 (14:53 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:31 +0000 (10:44 +0800)
commit2e1aecb970b7662cf3d53d2d18a54c17f1eb55b8
tree572eba03a7c2b99f672d74e9dbbe70a32a399104
parent2923f5ea7738cb9f5372bb9d7ac9886cf4193003
nds32: MMU definitions

This patch includes virtual memory layout, PHYS_OFFSET is defined as 0x0. It
also includes the 4KB/8KB page size configurations and pte operations.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/nds32/include/asm/fixmap.h [new file with mode: 0644]
arch/nds32/include/asm/highmem.h [new file with mode: 0644]
arch/nds32/include/asm/memory.h [new file with mode: 0644]
arch/nds32/include/asm/mmu.h [new file with mode: 0644]
arch/nds32/include/asm/page.h [new file with mode: 0644]
arch/nds32/include/asm/pgalloc.h [new file with mode: 0644]
arch/nds32/include/asm/pgtable.h [new file with mode: 0644]
arch/nds32/include/asm/shmparam.h [new file with mode: 0644]