Searched refs:irom_size (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/soc/espressif/common/ |
D | loader.c | 98 .irom_size = (uint32_t)&_image_irom_size, 198 (map->irom_size + CONFIG_MMU_PAGE_SIZE - 1) / CONFIG_MMU_PAGE_SIZE; in map_rom_segments() 213 map->irom_size, &actual_mapped_len); in map_rom_segments() 221 bus_mask = cache_ll_l1_get_bus(core, app_irom_vaddr_align, map->irom_size); in map_rom_segments() 227 bus_mask = cache_ll_l1_get_bus(1, app_irom_vaddr_align, map->irom_size); in map_rom_segments() 242 ((map->irom_size + CONFIG_MMU_PAGE_SIZE - 1) / CONFIG_MMU_PAGE_SIZE) * in map_rom_segments() 307 map.irom_flash_offset, map.irom_map_addr, map.irom_size, map.irom_size); in __start()
|
/Zephyr-latest/soc/espressif/common/include/ |
D | hw_init.h | 13 unsigned int irom_size; /* Size of IROM region */ member
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | esp32s3-mp.c | 138 image_header.irom_size, image_header.irom_size); in esp_appcpu_image_load() 150 image_header.irom_size, in esp_appcpu_image_load()
|