Home
last modified time | relevance | path

Searched refs:regions (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c294 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/
Dheap_caps_init.c60 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 = &regions[i - 1]; in heap_caps_init()
71 soc_memory_region_t *b = &regions[i]; in heap_caps_init()
92 soc_memory_region_t *region = &regions[i]; in heap_caps_init()
/hal_espressif-latest/components/heap/port/
Dmemory_layout_utils.c106 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/
Dspi_flash_chip_driver.h127 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/
Dmemory.ld.in29 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Dsections.ld.in221 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-latest/components/heap/include/
Dheap_memory_layout.h102 size_t soc_get_available_memory_regions(soc_memory_region_t *regions);
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Dsections.ld.in369 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in46 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Dsections.ld.in369 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in39 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Dsections.ld.in334 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-latest/components/esp_common/
Dsoc.lf1 # Sections that can be placed in memory regions common
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in54 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions
Dsections.ld.in350 /* Addresses of memory regions reserved via
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in57 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi…
Dsections.ld.in363 /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in51 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions
Dsections.ld.in339 /* Addresses of memory regions reserved via
/hal_espressif-latest/components/bt/
DKconfig81 We cannot split the memory into 3 different regions (IRAM, BLE-IRAM, DRAM).
/hal_espressif-latest/components/spi_flash/
DKconfig193 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/
DKconfig.projbuild245 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.