Searched refs:mem_base (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl1_fwu.c | 23 uintptr_t mem_base; member 29 .mem_base = ARM_SHARED_RAM_BASE, 39 .mem_base = ARM_NS_DRAM1_BASE, 43 .mem_base = PLAT_ARM_NVM_BASE, 51 int bl1_plat_mem_check(uintptr_t mem_base, in bl1_plat_mem_check() argument 58 assert(mem_base); in bl1_plat_mem_check() 65 assert(!check_uptr_overflow(mem_base, mem_size - 1)); in bl1_plat_mem_check() 76 if ((mem_base >= mmap[index].mem_base) && in bl1_plat_mem_check() 77 ((mem_base + mem_size) in bl1_plat_mem_check() 78 <= (mmap[index].mem_base + in bl1_plat_mem_check()
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_image_desc.c | 102 void uniphier_init_image_descs(uintptr_t mem_base) in REGISTER_BL_IMAGE_DESCS() 107 uniphier_image_descs[i].image_info.image_base += mem_base; in REGISTER_BL_IMAGE_DESCS() 108 uniphier_image_descs[i].ep_info.pc += mem_base; in REGISTER_BL_IMAGE_DESCS()
|
| H A D | uniphier.h | 48 int uniphier_io_setup(unsigned int soc, uintptr_t mem_base); 50 void uniphier_init_image_descs(uintptr_t mem_base);
|
| H A D | uniphier_io_storage.c | 339 int uniphier_io_setup(unsigned int soc_id, uintptr_t mem_base) in uniphier_io_setup() argument 350 ret = io_setup(soc_id, mem_base + UNIPHIER_BLOCK_BUF_OFFSET); in uniphier_io_setup()
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_bl1_common.c | 69 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size, in bl1_plat_mem_check() argument
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-1.rst | 143 if ((mem_base >= mmap[index].mem_base) && 144 ((mem_base + mem_size) 145 <= (mmap[index].mem_base +
|
| /rk3399_ARM-atf/include/drivers/nxp/ddr/ |
| H A D | ddr.h | 90 unsigned long long mem_base; member
|
| /rk3399_ARM-atf/drivers/st/rif/ |
| H A D | stm32mp2_risaf.c | 52 uintptr_t mem_base = stm32_risaf_get_memory_base(instance); in check_region_boundaries() local 54 if ((addr < mem_base) || (len == 0U)) { in check_region_boundaries() 59 end_address = mem_base + stm32_risaf_get_memory_size(instance) - 1U; in check_region_boundaries()
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 249 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
|
| /rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/ |
| H A D | ddr.c | 778 unsigned long long current_mem_base = priv->mem_base; in assign_addresses()
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 1855 Argument : uintptr_t mem_base, unsigned int mem_size, 1861 region of memory identified by ``mem_base`` and ``mem_size`` is mapped in BL1, and 1866 ``mem_base`` and ``mem_size`` fits into a ``uintptr_t`` type variable and does not
|