Searched refs:iram_dest_addr (Results 1 – 2 of 2) sorted by relevance
104 if (!esp_ptr_in_iram((void *)image_header.iram_dest_addr) || in esp_appcpu_image_load()105 !esp_ptr_in_iram((void *)(image_header.iram_dest_addr + image_header.iram_size))) { in esp_appcpu_image_load()123 (fa_offset + image_header.iram_flash_offset), image_header.iram_dest_addr, in esp_appcpu_image_load()127 image_header.iram_dest_addr); in esp_appcpu_image_load()
385 if (!esp_ptr_in_iram((void *)image_header.iram_dest_addr) || in esp_appcpu_image_load()386 !esp_ptr_in_iram((void *)(image_header.iram_dest_addr + image_header.iram_size))) { in esp_appcpu_image_load()404 (img_off + image_header.iram_flash_offset), image_header.iram_dest_addr, in esp_appcpu_image_load()408 image_header.iram_dest_addr); in esp_appcpu_image_load()