Searched refs:ENOMEM (Results 1 – 22 of 22) sorted by relevance
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()
81 return (zret == Z_MEM_ERROR) ? -ENOMEM : -EIO; in gunzip()91 ret = (zret == Z_MEM_ERROR) ? -ENOMEM : -EIO; in gunzip()
73 return -ENOMEM; in bl1_plat_mem_check()
85 return -ENOMEM; in bl1_plat_mem_check()
59 #define ENOMEM 12 /* Cannot allocate memory */ macro
302 : -ENOMEM310 if (image_addr + block_size overflows) return -ENOMEM311 if (image destination address + image_size overflows) return -ENOMEM312 if (source block is in secure memory) return -ENOMEM313 if (source block is not mapped into BL1) return -ENOMEM314 if (image_size > free secure memory) return -ENOMEM350 : -ENOMEM358 if (image_addr/image_size is not mapped into BL1) return -ENOMEM364 if (image_addr/image_size is in secure memory) return -ENOMEM365 if (image_addr/image_size not mapped into BL1) return -ENOMEM
98 result = -ENOMEM; in dummy_block_open()
109 int result = -ENOMEM; in allocate_entity()147 int result = -ENOMEM; in io_register_device()
144 int result = -ENOMEM; in allocate_dev_info()203 return -ENOMEM; in fip_dev_open()
104 int result = -ENOMEM; in memmap_block_open()
85 return -ENOMEM; in allocate_dev_info()
89 int result = -ENOMEM; in allocate_dev_info()
81 return -ENOMEM;107 return -ENOMEM;116 return -ENOMEM;
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()
107 int result = -ENOMEM; in memmap_block_open()
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()
349 return -ENOMEM; in gpt_validate_l0_params()391 return -ENOMEM; in gpt_validate_l1_params()399 return -ENOMEM; in gpt_validate_l1_params()
182 return -ENOMEM; in mmap_add_region_check()
530 return -ENOMEM; in regulator_register()
772 return -ENOMEM; in stm32_sdmmc2_mmc_init()
662 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : in rxtx_map_handler()675 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : in rxtx_map_handler()
496 -ENOMEM.501 entities than this value using ``io_open()`` will fail with -ENOMEM.507 with -ENOMEM. MAX_IO_BLOCK_DEVICES should be less than MAX_IO_DEVICES.1306 - ``-ENOMEM``: resources exhausted. TF-A does not use dynamic memory, so this
Completed in 29 milliseconds