/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu.c | 294 static void * cpu_domain_dev_sleep_frame_alloc_and_init(const cpu_domain_dev_regs_region_t *regions… in cpu_domain_dev_sleep_frame_alloc_and_init() argument 299 regs_frame_sz += regions[num].end - regions[num].start; in cpu_domain_dev_sleep_frame_alloc_and_init() 304 memcpy(region, regions, region_num * sizeof(cpu_domain_dev_regs_region_t)); in cpu_domain_dev_sleep_frame_alloc_and_init() 318 const static cpu_domain_dev_regs_region_t regions[] = { in cpu_domain_intpri_sleep_frame_alloc_and_init() local 322 return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0])); in cpu_domain_intpri_sleep_frame_alloc_and_init() 327 const static cpu_domain_dev_regs_region_t regions[] = { in cpu_domain_cache_config_sleep_frame_alloc_and_init() local 336 return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0])); in cpu_domain_cache_config_sleep_frame_alloc_and_init() 341 const static cpu_domain_dev_regs_region_t regions[] = { in cpu_domain_plic_sleep_frame_alloc_and_init() local 347 return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0])); in cpu_domain_plic_sleep_frame_alloc_and_init() 352 const static cpu_domain_dev_regs_region_t regions[] = { in cpu_domain_clint_sleep_frame_alloc_and_init() local [all …]
|
/hal_espressif-latest/components/heap/ |
D | heap_caps_init.c | 60 soc_memory_region_t regions[num_regions]; in heap_caps_init() local 61 num_regions = soc_get_available_memory_regions(regions); in heap_caps_init() 70 soc_memory_region_t *a = ®ions[i - 1]; in heap_caps_init() 71 soc_memory_region_t *b = ®ions[i]; in heap_caps_init() 92 soc_memory_region_t *region = ®ions[i]; in heap_caps_init()
|
/hal_espressif-latest/components/heap/port/ |
D | memory_layout_utils.c | 106 size_t soc_get_available_memory_regions(soc_memory_region_t *regions) in soc_get_available_memory_regions() argument 108 soc_memory_region_t *out_region = regions; in soc_get_available_memory_regions() 193 return (out_region - regions); /* return number of regions */ in soc_get_available_memory_regions()
|
/hal_espressif-latest/components/spi_flash/include/ |
D | spi_flash_chip_driver.h | 127 esp_err_t (*get_protected_regions)(esp_flash_t *chip, uint64_t *regions); 130 esp_err_t (*set_protected_regions)(esp_flash_t *chip, uint64_t regions);
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | memory.ld.in | 29 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | sections.ld.in | 221 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-latest/components/heap/include/ |
D | heap_memory_layout.h | 102 size_t soc_get_available_memory_regions(soc_memory_region_t *regions);
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | memory.ld.in | 46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | sections.ld.in | 369 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | memory.ld.in | 46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | sections.ld.in | 369 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | memory.ld.in | 39 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | sections.ld.in | 334 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-latest/components/esp_common/ |
D | soc.lf | 1 # Sections that can be placed in memory regions common
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | memory.ld.in | 54 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
|
D | sections.ld.in | 350 /* Addresses of memory regions reserved via
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | memory.ld.in | 57 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
|
D | sections.ld.in | 363 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | memory.ld.in | 51 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions…
|
D | sections.ld.in | 339 /* Addresses of memory regions reserved via
|
/hal_espressif-latest/components/bt/ |
D | Kconfig | 81 We cannot split the memory into 3 different regions (IRAM, BLE-IRAM, DRAM).
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 193 bool "Writing to dangerous flash regions" 202 It is not recommended to ever write to these regions from an IDF app, 204 damaging these regions.
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 245 bool "Enable protection for unmapped memory regions" 248 … Protects the unmapped memory regions of the entire address space from unintended accesses. 250 operation on unmapped regions of the address space.
|