Home
last modified time | relevance | path

Searched refs:SOC_IRAM_HIGH (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c46 PMA_ENTRY_SET_TOR(5, SOC_IRAM_HIGH, PMA_NONE); in esp_cpu_configure_invalid_regions()
134 const uint32_t pmpaddr5 = PMPADDR_NAPOT(SOC_IRAM_LOW, SOC_IRAM_HIGH); in esp_cpu_configure_region_protection()
136 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
152 const uint32_t pmpaddr5 = PMPADDR_NAPOT(SOC_IRAM_LOW, SOC_IRAM_HIGH); in esp_cpu_configure_region_protection()
154 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c46 PMA_ENTRY_SET_TOR(5, SOC_IRAM_HIGH, PMA_NONE); in esp_cpu_configure_invalid_regions()
135 PMP_ENTRY_SET(6, SOC_IRAM_HIGH, PMP_TOR | RWX); in esp_cpu_configure_region_protection()
136 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
153 PMP_ENTRY_SET(6, SOC_IRAM_HIGH, PMP_TOR | CONDITIONAL_RWX); in esp_cpu_configure_region_protection()
154 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid RAM region"); in esp_cpu_configure_region_protection()
/hal_espressif-3.7.0/components/bootloader_support/include/
Dbootloader_memory_utils.h30 return (SOC_DRAM_LOW == SOC_IRAM_LOW && SOC_DRAM_HIGH == SOC_IRAM_HIGH); in esp_dram_match_iram()
43 return ((intptr_t)p >= SOC_CACHE_APP_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
45 return ((intptr_t)p >= SOC_IRAM_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c79 PMP_ENTRY_SET(8, SOC_IRAM_HIGH, RWX); in esp_cpu_configure_region_protection()
80 _Static_assert(SOC_IRAM_LOW < SOC_IRAM_HIGH, "Invalid IRAM region"); in esp_cpu_configure_region_protection()
86 _Static_assert(SOC_IRAM_HIGH < SOC_IROM_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
/hal_espressif-3.7.0/components/esp_hw_support/include/
Desp_memory_utils.h30 return (SOC_DRAM_LOW == SOC_IRAM_LOW && SOC_DRAM_HIGH == SOC_IRAM_HIGH); in esp_dram_match_iram()
43 return ((intptr_t)p >= SOC_CACHE_APP_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
45 return ((intptr_t)p >= SOC_IRAM_LOW && (intptr_t)p < SOC_IRAM_HIGH); in esp_ptr_in_iram()
217 || (ip >= SOC_IRAM_LOW && ip < SOC_IRAM_HIGH) in esp_ptr_executable()
/hal_espressif-3.7.0/components/soc/esp32c2/include/soc/
Dsoc.h169 #define SOC_IRAM_HIGH 0x403C0000 macro
196 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/
Dsoc.h163 #define SOC_IRAM_HIGH 0x403E0000 macro
196 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Dsoc.h167 #define SOC_IRAM_HIGH 0x40880000 macro
201 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/
Dsoc.h164 #define SOC_IRAM_HIGH 0x40850000 macro
198 #define SOC_MAX_CONTIGUOUS_RAM_SIZE (SOC_IRAM_HIGH - SOC_IRAM_LOW) ///< Largest span of contiguous …
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dsoc.h166 #define SOC_IRAM_HIGH 0x40070000 macro
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dsoc.h175 #define SOC_IRAM_HIGH 0x403E0000 macro
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dsoc.h186 #define SOC_IRAM_HIGH 0x400AA000 macro