Home
last modified time | relevance | path

Searched refs:irom_resv_end (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c162 … const uint32_t irom_resv_end = ALIGN_UP_TO_MMU_PAGE_SIZE((uint32_t)(&_instruction_reserved_end)); in esp_cpu_configure_region_protection() local
170 PMP_ENTRY_SET(9, irom_resv_end, PMP_TOR | RX); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c162 … const uint32_t irom_resv_end = ALIGN_UP_TO_MMU_PAGE_SIZE((uint32_t)(&_instruction_reserved_end)); in esp_cpu_configure_region_protection() local
170 PMP_ENTRY_SET(9, irom_resv_end, PMP_TOR | RX); in esp_cpu_configure_region_protection()