Searched refs:PMP_ENTRY_CFG_SET (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | cpu_region_protect.c | 94 PMP_ENTRY_CFG_SET(3, PMP_TOR | RW); in esp_cpu_configure_region_protection() 107 PMP_ENTRY_CFG_SET(3, PMP_TOR | CONDITIONAL_RW); in esp_cpu_configure_region_protection() 111 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() 117 PMP_ENTRY_CFG_SET(6, NONE); in esp_cpu_configure_region_protection() 118 PMP_ENTRY_CFG_SET(7, PMP_TOR | R); in esp_cpu_configure_region_protection() 121 PMP_ENTRY_CFG_SET(8, NONE); in esp_cpu_configure_region_protection() 122 PMP_ENTRY_CFG_SET(9, PMP_TOR | RX); 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() [all …]
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | csr.h | 130 #define PMP_ENTRY_CFG_SET(ENTRY, CFG) do {\ macro
|