Searched refs:autoload (Results 1 – 14 of 14) sorted by relevance
202 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local205 uint32_t autoload = Cache_Suspend_DCache(); in bootloader_mmap() local208 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local211 uint32_t autoload = Cache_Suspend_ICache(); in bootloader_mmap() local228 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 …]
720 uint32_t autoload = Cache_Suspend_ICache(); local723 uint32_t autoload = Cache_Suspend_DCache(); local726 uint32_t autoload = Cache_Suspend_ICache(); local729 uint32_t autoload = Cache_Suspend_ICache(); local820 Cache_Resume_ICache(autoload);822 Cache_Resume_DCache(autoload);824 Cache_Resume_ICache(autoload);826 Cache_Resume_ICache(autoload);
480 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);
195 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);
154 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);
78 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local81 Cache_Resume_ICache(autoload); in update_flash_config()
118 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local121 Cache_Resume_ICache(autoload); in update_flash_config()
107 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local110 Cache_Resume_ICache(autoload); in update_flash_config()
108 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local111 Cache_Resume_ICache(autoload); in update_flash_config()
86 uint32_t autoload = Cache_Suspend_DCache(); in update_flash_config() local89 Cache_Resume_DCache(autoload); in update_flash_config()
107 uint32_t autoload = Cache_Suspend_ICache(); in update_flash_config() local112 Cache_Resume_ICache(autoload); in update_flash_config()
118 uint32_t autoload = Cache_Suspend_DCache(); in update_flash_config() local123 Cache_Resume_DCache(autoload); in update_flash_config()
659 extern void Cache_Enable_ICache(uint32_t autoload); in esp_config_instruction_cache_mode()