Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/include/soc/
Dsoc_memory_types.h54 #if defined(SOC_CACHE_APP_LOW) && defined(CONFIG_FREERTOS_UNICORE) in esp_ptr_executable()
55 || (ip >= SOC_CACHE_APP_LOW && ip < SOC_CACHE_APP_HIGH) in esp_ptr_executable()
105 return ((intptr_t)p >= SOC_CACHE_APP_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
/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/freertos/port/xtensa/
Dxtensa_loadstore_handler.S91 movi a4, SOC_CACHE_APP_LOW // Check if in APP cache region
285 movi a4, SOC_CACHE_APP_LOW // Check if in APP cache region
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h243 #define SOC_CACHE_APP_LOW 0x40078000 macro