Home
last modified time | relevance | path

Searched refs:mem_map (Results 1 – 25 of 52) sorted by relevance

123

/u-boot/arch/arm/mach-bcm283x/
A Dinit.c71 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 Dmemory.h71 #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 Darm64-mmu.c66 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 Dcache_v8.c50 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 Dcpu.c90 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 DMakefile3 obj-y += mem_map.o
A Dmem_map.c30 struct mm_region *mem_map = uniphier_mem_map; variable
/u-boot/arch/arm/mach-owl/
A Dsysmap-owl.c32 struct mm_region *mem_map = owl_mem_map; variable
/u-boot/arch/arm/mach-snapdragon/
A Dsysmap-apq8016.c31 struct mm_region *mem_map = apq8016_mem_map; variable
A Dsysmap-apq8096.c31 struct mm_region *mem_map = apq8096_mem_map; variable
/u-boot/arch/arm/mach-exynos/
A Dmmu-arm64.c30 struct mm_region *mem_map = exynos7420_mem_map; variable
/u-boot/arch/arm/mach-tegra/
A Darm64-mmu.c35 struct mm_region *mem_map = tegra_mem_map; variable
/u-boot/board/broadcom/bcm968580xref/
A Dbcm968580xref.c36 struct mm_region *mem_map = broadcom_bcm968580xref_mem_map; variable
/u-boot/board/broadcom/bcm963158/
A Dbcm963158.c36 struct mm_region *mem_map = broadcom_bcm963158_mem_map; variable
/u-boot/board/broadcom/bcm968360bg/
A Dbcm968360bg.c36 struct mm_region *mem_map = broadcom_bcm968360bg_mem_map; variable
/u-boot/arch/arm/mach-mediatek/mt7622/
A Dinit.c53 struct mm_region *mem_map = mt7622_mem_map; variable
/u-boot/arch/arm/mach-mediatek/mt8518/
A Dinit.c75 struct mm_region *mem_map = mt8518_mem_map; variable
/u-boot/board/armltd/total_compute/
A Dtotal_compute.c44 struct mm_region *mem_map = total_compute_mem_map; variable
/u-boot/arch/arm/mach-mediatek/mt8512/
A Dinit.c82 struct mm_region *mem_map = mt8512_mem_map; variable
/u-boot/board/broadcom/bcmns2/
A Dnorthstar2.c33 struct mm_region *mem_map = ns2_mem_map; variable
/u-boot/arch/arm/mach-socfpga/
A Dmmu-arm64_s10.c72 struct mm_region *mem_map = socfpga_stratix10_mem_map; variable
/u-boot/arch/arm/mach-octeontx2/
A Dcpu.c49 struct mm_region *mem_map = otx2_mem_map; variable
/u-boot/arch/arm/cpu/armv8/s32v234/
A Dcpu.c67 struct mm_region *mem_map = s32v234_mem_map; variable
/u-boot/arch/arm/mach-octeontx/
A Dcpu.c44 struct mm_region *mem_map = otx_mem_map; variable
/u-boot/arch/arm/mach-rockchip/rk3328/
A Drk3328.c48 struct mm_region *mem_map = rk3328_mem_map; variable

Completed in 36 milliseconds

123