Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/plat/arm/common/
A Darm_bl1_fwu.c83 return -ENOMEM; in bl1_plat_mem_check()
/tf-a-ffa_el3_spmc/plat/common/
A Dplat_bl1_common.c76 return -ENOMEM; in bl1_plat_mem_check()
/tf-a-ffa_el3_spmc/include/lib/libc/
A Derrno.h59 #define ENOMEM 12 /* Cannot allocate memory */ macro
/tf-a-ffa_el3_spmc/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
/tf-a-ffa_el3_spmc/drivers/io/
A Dio_dummy.c98 result = -ENOMEM; in dummy_block_open()
A Dio_storage.c109 int result = -ENOMEM; in allocate_entity()
147 int result = -ENOMEM; in io_register_device()
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()
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-1.rst81 return -ENOMEM;
107 return -ENOMEM;
116 return -ENOMEM;
/tf-a-ffa_el3_spmc/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()
/tf-a-ffa_el3_spmc/drivers/intel/soc/stratix10/io/
A Ds10_memmap_qspi.c107 int result = -ENOMEM; in memmap_block_open()
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/
A Dxlat_tables_core.c708 return -ENOMEM; in mmap_add_region_check()
1018 return -ENOMEM; in mmap_add_dynamic_region_ctx()
1037 return -ENOMEM; in mmap_add_dynamic_region_ctx()
1068 return -ENOMEM; in mmap_add_dynamic_region_alloc_va_ctx()
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/
A Dspmc_main.c424 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : FFA_ERROR_INVALID_PARAMETER; in rxtx_map_handler()
438 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : FFA_ERROR_INVALID_PARAMETER; in rxtx_map_handler()
/tf-a-ffa_el3_spmc/drivers/st/mmc/
A Dstm32_sdmmc2.c739 return -ENOMEM; in stm32_sdmmc2_mmc_init()
/tf-a-ffa_el3_spmc/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.
1067 - ``-ENOMEM``: resources exhausted. TF-A does not use dynamic memory, so this

Completed in 35 milliseconds