Home
last modified time | relevance | path

Searched refs:bl2_mem_layout (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/common/
Dplat_bl1_common.c116 meminfo_t *bl2_mem_layout) in bl1_plat_calc_bl2_layout() argument
119 assert(bl2_mem_layout != NULL); in bl1_plat_calc_bl2_layout()
126 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in bl1_plat_calc_bl2_layout()
127 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in bl1_plat_calc_bl2_layout()
129 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in bl1_plat_calc_bl2_layout()
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp_r/
H A Dfvp_r_bl1_main.c99 meminfo_t *bl2_mem_layout) in bl1_calc_bl2_mem_layout() argument
102 assert(bl2_mem_layout != NULL); 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()
112 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in bl1_calc_bl2_mem_layout()
/aosp_15_r20/external/arm-trusted-firmware/bl1/
H A Dbl1_main.c38 meminfo_t *bl2_mem_layout) in bl1_calc_bl2_mem_layout() argument
41 assert(bl2_mem_layout != NULL); in bl1_calc_bl2_mem_layout()
48 bl2_mem_layout->total_base = bl1_mem_layout->total_base; in bl1_calc_bl2_mem_layout()
49 bl2_mem_layout->total_size = BL1_RW_BASE - bl1_mem_layout->total_base; in bl1_calc_bl2_mem_layout()
51 flush_dcache_range((uintptr_t)bl2_mem_layout, sizeof(meminfo_t)); in bl1_calc_bl2_mem_layout()
/aosp_15_r20/external/arm-trusted-firmware/include/bl1/
H A Dbl1.h99 meminfo_t *bl2_mem_layout);
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/plat/common/
Dplatform.h256 meminfo_t *bl2_mem_layout);
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/
Dporting-guide.rst1720 Argument : const meminfo_t *bl1_mem_layout, meminfo_t *bl2_mem_layout