Home
last modified time | relevance | path

Searched refs:RW (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dcpu_region_protect.c33 #define CONDITIONAL_RW RW
57 const unsigned RW = PMP_L | PMP_R | PMP_W; in esp_cpu_configure_region_protection() local
94 PMP_ENTRY_CFG_SET(3, PMP_TOR | RW); in esp_cpu_configure_region_protection()
128 PMP_ENTRY_CFG_SET(11, PMP_NAPOT | RW); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dcpu_region_protect.c25 #define CONDITIONAL_RW RW
106 const unsigned RW = PMP_L | PMP_R | PMP_W; in esp_cpu_configure_region_protection() local
149 PMP_ENTRY_SET(7, SOC_DRAM_HIGH, PMP_TOR | RW); 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()
198 PMP_ENTRY_SET(14, SOC_RTC_IRAM_HIGH, PMP_TOR | RW); 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.c25 #define CONDITIONAL_RW RW
106 const unsigned RW = PMP_L | PMP_R | PMP_W; in esp_cpu_configure_region_protection() local
149 PMP_ENTRY_SET(7, SOC_DRAM_HIGH, PMP_TOR | RW); in esp_cpu_configure_region_protection()
190 PMP_ENTRY_SET(13, SOC_RTC_IRAM_HIGH, PMP_TOR | RW); 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/esp_hw_support/port/esp32c3/
Dcpu_region_protect.c34 const unsigned RW = PMP_L | PMP_TOR | PMP_R | PMP_W; in esp_cpu_configure_region_protection() local
57 PMP_ENTRY_SET(4, SOC_DRAM_HIGH, RW); in esp_cpu_configure_region_protection()
102 PMP_ENTRY_SET(13, SOC_PERIPHERAL_HIGH, RW); in esp_cpu_configure_region_protection()
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in81 dram0_0_seg (RW) : org = 0x3FFB0000 + CONFIG_BTDM_RESERVE_DRAM,
95 rtc_data_seg(RW) : org = 0x3ff80000, len = 0x2000 - ESP_BOOTLOADER_RESERVE_RTC
103 …rtc_fast_reserved_seg(RW) : org = 0x3ff80000 + 0x2000 - ESP_BOOTLOADER_RESERVE_RTC, len = E…
110 rtc_slow_seg(RW) : org = 0x50000000 + CONFIG_ULP_COPROC_RESERVE_MEM,
113 rtc_slow_seg(RW) : org = 0x50000000, len = 0x2000 - RESERVE_RTC_MEM
122 …rtc_slow_reserved_seg(RW) : org = 0x50000000 + 0x2000 - RESERVE_RTC_MEM, len = RESERVE_RTC_…
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in76 dram0_0_seg (RW) : org = DRAM_ORG, len = DRAM0_0_SEG_LEN
94 rtc_slow_seg(RW) : org = 0x50000000 + CONFIG_ULP_COPROC_RESERVE_MEM,
97 rtc_slow_seg(RW) : org = 0x50000000, len = 0x2000
101 rtc_data_seg(RW) : org = 0x3ff9e000, len = 0x2000 - RESERVE_RTC_MEM
110 …rtc_reserved_seg(RW) : org = 0x3ff9e000 + 0x2000 - RESERVE_RTC_MEM, len = RESERVE_RTC_…
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in70 dram0_0_seg (RW) : org = SRAM_DRAM_ORG, len = DRAM0_0_SEG_LEN
83 lp_ram_seg(RW) : org = 0x50000000 + CONFIG_ULP_COPROC_RESERVE_MEM,
86 lp_ram_seg(RW) : org = 0x50000000, len = 0x4000 - RESERVE_RTC_MEM
96 lp_reserved_seg(RW) : org = 0x50000000 + 0x4000 - RESERVE_RTC_MEM, len = RESERVE_RTC_MEM
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in81 dram0_0_seg (RW) : org = SRAM_DRAM_ORG, len = DRAM0_0_SEG_LEN
102 …rtc_reserved_seg(RW) : org = 0x600fe000 + 0x2000 - RESERVE_RTC_MEM, len = RESERVE_RTC_…
109 rtc_slow_seg(RW) : org = 0x50000000 + CONFIG_ULP_COPROC_RESERVE_MEM,
112 rtc_slow_seg(RW) : org = 0x50000000 , len = 0x2000
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in70 dram0_0_seg (RW) : org = SRAM_DRAM_ORG, len = DRAM0_0_SEG_LEN
82 lp_ram_seg(RW) : org = 0x50000000, len = 0x1000 - RESERVE_RTC_MEM
92 lp_reserved_seg(RW) : org = 0x50000000 + 0x1000 - RESERVE_RTC_MEM, len = RESERVE_RTC_MEM
/hal_espressif-latest/components/xtensa/include/xtensa/
Dtraxreg.h31 #define RW 1 macro
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in63 dram0_0_seg (RW) : org = SRAM_DRAM_ORG, len = DRAM0_0_SEG_LEN
84 rtc_reserved_seg(RW) : org = 0x50000000 + 0x2000 - RESERVE_RTC_MEM, len = RESERVE_RTC_MEM
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dmemory.ld.in53 dram0_0_seg (RW) : org = SRAM_DRAM_ORG, len = DRAM0_0_SEG_LEN
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld15 …dram_seg (RW) : org = 0x3FFE6000, len = 0x4B00 /* Part SRAM Blocks 15 & 16, ROM…
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld28 dram_seg (RW) : org = 0x3FFF0000, len = 0x6000
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld42 dram_seg (RW) : org = bootloader_dram_seg_start, len = bootloader_dram_seg_len
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld42 dram_seg (RW) : org = bootloader_dram_seg_start, len = bootloader_dram_seg_len
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld39 dram_seg (RW) : org = bootloader_dram_seg_start, len = bootloader_dram_seg_len
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld40 dram_seg (RW) : org = bootloader_dram_seg_start, len = bootloader_dram_seg_len
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld43 dram_seg (RW) : org = bootloader_dram_seg_start, len = bootloader_dram_seg_len