Searched refs:SOC_CACHE_APP_LOW (Results 1 – 4 of 4) sorted by relevance
54 #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()
144 SOC_RESERVE_MEMORY_REGION(SOC_CACHE_APP_LOW, SOC_CACHE_APP_HIGH, cpu1_cache);
91 movi a4, SOC_CACHE_APP_LOW // Check if in APP cache region285 movi a4, SOC_CACHE_APP_LOW // Check if in APP cache region
243 #define SOC_CACHE_APP_LOW 0x40078000 macro