| /rk3399_ARM-atf/bl1/ |
| H A D | bl1_fwu.c | 269 return -ENOMEM; in bl1_fwu_image_copy() 297 return -ENOMEM; in bl1_fwu_image_copy() 303 return -ENOMEM; in bl1_fwu_image_copy() 337 return -ENOMEM; in bl1_fwu_image_copy() 342 return -ENOMEM; in bl1_fwu_image_copy() 419 return -ENOMEM; in bl1_fwu_image_auth() 429 return -ENOMEM; in bl1_fwu_image_auth() 434 return -ENOMEM; in bl1_fwu_image_auth()
|
| /rk3399_ARM-atf/lib/hob/ |
| H A D | hob.c | 141 return -ENOMEM; in create_resource_descriptor_hob() 183 return -ENOMEM; in create_guid_hob() 215 return -ENOMEM; in create_fv_hob()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H 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()
|
| /rk3399_ARM-atf/lib/libc/ |
| H A D | memcpy_s.c | 21 return -ENOMEM; in memcpy_s()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl1_fwu.c | 85 return -ENOMEM; in bl1_plat_mem_check()
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | errno.h | 59 #define ENOMEM 12 /* Cannot allocate memory */ macro
|
| /rk3399_ARM-atf/plat/common/ |
| H A D | plat_bl1_common.c | 73 return -ENOMEM; in bl1_plat_mem_check()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | firmware-update.rst | 302 : -ENOMEM 310 if (image_addr + block_size overflows) return -ENOMEM 311 if (image destination address + image_size overflows) return -ENOMEM 312 if (source block is in secure memory) return -ENOMEM 313 if (source block is not mapped into BL1) return -ENOMEM 314 if (image_size > free secure memory) return -ENOMEM 350 : -ENOMEM 358 if (image_addr/image_size is not mapped into BL1) return -ENOMEM 364 if (image_addr/image_size is in secure memory) return -ENOMEM 365 if (image_addr/image_size not mapped into BL1) return -ENOMEM
|
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_storage.c | 109 int result = -ENOMEM; in allocate_entity() 147 int result = -ENOMEM; in io_register_device()
|
| H A D | io_fip.c | 144 int result = -ENOMEM; in allocate_dev_info() 203 return -ENOMEM; in fip_dev_open()
|
| H A D | io_memmap.c | 104 int result = -ENOMEM; in memmap_block_open()
|
| H A D | io_mtd.c | 85 return -ENOMEM; in allocate_dev_info()
|
| H A D | io_block.c | 89 int result = -ENOMEM; in allocate_dev_info()
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-1.rst | 81 return -ENOMEM; 107 return -ENOMEM; 116 return -ENOMEM;
|
| /rk3399_ARM-atf/plat/nvidia/tegra/drivers/bpmp_ipc/ |
| H 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()
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/ |
| H A D | xlat_tables_core.c | 718 return -ENOMEM; in mmap_add_region_check() 1038 return -ENOMEM; in mmap_add_dynamic_region_ctx() 1057 return -ENOMEM; in mmap_add_dynamic_region_ctx() 1088 return -ENOMEM; in mmap_add_dynamic_region_alloc_va_ctx()
|
| /rk3399_ARM-atf/drivers/intel/soc/stratix10/io/ |
| H A D | s10_memmap_qspi.c | 107 int result = -ENOMEM; in memmap_block_open()
|
| /rk3399_ARM-atf/services/std_svc/lfa/ |
| H A D | lfa_main.c | 45 case -ENOMEM: in convert_to_lfa_error()
|
| /rk3399_ARM-atf/lib/gpt_rme/ |
| H A D | gpt_rme.c | 548 return -ENOMEM; in validate_l0_params() 590 return -ENOMEM; in validate_l1_params() 599 return -ENOMEM; in validate_l1_params() 1322 return -ENOMEM; in gpt_runtime_init()
|
| /rk3399_ARM-atf/drivers/st/regulator/ |
| H A D | regulator_core.c | 544 return -ENOMEM; in regulator_register()
|
| /rk3399_ARM-atf/drivers/st/mmc/ |
| H A D | stm32_sdmmc2.c | 782 return -ENOMEM; in stm32_sdmmc2_mmc_init()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_main.c | 892 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : in rxtx_map_handler() 905 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : in rxtx_map_handler()
|
| /rk3399_ARM-atf/drivers/nxp/clk/s32cc/ |
| H A D | s32cc_clk_drv.c | 48 return -ENOMEM; in update_stack_depth()
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 503 -ENOMEM. 508 entities than this value using ``io_open()`` will fail with -ENOMEM. 514 with -ENOMEM. MAX_IO_BLOCK_DEVICES should be less than MAX_IO_DEVICES. 1377 - ``-ENOMEM``: resources exhausted. TF-A does not use dynamic memory, so this
|