/trusted-firmware-a-3.7.0/plat/socionext/synquacer/ |
D | sq_xlat_setup.c | 15 void sq_mmap_setup(uintptr_t total_base, size_t total_size, in sq_mmap_setup() argument 19 (void *)total_base, (void *)(total_base + total_size)); in sq_mmap_setup() 20 mmap_add_region(total_base, total_base, in sq_mmap_setup()
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/common/aarch64/ |
D | marvell_common.c | 33 void marvell_setup_page_tables(uintptr_t total_base, in marvell_setup_page_tables() argument 51 (void *) total_base, (void *) (total_base + total_size)); in marvell_setup_page_tables() 52 mmap_add_region(total_base, total_base, in marvell_setup_page_tables()
|
/trusted-firmware-a-3.7.0/plat/rockchip/common/aarch32/ |
D | platform_common.c | 19 void plat_configure_mmu_svc_mon(unsigned long total_base, in plat_configure_mmu_svc_mon() argument 26 mmap_add_region(total_base, total_base, total_size, in plat_configure_mmu_svc_mon()
|
/trusted-firmware-a-3.7.0/plat/mediatek/mt8186/aarch64/ |
D | platform_common.c | 27 void plat_configure_mmu_el3(uintptr_t total_base, in plat_configure_mmu_el3() argument 32 mmap_add_region(total_base, total_base, total_size, in plat_configure_mmu_el3()
|
/trusted-firmware-a-3.7.0/plat/rockchip/common/aarch64/ |
D | platform_common.c | 32 void plat_configure_mmu_el ## _el(unsigned long total_base, \ 39 mmap_add_region(total_base, total_base, \
|
/trusted-firmware-a-3.7.0/plat/mediatek/mt8192/aarch64/ |
D | platform_common.c | 39 void plat_configure_mmu_el3(uintptr_t total_base, in plat_configure_mmu_el3() argument 44 mmap_add_region(total_base, total_base, total_size, in plat_configure_mmu_el3()
|
/trusted-firmware-a-3.7.0/plat/mediatek/mt8173/aarch64/ |
D | platform_common.c | 41 void plat_configure_mmu_el ## _el(unsigned long total_base, \ 48 mmap_add_region(total_base, total_base, \
|
/trusted-firmware-a-3.7.0/plat/hisilicon/poplar/aarch64/ |
D | platform_common.c | 51 void plat_configure_mmu_el##_el(unsigned long total_base, \ 58 mmap_add_region(total_base, total_base, \
|
/trusted-firmware-a-3.7.0/plat/hisilicon/poplar/include/ |
D | plat_private.h | 14 void plat_configure_mmu_el3(unsigned long total_base, 21 void plat_configure_mmu_el1(unsigned long total_base,
|
/trusted-firmware-a-3.7.0/plat/mediatek/mt8183/aarch64/ |
D | platform_common.c | 38 void plat_configure_mmu_el3(uintptr_t total_base, in plat_configure_mmu_el3() argument 45 mmap_add_region(total_base, total_base, total_size, in plat_configure_mmu_el3()
|
/trusted-firmware-a-3.7.0/plat/mediatek/mt8195/aarch64/ |
D | platform_common.c | 39 void plat_configure_mmu_el3(uintptr_t total_base, in plat_configure_mmu_el3() argument 44 mmap_add_region(total_base, total_base, total_size, in plat_configure_mmu_el3()
|
/trusted-firmware-a-3.7.0/plat/qti/common/src/ |
D | qti_common.c | 82 uintptr_t total_base, in qti_setup_page_tables() argument 95 (void *)total_base, (void *)(total_base + total_size)); in qti_setup_page_tables() 96 mmap_add_region(total_base, total_base, in qti_setup_page_tables()
|
/trusted-firmware-a-3.7.0/plat/hisilicon/poplar/ |
D | bl1_plat_setup.c | 56 bl2_tzram_layout.total_base = BL2_BASE; in bl1_plat_handle_post_image_load() 76 bl1_tzram_layout.total_base = BL1_RW_BASE; in bl1_early_platform_setup() 85 plat_configure_mmu_el3(bl1_tzram_layout.total_base, in bl1_plat_arch_setup()
|
/trusted-firmware-a-3.7.0/plat/rpi/common/ |
D | rpi3_common.c | 151 void rpi3_setup_page_tables(uintptr_t total_base, size_t total_size, in rpi3_setup_page_tables() argument 164 (void *) total_base, (void *) (total_base + total_size)); in rpi3_setup_page_tables() 165 mmap_add_region(total_base, total_base, in rpi3_setup_page_tables()
|
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey960/aarch64/ |
D | hikey960_common.c | 89 void hikey960_init_mmu_el##_el(unsigned long total_base, \ 96 mmap_add_region(total_base, total_base, \
|
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey/aarch64/ |
D | hikey_common.c | 94 void hikey_init_mmu_el##_el(unsigned long total_base, \ 101 mmap_add_region(total_base, total_base, \
|
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey960/ |
D | hikey960_private.h | 19 void hikey960_init_mmu_el1(unsigned long total_base, 25 void hikey960_init_mmu_el3(unsigned long total_base,
|
/trusted-firmware-a-3.7.0/plat/intel/soc/common/include/ |
D | socfpga_private.h | 39 void socfgpa_configure_mmu_el3(unsigned long total_base, 47 void socfpga_configure_mmu_el1(unsigned long total_base,
|
/trusted-firmware-a-3.7.0/plat/arm/board/fvp_r/ |
D | fvp_r_bl1_main.c | 108 assert(bl1_mem_layout->total_base < BL1_RW_BASE); in bl1_calc_bl2_mem_layout() 109 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in bl1_calc_bl2_mem_layout() 110 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in bl1_calc_bl2_mem_layout()
|
/trusted-firmware-a-3.7.0/plat/marvell/armada/common/ |
D | marvell_bl1_setup.c | 42 bl1_ram_layout.total_base = MARVELL_BL_RAM_BASE; in marvell_bl1_early_platform_setup() 59 marvell_setup_page_tables(bl1_ram_layout.total_base, in marvell_bl1_plat_arch_setup()
|
/trusted-firmware-a-3.7.0/plat/renesas/common/aarch64/ |
D | platform_common.c | 147 void rcar_configure_mmu_el3(unsigned long total_base, in rcar_configure_mmu_el3() argument 154 mmap_add_region(total_base, total_base, total_size, in rcar_configure_mmu_el3() 166 void rcar_configure_mmu_el3(unsigned long total_base, in rcar_configure_mmu_el3() argument 171 mmap_add_region(total_base, total_base, total_size, in rcar_configure_mmu_el3()
|
/trusted-firmware-a-3.7.0/plat/rpi/rpi3/ |
D | rpi3_bl1_setup.c | 41 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup() 52 rpi3_setup_page_tables(bl1_tzram_layout.total_base, in bl1_plat_arch_setup()
|
/trusted-firmware-a-3.7.0/plat/qemu/common/ |
D | qemu_bl1_setup.c | 18 bl1_tzram_layout.total_base, \ 58 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()
|
/trusted-firmware-a-3.7.0/plat/arm/common/ |
D | arm_bl2_el3_setup.c | 20 bl2_el3_tzram_layout.total_base, \ 40 bl2_el3_tzram_layout.total_base = ARM_BL_RAM_BASE; in arm_bl2_el3_early_platform_setup()
|
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey/ |
D | hikey_private.h | 32 void hikey_init_mmu_el1(unsigned long total_base, 38 void hikey_init_mmu_el3(unsigned long total_base,
|