Home
last modified time | relevance | path

Searched refs:cache_flash_mmu_set (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dcache.h68 static inline __attribute__((always_inline)) unsigned int IRAM_ATTR cache_flash_mmu_set(int cpu_no,… in cache_flash_mmu_set() function
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c857 rc = cache_flash_mmu_set(0, 0, drom_load_addr_aligned, drom_addr_aligned, 64, drom_page_count);
859 rc = cache_flash_mmu_set(1, 0, drom_load_addr_aligned, drom_addr_aligned, 64, drom_page_count);
876 rc = cache_flash_mmu_set(0, 0, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page_count);
878 rc = cache_flash_mmu_set(1, 0, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page_count);
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c205 int e = cache_flash_mmu_set(0, 0, MMU_BLOCK0_VADDR, src_paddr_aligned, 64, count); in bootloader_mmap()
314 int e = cache_flash_mmu_set(0, 0, FLASH_READ_VADDR, map_at, 64, 1); in bootloader_flash_read_allow_decrypt()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c200 int e = cache_flash_mmu_set(0, 0, MMU_BLOCK0_VADDR, src_paddr_aligned, 64, count); in esp_rom_flash_mmap()
309 int e = cache_flash_mmu_set(0, 0, FLASH_READ_VADDR, map_at, 64, 1); in bootloader_flash_read_allow_decrypt()
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/
Drom_32.ld54 PROVIDE ( cache_flash_mmu_set = 0x400095e0 ); symbol