Searched refs:SOC_RTC_IRAM_HIGH (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | cpu_region_protect.c | 94 PMP_ENTRY_SET(11, SOC_RTC_IRAM_HIGH, RWX); in esp_cpu_configure_region_protection() 95 _Static_assert(SOC_RTC_IRAM_LOW < SOC_RTC_IRAM_HIGH, "Invalid RTC IRAM region"); in esp_cpu_configure_region_protection() 99 _Static_assert(SOC_RTC_IRAM_HIGH < SOC_PERIPHERAL_LOW, "Invalid PMP entry order"); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | cpu_region_protect.c | 59 PMA_ENTRY_SET_TOR(9, SOC_RTC_IRAM_HIGH, PMA_NONE); in esp_cpu_configure_invalid_regions() 190 PMP_ENTRY_SET(13, SOC_RTC_IRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection() 192 const uint32_t pmpaddr11 = PMPADDR_NAPOT(SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH); in esp_cpu_configure_region_protection() 194 _Static_assert(SOC_RTC_IRAM_LOW < SOC_RTC_IRAM_HIGH, "Invalid RTC IRAM region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | cpu_region_protect.c | 59 PMA_ENTRY_SET_TOR(9, SOC_RTC_IRAM_HIGH, PMA_NONE); in esp_cpu_configure_invalid_regions() 198 PMP_ENTRY_SET(14, SOC_RTC_IRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection() 200 const uint32_t pmpaddr11 = PMPADDR_NAPOT(SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH); in esp_cpu_configure_region_protection() 202 _Static_assert(SOC_RTC_IRAM_LOW < SOC_RTC_IRAM_HIGH, "Invalid RTC IRAM region"); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_memory_utils.h | 100 return ((intptr_t)p >= SOC_RTC_IRAM_LOW && (intptr_t)p < SOC_RTC_IRAM_HIGH); in esp_ptr_in_rtc_iram_fast() 223 || (ip >= SOC_RTC_IRAM_LOW && ip < SOC_RTC_IRAM_HIGH) in esp_ptr_executable()
|
/hal_espressif-latest/components/bootloader_support/include/ |
D | bootloader_memory_utils.h | 100 return ((intptr_t)p >= SOC_RTC_IRAM_LOW && (intptr_t)p < SOC_RTC_IRAM_HIGH); in esp_ptr_in_rtc_iram_fast()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc.h | 170 #define SOC_RTC_IRAM_HIGH 0x50004000 macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc.h | 170 #define SOC_RTC_IRAM_HIGH 0x40072000 macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 168 #define SOC_RTC_IRAM_HIGH 0x50001000 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 167 #define SOC_RTC_IRAM_HIGH 0x50002000 macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc.h | 180 #define SOC_RTC_IRAM_HIGH 0x60100000 macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc.h | 187 #define SOC_RTC_IRAM_HIGH 0x400C2000 macro
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 351 if (addr < SOC_RTC_IRAM_LOW || addr >= SOC_RTC_IRAM_HIGH) { in memprot_ll_set_rtcfast_split_line()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | esp_image_format.c | 792 if (load_addr >= SOC_RTC_IRAM_LOW && load_addr < SOC_RTC_IRAM_HIGH) { in should_load()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 736 if (addr < SOC_RTC_IRAM_LOW || addr >= SOC_RTC_IRAM_HIGH) { in memprot_ll_set_rtcfast_split_line()
|