Searched refs:drom_size (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/soc/espressif/common/ |
D | loader.c | 101 .drom_size = (uint32_t)&_image_drom_size, 192 (map->drom_size + CONFIG_MMU_PAGE_SIZE - 1) / CONFIG_MMU_PAGE_SIZE; in map_rom_segments() 210 map->drom_size, &actual_mapped_len); in map_rom_segments() 219 bus_mask = cache_ll_l1_get_bus(core, app_drom_vaddr_align, map->drom_size); in map_rom_segments() 225 bus_mask = cache_ll_l1_get_bus(1, app_drom_vaddr_align, map->drom_size); in map_rom_segments() 309 map.drom_flash_offset, map.drom_map_addr, map.drom_size, map.drom_size); in __start()
|
/Zephyr-latest/soc/espressif/common/include/ |
D | hw_init.h | 16 unsigned int drom_size; /* Size of DROM region */ member
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | esp32s3-mp.c | 142 image_header.drom_size, image_header.drom_size); in esp_appcpu_image_load() 147 image_header.drom_size, in esp_appcpu_image_load()
|