Home
last modified time | relevance | path

Searched refs:PMP_NAPOT (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dcpu_region_protect.c111 PMP_ENTRY_CFG_SET(4, PMP_NAPOT | RWX); in esp_cpu_configure_region_protection()
114 PMP_ENTRY_CFG_SET(5, PMP_NAPOT | R); in esp_cpu_configure_region_protection()
125 PMP_ENTRY_CFG_SET(10, PMP_NAPOT | RX); in esp_cpu_configure_region_protection()
128 PMP_ENTRY_CFG_SET(11, PMP_NAPOT | RW); in esp_cpu_configure_region_protection()
131 PMP_ENTRY_CFG_SET(12, PMP_NAPOT | X); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c121 PMP_ENTRY_SET(0, pmpaddr0, PMP_NAPOT | RWX); in esp_cpu_configure_region_protection()
135 PMP_ENTRY_SET(5, pmpaddr5, PMP_NAPOT | RWX); in esp_cpu_configure_region_protection()
153 PMP_ENTRY_SET(5, pmpaddr5, PMP_NAPOT | CONDITIONAL_RWX); in esp_cpu_configure_region_protection()
175 PMP_ENTRY_SET(8, pmpaddr8, PMP_NAPOT | CONDITIONAL_RX); in esp_cpu_configure_region_protection()
201 PMP_ENTRY_SET(11, pmpaddr11, PMP_NAPOT | CONDITIONAL_RWX); in esp_cpu_configure_region_protection()
208 PMP_ENTRY_SET(15, pmpaddr15, PMP_NAPOT | RW); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c121 PMP_ENTRY_SET(0, pmpaddr0, PMP_NAPOT | RWX); in esp_cpu_configure_region_protection()
175 PMP_ENTRY_SET(8, pmpaddr8, PMP_NAPOT | CONDITIONAL_RX); in esp_cpu_configure_region_protection()
193 PMP_ENTRY_SET(11, pmpaddr11, PMP_NAPOT | CONDITIONAL_RWX); in esp_cpu_configure_region_protection()
199 PMP_ENTRY_SET(14, pmpaddr14, PMP_NAPOT | RW); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/riscv/include/riscv/
Dencoding.h173 #define PMP_NAPOT 0x18 macro