Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu.c64 } cpu_domain_dev_regs_region_t; typedef
67 cpu_domain_dev_regs_region_t *region;
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()
296 const int region_sz = sizeof(cpu_domain_dev_regs_region_t) * region_num; in cpu_domain_dev_sleep_frame_alloc_and_init()
303cpu_domain_dev_regs_region_t *region = (cpu_domain_dev_regs_region_t *)(frame + sizeof(cpu_domain_… 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()
327 const static cpu_domain_dev_regs_region_t regions[] = { 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()
352 const static cpu_domain_dev_regs_region_t regions[] = { in cpu_domain_clint_sleep_frame_alloc_and_init()
[all …]