/trusted-firmware-a/bl1/ |
A D | bl1_fwu.c | 266 return -ENOMEM; in bl1_fwu_image_copy() 294 return -ENOMEM; in bl1_fwu_image_copy() 300 return -ENOMEM; in bl1_fwu_image_copy() 334 return -ENOMEM; in bl1_fwu_image_copy() 339 return -ENOMEM; in bl1_fwu_image_copy() 416 return -ENOMEM; in bl1_fwu_image_auth() 426 return -ENOMEM; in bl1_fwu_image_auth() 431 return -ENOMEM; in bl1_fwu_image_auth()
|
/trusted-firmware-a/drivers/st/io/ |
A D | io_stm32image.c | 116 return -ENOMEM; in stm32image_dev_init() 211 result = -ENOMEM; in stm32image_partition_size() 221 result = -ENOMEM; in stm32image_partition_size() 270 result = -ENOMEM; in stm32image_partition_read() 277 result = -ENOMEM; in stm32image_partition_read()
|
/trusted-firmware-a/lib/zlib/ |
A D | tf_gunzip.c | 81 return (zret == Z_MEM_ERROR) ? -ENOMEM : -EIO; in gunzip() 91 ret = (zret == Z_MEM_ERROR) ? -ENOMEM : -EIO; in gunzip()
|
/trusted-firmware-a/docs/components/ |
A D | firmware-update.rst | 206 : -ENOMEM 214 if (image_addr + block_size overflows) return -ENOMEM 215 if (image destination address + image_size overflows) return -ENOMEM 216 if (source block is in secure memory) return -ENOMEM 217 if (source block is not mapped into BL1) return -ENOMEM 218 if (image_size > free secure memory) return -ENOMEM 254 : -ENOMEM 262 if (image_addr/image_size is not mapped into BL1) return -ENOMEM 268 if (image_addr/image_size is in secure memory) return -ENOMEM 269 if (image_addr/image_size not mapped into BL1) return -ENOMEM
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | firmware-update.rst.txt | 206 : -ENOMEM 214 if (image_addr + block_size overflows) return -ENOMEM 215 if (image destination address + image_size overflows) return -ENOMEM 216 if (source block is in secure memory) return -ENOMEM 217 if (source block is not mapped into BL1) return -ENOMEM 218 if (image_size > free secure memory) return -ENOMEM 254 : -ENOMEM 262 if (image_addr/image_size is not mapped into BL1) return -ENOMEM 268 if (image_addr/image_size is in secure memory) return -ENOMEM 269 if (image_addr/image_size not mapped into BL1) return -ENOMEM
|
/trusted-firmware-a/plat/common/ |
A D | plat_bl1_common.c | 73 return -ENOMEM; in bl1_plat_mem_check()
|
/trusted-firmware-a/plat/arm/common/ |
A D | arm_bl1_fwu.c | 85 return -ENOMEM; in bl1_plat_mem_check()
|
/trusted-firmware-a/include/lib/libc/ |
A D | errno.h | 59 #define ENOMEM 12 /* Cannot allocate memory */ macro
|
/trusted-firmware-a/drivers/io/ |
A D | io_storage.c | 109 int result = -ENOMEM; in allocate_entity() 147 int result = -ENOMEM; in io_register_device()
|
A D | io_dummy.c | 98 result = -ENOMEM; in dummy_block_open()
|
A D | io_fip.c | 144 int result = -ENOMEM; in allocate_dev_info() 203 return -ENOMEM; in fip_dev_open()
|
A D | io_memmap.c | 104 int result = -ENOMEM; in memmap_block_open()
|
A D | io_mtd.c | 85 return -ENOMEM; in allocate_dev_info()
|
A D | io_block.c | 89 int result = -ENOMEM; in allocate_dev_info()
|
/trusted-firmware-a/docs/security_advisories/ |
A D | security-advisory-tfv-1.rst | 81 return -ENOMEM; 107 return -ENOMEM; 116 return -ENOMEM;
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/ |
A D | security-advisory-tfv-1.rst.txt | 81 return -ENOMEM; 107 return -ENOMEM; 116 return -ENOMEM;
|
/trusted-firmware-a/plat/nvidia/tegra/drivers/bpmp_ipc/ |
A D | ivc.c | 183 return ivc_channel_empty(ivc, ivc->rx_channel) ? -ENOMEM : 0; in ivc_check_read() 196 return ivc_channel_full(ivc, ivc->tx_channel) ? -ENOMEM : 0; in ivc_check_write()
|
/trusted-firmware-a/lib/xlat_tables_v2/ |
A D | xlat_tables_core.c | 711 return -ENOMEM; in mmap_add_region_check() 1021 return -ENOMEM; in mmap_add_dynamic_region_ctx() 1040 return -ENOMEM; in mmap_add_dynamic_region_ctx() 1071 return -ENOMEM; in mmap_add_dynamic_region_alloc_va_ctx()
|
/trusted-firmware-a/lib/gpt_rme/ |
A D | gpt_rme.c | 351 return -ENOMEM; in gpt_validate_l0_params() 393 return -ENOMEM; in gpt_validate_l1_params() 401 return -ENOMEM; in gpt_validate_l1_params()
|
/trusted-firmware-a/drivers/intel/soc/stratix10/io/ |
A D | s10_memmap_qspi.c | 107 int result = -ENOMEM; in memmap_block_open()
|
/trusted-firmware-a/lib/xlat_mpu/ |
A D | xlat_mpu_core.c | 182 return -ENOMEM; in mmap_add_region_check()
|
/trusted-firmware-a/drivers/st/mmc/ |
A D | stm32_sdmmc2.c | 714 return -ENOMEM; in stm32_sdmmc2_mmc_init()
|
/trusted-firmware-a/docs/getting_started/ |
A D | porting-guide.rst | 489 -ENOMEM. 494 entities than this value using ``io_open()`` will fail with -ENOMEM. 500 with -ENOMEM. MAX_IO_BLOCK_DEVICES should be less than MAX_IO_DEVICES. 1057 - ``-ENOMEM``: resources exhausted. TF-A does not use dynamic memory, so this
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | porting-guide.rst.txt | 489 -ENOMEM. 494 entities than this value using ``io_open()`` will fail with -ENOMEM. 500 with -ENOMEM. MAX_IO_BLOCK_DEVICES should be less than MAX_IO_DEVICES. 1057 - ``-ENOMEM``: resources exhausted. TF-A does not use dynamic memory, so this
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 6038 \sphinxhyphen{}ENOMEM. 6046 …than this value using \sphinxcode{\sphinxupquote{io\_open()}} will fail with \sphinxhyphen{}ENOMEM. 6055 with \sphinxhyphen{}ENOMEM. MAX\_IO\_BLOCK\_DEVICES should be less than MAX\_IO\_DEVICES. 6737 \sphinxcode{\sphinxupquote{\sphinxhyphen{}ENOMEM}}: resources exhausted. TF\sphinxhyphen{}A does no… 16464 \PYG{p}{:} \PYG{o}{\PYGZhy{}}\PYG{n}{ENOMEM} 16472 …{block\PYGZus{}size} \PYG{n}{overflows}\PYG{p}{)} \PYG{k}{return} \PYG{o}{\PYGZhy{}}\PYG{n}{ENOMEM} 16474 …ow}{in} \PYG{n}{secure} \PYG{n}{memory}\PYG{p}{)} \PYG{k}{return} \PYG{o}{\PYGZhy{}}\PYG{n}{ENOMEM} 16517 \PYG{p}{:} \PYG{o}{\PYGZhy{}}\PYG{n}{ENOMEM} 44557 \PYG{+w}{ }\PYG{k}{return}\PYG{+w}{ }\PYG{o}{\PYGZhy{}}\PYG{n}{ENOMEM}\PYG{p}{;} 44586 \PYG{+w}{ }\PYG{k}{return}\PYG{+w}{ }\PYG{o}{\PYGZhy{}}\PYG{n}{ENOMEM}\PYG{p}{;} [all …]
|