Searched refs:cache_flash_mmu_set (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | cache.h | 68 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/ |
D | bootloader_utility.c | 857 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/ |
D | bootloader_flash.c | 205 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/ |
D | bootloader_flash.c | 200 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/ |
D | rom_32.ld | 54 PROVIDE ( cache_flash_mmu_set = 0x400095e0 ); symbol
|