/u-boot/arch/arm/mach-bcm283x/ |
A D | init.c | 71 struct mm_region *mem_map = bcm283x_mem_map; variable 89 mem_map[i].virt = pd[i].virt; in _rpi_update_mem_map() 90 mem_map[i].phys = pd[i].phys; in _rpi_update_mem_map() 91 mem_map[i].size = pd[i].size; in _rpi_update_mem_map() 92 mem_map[i].attrs = pd[i].attrs; in _rpi_update_mem_map()
|
/u-boot/arch/arm/include/asm/ |
A D | memory.h | 71 #define page_to_pfn(page) (((page) - mem_map) + PHYS_PFN_OFFSET) 72 #define pfn_to_page(pfn) ((mem_map + (pfn)) - PHYS_PFN_OFFSET) 80 #define VALID_PAGE(page) ((page - mem_map) < max_mapnr)
|
/u-boot/arch/arm/mach-k3/ |
A D | arm64-mmu.c | 66 struct mm_region *mem_map = am654_mem_map; variable 127 struct mm_region *mem_map = j721e_mem_map; variable 179 struct mm_region *mem_map = j7200_mem_map; variable
|
/u-boot/arch/arm/cpu/armv8/ |
A D | cache_v8.c | 50 for (i = 0; mem_map[i].size || mem_map[i].attrs; i++) in get_tcr() 51 max_addr = max(max_addr, mem_map[i].virt + mem_map[i].size); in get_tcr() 282 for (i = 0; mem_map[i].size || mem_map[i].attrs; i++) { in count_required_pts() 283 struct mm_region *map = &mem_map[i]; in count_required_pts() 383 for (i = 0; mem_map[i].size || mem_map[i].attrs; i++) in setup_pgtables() 384 add_map(&mem_map[i]); in setup_pgtables()
|
/u-boot/arch/arm/mach-mvebu/armada8k/ |
A D | cpu.c | 90 struct mm_region *mem_map = mvebu_mem_map; variable 101 mem_map = &mvebu_mem_map[ARMADA_7K8K_COMMON_REGIONS_START]; in enable_caches()
|
/u-boot/arch/arm/mach-uniphier/arm64/ |
A D | Makefile | 3 obj-y += mem_map.o
|
A D | mem_map.c | 30 struct mm_region *mem_map = uniphier_mem_map; variable
|
/u-boot/arch/arm/mach-owl/ |
A D | sysmap-owl.c | 32 struct mm_region *mem_map = owl_mem_map; variable
|
/u-boot/arch/arm/mach-snapdragon/ |
A D | sysmap-apq8016.c | 31 struct mm_region *mem_map = apq8016_mem_map; variable
|
A D | sysmap-apq8096.c | 31 struct mm_region *mem_map = apq8096_mem_map; variable
|
/u-boot/arch/arm/mach-exynos/ |
A D | mmu-arm64.c | 30 struct mm_region *mem_map = exynos7420_mem_map; variable
|
/u-boot/arch/arm/mach-tegra/ |
A D | arm64-mmu.c | 35 struct mm_region *mem_map = tegra_mem_map; variable
|
/u-boot/board/broadcom/bcm968580xref/ |
A D | bcm968580xref.c | 36 struct mm_region *mem_map = broadcom_bcm968580xref_mem_map; variable
|
/u-boot/board/broadcom/bcm963158/ |
A D | bcm963158.c | 36 struct mm_region *mem_map = broadcom_bcm963158_mem_map; variable
|
/u-boot/board/broadcom/bcm968360bg/ |
A D | bcm968360bg.c | 36 struct mm_region *mem_map = broadcom_bcm968360bg_mem_map; variable
|
/u-boot/arch/arm/mach-mediatek/mt7622/ |
A D | init.c | 53 struct mm_region *mem_map = mt7622_mem_map; variable
|
/u-boot/arch/arm/mach-mediatek/mt8518/ |
A D | init.c | 75 struct mm_region *mem_map = mt8518_mem_map; variable
|
/u-boot/board/armltd/total_compute/ |
A D | total_compute.c | 44 struct mm_region *mem_map = total_compute_mem_map; variable
|
/u-boot/arch/arm/mach-mediatek/mt8512/ |
A D | init.c | 82 struct mm_region *mem_map = mt8512_mem_map; variable
|
/u-boot/board/broadcom/bcmns2/ |
A D | northstar2.c | 33 struct mm_region *mem_map = ns2_mem_map; variable
|
/u-boot/arch/arm/mach-socfpga/ |
A D | mmu-arm64_s10.c | 72 struct mm_region *mem_map = socfpga_stratix10_mem_map; variable
|
/u-boot/arch/arm/mach-octeontx2/ |
A D | cpu.c | 49 struct mm_region *mem_map = otx2_mem_map; variable
|
/u-boot/arch/arm/cpu/armv8/s32v234/ |
A D | cpu.c | 67 struct mm_region *mem_map = s32v234_mem_map; variable
|
/u-boot/arch/arm/mach-octeontx/ |
A D | cpu.c | 44 struct mm_region *mem_map = otx_mem_map; variable
|
/u-boot/arch/arm/mach-rockchip/rk3328/ |
A D | rk3328.c | 48 struct mm_region *mem_map = rk3328_mem_map; variable
|