Home
last modified time | relevance | path

Searched refs:autoload (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/bootloader_support/src/
Dbootloader_flash.c202 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local
205 uint32_t autoload = Cache_Suspend_DCache(); in bootloader_mmap() local
208 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local
211 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local
228 Cache_Resume_ICache(autoload); in bootloader_mmap()
230 Cache_Resume_DCache(autoload); in bootloader_mmap()
232 Cache_Resume_ICache(autoload); in bootloader_mmap()
234 Cache_Resume_ICache(autoload); in bootloader_mmap()
241 Cache_Resume_ICache(autoload); in bootloader_mmap()
243 Cache_Resume_DCache(autoload); in bootloader_mmap()
[all …]
Dbootloader_utility.c720 uint32_t autoload = Cache_Suspend_ICache(); local
723 uint32_t autoload = Cache_Suspend_DCache(); local
726 uint32_t autoload = Cache_Suspend_ICache(); local
729 uint32_t autoload = Cache_Suspend_ICache(); local
820 Cache_Resume_ICache(autoload);
822 Cache_Resume_DCache(autoload);
824 Cache_Resume_ICache(autoload);
826 Cache_Resume_ICache(autoload);
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dcache.h480 void Cache_Resume_ICache_Autoload(uint32_t autoload);
500 void Cache_Resume_DCache_Autoload(uint32_t autoload);
534 void Cache_End_ICache_Preload(uint32_t autoload);
568 void Cache_End_DCache_Preload(uint32_t autoload);
772 void Cache_Enable_ICache(uint32_t autoload);
791 void Cache_Enable_DCache(uint32_t autoload);
813 void Cache_Resume_ICache(uint32_t autoload);
835 void Cache_Resume_DCache(uint32_t autoload);
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dcache.h195 void (* resume_icache_autoload)(uint32_t autoload);
197 void (* resume_dcache_autoload)(uint32_t autoload);
581 void Cache_Resume_ICache_Autoload(uint32_t autoload);
601 void Cache_Resume_DCache_Autoload(uint32_t autoload);
635 void Cache_End_ICache_Preload(uint32_t autoload);
669 void Cache_End_DCache_Preload(uint32_t autoload);
893 void Cache_Enable_ICache(uint32_t autoload);
912 void Cache_Enable_DCache(uint32_t autoload);
934 void Cache_Resume_ICache(uint32_t autoload);
956 void Cache_Resume_DCache(uint32_t autoload);
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dcache.h154 void (* resume_icache_autoload)(uint32_t autoload);
403 void Cache_Resume_ICache_Autoload(uint32_t autoload);
437 void Cache_End_ICache_Preload(uint32_t autoload);
562 void Cache_Enable_ICache(uint32_t autoload);
584 void Cache_Resume_ICache(uint32_t autoload);
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dcache.h154 void (* resume_icache_autoload)(uint32_t autoload);
403 void Cache_Resume_ICache_Autoload(uint32_t autoload);
437 void Cache_End_ICache_Preload(uint32_t autoload);
562 void Cache_Enable_ICache(uint32_t autoload);
584 void Cache_Resume_ICache(uint32_t autoload);
/hal_espressif-3.6.0/zephyr/esp32s2/src/boot/
Dbootloader_init.c78 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local
81 Cache_Resume_ICache(autoload); in update_flash_config()
/hal_espressif-3.6.0/zephyr/esp32c3/src/boot/
Dbootloader_init.c118 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local
121 Cache_Resume_ICache(autoload); in update_flash_config()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c107 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local
110 Cache_Resume_ICache(autoload); in update_flash_config()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c108 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local
111 Cache_Resume_ICache(autoload); in update_flash_config()
/hal_espressif-3.6.0/zephyr/esp32s3/src/boot/
Dbootloader_init.c86 uint32_t autoload = Cache_Suspend_DCache(); in update_flash_config() local
89 Cache_Resume_DCache(autoload); in update_flash_config()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c107 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local
112 Cache_Resume_ICache(autoload); in update_flash_config()
/hal_espressif-3.6.0/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c118 uint32_t autoload = Cache_Suspend_DCache(); in update_flash_config() local
123 Cache_Resume_DCache(autoload); in update_flash_config()
/hal_espressif-3.6.0/components/spi_flash/
Dcache_utils.c659 extern void Cache_Enable_ICache(uint32_t autoload); in esp_config_instruction_cache_mode()