/hal_espressif-latest/components/hal/ |
D | cache_hal.c | 122 Cache_Suspend_ICache(); in cache_hal_suspend() 127 Cache_Suspend_ICache(); in cache_hal_suspend() 129 Cache_Suspend_ICache(); in cache_hal_suspend()
|
/hal_espressif-latest/zephyr/port/host_flash/ |
D | cache_utils.c | 154 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_flash_wrap() 173 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_spiram_wrap() 349 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_flash_wrap() 368 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_spiram_wrap() 537 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_flash_wrap()
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_cache_esp32s2_esp32s3.c | 53 uint32_t Cache_Suspend_ICache(void) in Cache_Suspend_ICache() function 59 extern uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/spi_flash/ |
D | cache_utils.c | 412 Cache_Suspend_ICache(); in esp_config_instruction_cache_mode() 465 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_flash_wrap() 484 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_spiram_wrap() 713 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_flash_wrap() 732 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_spiram_wrap() 901 i_autoload = Cache_Suspend_ICache(); in esp_enable_cache_flash_wrap()
|
/hal_espressif-latest/zephyr/esp32c2/src/linker/ |
D | esp32c2.rom.alias.ld | 16 PROVIDE ( esp_rom_Cache_Suspend_ICache = Cache_Suspend_ICache );
|
/hal_espressif-latest/zephyr/esp32c3/src/linker/ |
D | esp32c3.rom.alias.ld | 16 PROVIDE ( esp_rom_Cache_Suspend_ICache = Cache_Suspend_ICache );
|
/hal_espressif-latest/zephyr/esp32c6/src/linker/ |
D | esp32c6.rom.alias.ld | 16 PROVIDE ( esp_rom_Cache_Suspend_ICache = Cache_Suspend_ICache );
|
/hal_espressif-latest/zephyr/esp32s2/src/linker/ |
D | esp32s2.rom.alias.ld | 14 PROVIDE ( esp_rom_Cache_Suspend_ICache = Cache_Suspend_ICache );
|
/hal_espressif-latest/zephyr/esp32s3/src/linker/ |
D | esp32s3.rom.alias.ld | 21 PROVIDE ( esp_rom_Cache_Suspend_ICache = Cache_Suspend_ICache );
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | cache.h | 367 uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 501 uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 504 uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 527 uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 795 uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 925 uint32_t Cache_Suspend_ICache(void);
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 220 Cache_Suspend_ICache = 0x4000066c; symbol
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32c5_beta_3.ld | 247 Cache_Suspend_ICache = 0x40000694; symbol
|
D | rom_32h2.ld | 245 Cache_Suspend_ICache = 0x4000066c; symbol
|
D | rom_32c6.ld | 254 Cache_Suspend_ICache = 0x40000698; symbol
|
D | rom_32h2_beta_1.ld | 344 PROVIDE( Cache_Suspend_ICache = 0x4000052c ); symbol
|
D | rom_32s2.ld | 84 PROVIDE ( Cache_Suspend_ICache = 0x40018ca4 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.ld | 229 Cache_Suspend_ICache = 0x40000698; symbol
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 319 PROVIDE( Cache_Suspend_ICache = 0x40000524 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.ld | 70 PROVIDE ( Cache_Suspend_ICache = 0x40018ca4 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 394 PROVIDE( Cache_Suspend_ICache = 0x40000724 ); symbol
|