2 * Copyright (C) 2016 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4 * SPDX-License-Identifier: GPL-2.0+
8 #include <asm/armv8/mmu.h>
10 static struct mm_region r8a7795_mem_map[] = {
15 .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
21 .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
23 PTE_BLOCK_PXN | PTE_BLOCK_UXN
30 struct mm_region *mem_map = r8a7795_mem_map;