Searched refs:mapped (Results 1 – 11 of 11) sorted by relevance
19 * physical memory is mapped twice to the vritual address (IRAM and DRAM).54 /* Flash mapped instruction data */73 /* Flash mapped constant data */
19 * physical memory is mapped twice to the vritual address (IRAM and DRAM).47 /* Flash mapped instruction data */66 /* Flash mapped constant data */
154 static bool mapped; variable170 if (mapped) { in bootloader_mmap()234 mapped = true; in bootloader_mmap()241 if (mapped) { in bootloader_munmap()251 mapped = false; in bootloader_munmap()
149 static bool mapped; variable165 if (mapped) { in esp_rom_flash_mmap()229 mapped = true; in esp_rom_flash_mmap()236 if (mapped) { in esp_rom_flash_unmmap()246 mapped = false; in esp_rom_flash_unmmap()
37 /* Flash mapped instruction data */56 /* Flash mapped constant data */
61 /* Even though the segment name is iram, it is actually mapped to flash79 /* Flash mapped constant data */
65 /* Flash mapped instruction data */84 /* Flash mapped constant data */
58 /* Even though the segment name is iram, it is actually mapped to flash85 /* Flash mapped constant data */
59 …* The binary image must only contain IRAM- and DRAM-resident segments. Any SPI flash mapped segmen…
929 causing it to be mapped into the address space.