Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in19 * physical memory is mapped twice to the vritual address (IRAM and DRAM).
54 /* Flash mapped instruction data */
73 /* Flash mapped constant data */
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in19 * physical memory is mapped twice to the vritual address (IRAM and DRAM).
54 /* Flash mapped instruction data */
73 /* Flash mapped constant data */
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in19 * physical memory is mapped twice to the vritual address (IRAM and DRAM).
47 /* Flash mapped instruction data */
66 /* Flash mapped constant data */
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c154 static bool mapped; variable
170 if (mapped) { in bootloader_mmap()
234 mapped = true; in bootloader_mmap()
241 if (mapped) { in bootloader_munmap()
251 mapped = false; in bootloader_munmap()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c149 static bool mapped; variable
165 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()
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dmemory.ld.in37 /* Flash mapped instruction data */
56 /* Flash mapped constant data */
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in61 /* Even though the segment name is iram, it is actually mapped to flash
79 /* Flash mapped constant data */
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in65 /* Flash mapped instruction data */
84 /* Flash mapped constant data */
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in58 /* Even though the segment name is iram, it is actually mapped to flash
85 /* Flash mapped constant data */
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-commands.rst59 …* The binary image must only contain IRAM- and DRAM-resident segments. Any SPI flash mapped segmen…
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild929 causing it to be mapped into the address space.