Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/port/esp32/
Dmemory_layout.c144 SOC_RESERVE_MEMORY_REGION(SOC_CACHE_APP_LOW, SOC_CACHE_APP_HIGH, cpu1_cache);
/hal_espressif-3.6.0/components/soc/include/soc/
Dsoc_memory_types.h55 || (ip >= SOC_CACHE_APP_LOW && ip < SOC_CACHE_APP_HIGH) in esp_ptr_executable()
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dxtensa_loadstore_handler.S93 movi a4, SOC_CACHE_APP_HIGH
287 movi a4, SOC_CACHE_APP_HIGH
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h244 #define SOC_CACHE_APP_HIGH 0x40080000 macro