Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c163 const uint32_t drom_resv_end = ALIGN_UP_TO_MMU_PAGE_SIZE((uint32_t)(&_rodata_reserved_end)); in esp_cpu_configure_region_protection() local
171 PMP_ENTRY_SET(10, drom_resv_end, PMP_TOR | R); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c163 const uint32_t drom_resv_end = ALIGN_UP_TO_MMU_PAGE_SIZE((uint32_t)(&_rodata_reserved_end)); in esp_cpu_configure_region_protection() local
171 PMP_ENTRY_SET(10, drom_resv_end, PMP_TOR | R); in esp_cpu_configure_region_protection()