Searched refs:PMP_TOR (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | cpu_region_protect.c | 90 PMP_ENTRY_SET(1, SOC_DIRAM_IRAM_HIGH, PMP_TOR | RWX); in esp_cpu_configure_region_protection() 94 PMP_ENTRY_CFG_SET(3, PMP_TOR | RW); in esp_cpu_configure_region_protection() 100 PMP_ENTRY_SET(1, IRAM_END, PMP_TOR | CONDITIONAL_RX); in esp_cpu_configure_region_protection() 102 PMP_ENTRY_SET(1, IRAM_END, PMP_TOR | CONDITIONAL_RWX); in esp_cpu_configure_region_protection() 107 PMP_ENTRY_CFG_SET(3, PMP_TOR | CONDITIONAL_RW); in esp_cpu_configure_region_protection() 118 PMP_ENTRY_CFG_SET(7, PMP_TOR | R); in esp_cpu_configure_region_protection() 122 PMP_ENTRY_CFG_SET(9, PMP_TOR | RX); in esp_cpu_configure_region_protection() 136 PMP_ENTRY_CFG_SET(15, PMP_TOR | NONE); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | cpu_region_protect.c | 126 PMP_ENTRY_SET(2, SOC_IROM_MASK_HIGH, PMP_TOR | RX); in esp_cpu_configure_region_protection() 135 PMP_ENTRY_SET(6, SOC_IRAM_HIGH, PMP_TOR | RWX); in esp_cpu_configure_region_protection() 148 PMP_ENTRY_SET(6, (int)&_iram_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 149 PMP_ENTRY_SET(7, SOC_DRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection() 153 PMP_ENTRY_SET(6, SOC_IRAM_HIGH, PMP_TOR | CONDITIONAL_RWX); in esp_cpu_configure_region_protection() 170 PMP_ENTRY_SET(9, irom_resv_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 171 PMP_ENTRY_SET(10, drom_resv_end, PMP_TOR | R); in esp_cpu_configure_region_protection() 189 PMP_ENTRY_SET(12, (int)&_rtc_text_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 190 PMP_ENTRY_SET(13, SOC_RTC_IRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | cpu_region_protect.c | 32 const unsigned NONE = PMP_L | PMP_TOR; in esp_cpu_configure_region_protection() 33 const unsigned R = PMP_L | PMP_TOR | PMP_R; in esp_cpu_configure_region_protection() 34 const unsigned RW = PMP_L | PMP_TOR | PMP_R | PMP_W; in esp_cpu_configure_region_protection() 35 const unsigned RX = PMP_L | PMP_TOR | PMP_R | PMP_X; in esp_cpu_configure_region_protection() 36 const unsigned RWX = PMP_L | PMP_TOR | PMP_R | PMP_W | PMP_X; in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | cpu_region_protect.c | 126 PMP_ENTRY_SET(2, SOC_IROM_MASK_HIGH, PMP_TOR | RX); in esp_cpu_configure_region_protection() 148 PMP_ENTRY_SET(6, (int)&_iram_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 149 PMP_ENTRY_SET(7, SOC_DRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection() 170 PMP_ENTRY_SET(9, irom_resv_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 171 PMP_ENTRY_SET(10, drom_resv_end, PMP_TOR | R); in esp_cpu_configure_region_protection() 192 PMP_ENTRY_SET(12, SOC_RTC_IRAM_LOW + CONFIG_ULP_COPROC_RESERVE_MEM, PMP_TOR | RW); in esp_cpu_configure_region_protection() 197 PMP_ENTRY_SET(13, (int)&_rtc_text_end, PMP_TOR | RX); in esp_cpu_configure_region_protection() 198 PMP_ENTRY_SET(14, SOC_RTC_IRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection()
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | encoding.h | 171 #define PMP_TOR 0x08 macro
|