Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c115 const uint32_t pmpaddr0 = PMPADDR_NAPOT(SOC_DEBUG_LOW, SOC_DEBUG_HIGH); in esp_cpu_configure_region_protection()
134 const uint32_t pmpaddr5 = PMPADDR_NAPOT(SOC_IRAM_LOW, SOC_IRAM_HIGH); in esp_cpu_configure_region_protection()
152 const uint32_t pmpaddr5 = PMPADDR_NAPOT(SOC_IRAM_LOW, SOC_IRAM_HIGH); in esp_cpu_configure_region_protection()
159 const uint32_t pmpaddr8 = PMPADDR_NAPOT(SOC_IROM_LOW, SOC_IROM_HIGH); in esp_cpu_configure_region_protection()
164 const uint32_t pmpaddr9 = PMPADDR_NAPOT(SOC_DROM_LOW, SOC_DROM_HIGH); in esp_cpu_configure_region_protection()
189 const uint32_t pmpaddr10 = PMPADDR_NAPOT(SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH); in esp_cpu_configure_region_protection()
196 const uint32_t pmpaddr14 = PMPADDR_NAPOT(SOC_PERIPHERAL_LOW, SOC_PERIPHERAL_HIGH); in esp_cpu_configure_region_protection()
/hal_espressif-3.7.0/components/esp_hw_support/port/esp32h2/
Dcpu_region_protect.c115 const uint32_t pmpaddr0 = PMPADDR_NAPOT(SOC_DEBUG_LOW, SOC_DEBUG_HIGH); in esp_cpu_configure_region_protection()
159 const uint32_t pmpaddr8 = PMPADDR_NAPOT(SOC_IROM_LOW, SOC_IROM_HIGH); in esp_cpu_configure_region_protection()
164 const uint32_t pmpaddr9 = PMPADDR_NAPOT(SOC_DROM_LOW, SOC_DROM_HIGH); in esp_cpu_configure_region_protection()
181 const uint32_t pmpaddr10 = PMPADDR_NAPOT(SOC_RTC_IRAM_LOW, SOC_RTC_IRAM_HIGH); in esp_cpu_configure_region_protection()
187 const uint32_t pmpaddr13 = PMPADDR_NAPOT(SOC_PERIPHERAL_LOW, SOC_PERIPHERAL_HIGH); in esp_cpu_configure_region_protection()
/hal_espressif-3.7.0/components/riscv/include/riscv/
Dcsr.h107 #define PMPADDR_NAPOT(START, END) ({ \ macro