| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl1_fwu.c | 24 unsigned int mem_size; member 30 .mem_size = ARM_SHARED_RAM_SIZE 33 .mem_size = 0 40 .mem_size = ARM_NS_DRAM1_SIZE 44 .mem_size = PLAT_ARM_NVM_SIZE 47 .mem_size = 0 52 unsigned int mem_size, in bl1_plat_mem_check() argument 59 assert(mem_size); in bl1_plat_mem_check() 65 assert(!check_uptr_overflow(mem_base, mem_size - 1)); in bl1_plat_mem_check() 75 while (mmap[index].mem_size) { in bl1_plat_mem_check() [all …]
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_spmc_test_manifest.dts | 17 mem_size = <1048576>; 24 mem_size = <1048576>; 31 mem_size = <1048576>; 38 mem_size = <1048576>;
|
| H A D | tc_spmc_common_sp_manifest.dtsi | 44 mem_size = <0x200000>; /* 2MB TZC DRAM */ 51 mem_size = <0x200000>; /* 2MB TZC DRAM */ 58 mem_size = <0xe00000>; /* 14MB TZC DRAM */
|
| H A D | tc_spmc_optee_sp_manifest.dts | 15 mem_size = <0xb00000>; /* 11MB TZC DRAM */
|
| H A D | tc_spmc_trusty_sp_manifest.dts | 15 mem_size = <0x3f00000>; /* 64MB TZC DRAM - 1MB align */
|
| /rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/ |
| H A D | ddrphy_phyinit_writeoutmem.c | 29 void ddrphy_phyinit_writeoutmem(uint32_t *mem, uint32_t mem_offset, uint32_t mem_size) in ddrphy_phyinit_writeoutmem() argument 40 for (index = 0U; index < mem_size / sizeof(uint32_t); index++) { in ddrphy_phyinit_writeoutmem() 58 void ddrphy_phyinit_writeoutmsgblk(uint16_t *mem, uint32_t mem_offset, uint32_t mem_size) in ddrphy_phyinit_writeoutmsgblk() argument 69 for (index = 0U; index < mem_size / sizeof(uint16_t); index++) { in ddrphy_phyinit_writeoutmsgblk()
|
| /rk3399_ARM-atf/plat/marvell/armada/common/ |
| H A D | marvell_ddr_info.c | 79 uint64_t mem_size = 0; in mvebu_get_dram_size() local 98 mem_size += in mvebu_get_dram_size() 101 mem_size += in mvebu_get_dram_size() 111 return mem_size; in mvebu_get_dram_size()
|
| /rk3399_ARM-atf/plat/qti/common/src/ |
| H A D | qti_syscall.c | 127 || (mem_info[i].mem_size == 0) in qti_mem_assign_validate_param() 128 || (mem_info[i].mem_size & (SIZE4K - 1))) { in qti_mem_assign_validate_param() 131 (unsigned int)mem_info[i].mem_size); in qti_mem_assign_validate_param() 135 if ((mem_info[i].mem_addr + mem_info[i].mem_size) < in qti_mem_assign_validate_param() 139 (unsigned int)mem_info[i].mem_size); in qti_mem_assign_validate_param() 145 mem_info[i].mem_size); in qti_mem_assign_validate_param() 149 (unsigned int)mem_info[i].mem_size); in qti_mem_assign_validate_param() 257 mem_info[i].mem_size = mem_info_p[i].mem_size; in qti_sip_mem_assign()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/fdts/ |
| H A D | fvp_spmc_manifest.dts | 37 mem_size = <0x100000>; 49 mem_size = <0x100000>; 56 mem_size = <0x300000>; 63 mem_size = <0x100000>;
|
| H A D | fvp_spmc_optee_sp_manifest.dts | 38 mem_size = <0xd80000>;
|
| /rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/include/ |
| H A D | ddrphy_phyinit_usercustom.h | 107 void ddrphy_phyinit_writeoutmem(uint32_t *mem, uint32_t mem_offset, uint32_t mem_size); 108 void ddrphy_phyinit_writeoutmsgblk(uint16_t *mem, uint32_t mem_offset, uint32_t mem_size);
|
| /rk3399_ARM-atf/plat/qti/qtiseclib/inc/ |
| H A D | qtiseclib_interface.h | 17 uint64_t mem_size; member
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-1.rst | 142 while (mmap[index].mem_size) { 144 ((mem_base + mem_size) 146 mmap[index].mem_size))) 154 regions mapped in by ARM platforms. Here, ``mem_size`` may be the 156 ``mem_size`` may result in an integer overflow and the function to incorrectly
|
| /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/plat/intel/soc/agilex5/soc/ |
| H A D | agilex5_iossm_mailbox.c | 752 phys_size_t mem_size, chunk_size; in inline_ecc_bist_mem_init() local 763 mem_size = inst->mb_ctrl.memory_size[j]; in inline_ecc_bist_mem_init() 764 chunk_size = mem_size; in inline_ecc_bist_mem_init() 769 if (mem_size == 0 || (mem_size & (mem_size - 1)) != 0) { in inline_ecc_bist_mem_init()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/ |
| H A D | rdv3_spmc_sp_manifest.dts | 34 mem_size = <0x300000>;
|
| /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/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
|