Home
last modified time | relevance | path

Searched refs:PMP_ENTRY_CFG_RESET (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c144 PMP_ENTRY_CFG_RESET(5); in esp_cpu_configure_region_protection()
145 PMP_ENTRY_CFG_RESET(6); in esp_cpu_configure_region_protection()
146 PMP_ENTRY_CFG_RESET(7); in esp_cpu_configure_region_protection()
166 PMP_ENTRY_CFG_RESET(8); in esp_cpu_configure_region_protection()
167 PMP_ENTRY_CFG_RESET(9); in esp_cpu_configure_region_protection()
168 PMP_ENTRY_CFG_RESET(10); in esp_cpu_configure_region_protection()
185 PMP_ENTRY_CFG_RESET(11); in esp_cpu_configure_region_protection()
186 PMP_ENTRY_CFG_RESET(12); in esp_cpu_configure_region_protection()
187 PMP_ENTRY_CFG_RESET(13); in esp_cpu_configure_region_protection()
188 PMP_ENTRY_CFG_RESET(14); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c144 PMP_ENTRY_CFG_RESET(5); in esp_cpu_configure_region_protection()
145 PMP_ENTRY_CFG_RESET(6); in esp_cpu_configure_region_protection()
146 PMP_ENTRY_CFG_RESET(7); in esp_cpu_configure_region_protection()
166 PMP_ENTRY_CFG_RESET(8); in esp_cpu_configure_region_protection()
167 PMP_ENTRY_CFG_RESET(9); in esp_cpu_configure_region_protection()
168 PMP_ENTRY_CFG_RESET(10); in esp_cpu_configure_region_protection()
185 PMP_ENTRY_CFG_RESET(11); in esp_cpu_configure_region_protection()
186 PMP_ENTRY_CFG_RESET(12); in esp_cpu_configure_region_protection()
187 PMP_ENTRY_CFG_RESET(13); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/riscv/include/riscv/
Dcsr.h135 #define PMP_ENTRY_CFG_RESET(ENTRY) do {\ macro