Home
last modified time | relevance | path

Searched refs:mem_size (Results 1 – 18 of 18) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl1_fwu.c24 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 Dtc_spmc_test_manifest.dts17 mem_size = <1048576>;
24 mem_size = <1048576>;
31 mem_size = <1048576>;
38 mem_size = <1048576>;
H A Dtc_spmc_common_sp_manifest.dtsi44 mem_size = <0x200000>; /* 2MB TZC DRAM */
51 mem_size = <0x200000>; /* 2MB TZC DRAM */
58 mem_size = <0xe00000>; /* 14MB TZC DRAM */
H A Dtc_spmc_optee_sp_manifest.dts15 mem_size = <0xb00000>; /* 11MB TZC DRAM */
H A Dtc_spmc_trusty_sp_manifest.dts15 mem_size = <0x3f00000>; /* 64MB TZC DRAM - 1MB align */
/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/src/
H A Dddrphy_phyinit_writeoutmem.c29 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 Dmarvell_ddr_info.c79 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 Dqti_syscall.c127 || (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 Dfvp_spmc_manifest.dts37 mem_size = <0x100000>;
49 mem_size = <0x100000>;
56 mem_size = <0x300000>;
63 mem_size = <0x100000>;
H A Dfvp_spmc_optee_sp_manifest.dts38 mem_size = <0xd80000>;
/rk3399_ARM-atf/drivers/st/ddr/phy/phyinit/include/
H A Dddrphy_phyinit_usercustom.h107 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 Dqtiseclib_interface.h17 uint64_t mem_size; member
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-1.rst142 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 Dplat_bl1_common.c69 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 Dagilex5_iossm_mailbox.c752 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 Drdv3_spmc_sp_manifest.dts34 mem_size = <0x300000>;
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h249 int bl1_plat_mem_check(uintptr_t mem_base, unsigned int mem_size,
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1855 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