Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_flash.c185 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local
188 uint32_t autoload = Cache_Suspend_DCache(); in bootloader_mmap() local
191 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local
208 Cache_Resume_ICache(autoload); in bootloader_mmap()
210 Cache_Resume_DCache(autoload); in bootloader_mmap()
212 Cache_Resume_ICache(autoload); in bootloader_mmap()
219 Cache_Resume_ICache(autoload); in bootloader_mmap()
221 Cache_Resume_DCache(autoload); in bootloader_mmap()
223 Cache_Resume_ICache(autoload); in bootloader_mmap()
279 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_flash_read_no_decrypt()
[all …]
Dbootloader_utility.c703 uint32_t autoload = Cache_Suspend_ICache(); local
706 uint32_t autoload = Cache_Suspend_DCache(); local
709 uint32_t autoload = Cache_Suspend_ICache(); local
791 Cache_Resume_ICache(autoload);
793 Cache_Resume_DCache(autoload);
795 Cache_Resume_ICache(autoload);
/device/soc/esp/esp32/components/spi_flash/
Dcache_utils.c655 extern void Cache_Enable_ICache(uint32_t autoload); in esp_config_instruction_cache_mode()
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz