Home
last modified time | relevance | path

Searched refs:ENOMEM (Results 1 – 25 of 25) sorted by relevance

/trusted-firmware-a/bl1/
A Dbl1_fwu.c266 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 Dio_stm32image.c116 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 Dtf_gunzip.c81 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 Dfirmware-update.rst206 : -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 Dfirmware-update.rst.txt206 : -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 Dplat_bl1_common.c73 return -ENOMEM; in bl1_plat_mem_check()
/trusted-firmware-a/plat/arm/common/
A Darm_bl1_fwu.c85 return -ENOMEM; in bl1_plat_mem_check()
/trusted-firmware-a/include/lib/libc/
A Derrno.h59 #define ENOMEM 12 /* Cannot allocate memory */ macro
/trusted-firmware-a/drivers/io/
A Dio_storage.c109 int result = -ENOMEM; in allocate_entity()
147 int result = -ENOMEM; in io_register_device()
A Dio_dummy.c98 result = -ENOMEM; in dummy_block_open()
A Dio_fip.c144 int result = -ENOMEM; in allocate_dev_info()
203 return -ENOMEM; in fip_dev_open()
A Dio_memmap.c104 int result = -ENOMEM; in memmap_block_open()
A Dio_mtd.c85 return -ENOMEM; in allocate_dev_info()
A Dio_block.c89 int result = -ENOMEM; in allocate_dev_info()
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-1.rst81 return -ENOMEM;
107 return -ENOMEM;
116 return -ENOMEM;
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-1.rst.txt81 return -ENOMEM;
107 return -ENOMEM;
116 return -ENOMEM;
/trusted-firmware-a/plat/nvidia/tegra/drivers/bpmp_ipc/
A Divc.c183 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 Dxlat_tables_core.c711 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 Dgpt_rme.c351 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 Ds10_memmap_qspi.c107 int result = -ENOMEM; in memmap_block_open()
/trusted-firmware-a/lib/xlat_mpu/
A Dxlat_mpu_core.c182 return -ENOMEM; in mmap_add_region_check()
/trusted-firmware-a/drivers/st/mmc/
A Dstm32_sdmmc2.c714 return -ENOMEM; in stm32_sdmmc2_mmc_init()
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst489 -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 Dporting-guide.rst.txt489 -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 Dtrustedfirmware-a.tex6038 \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 …]

Completed in 133 milliseconds