Lines Matching defs:frame

301 …uint32_t *frame = heap_caps_malloc(sizeof(cpu_domain_dev_sleep_frame_t) + region_sz + regs_frame_s…  in cpu_domain_dev_sleep_frame_alloc_and_init()  local
362 void *frame = heap_caps_calloc(1, RV_SLEEP_CTX_FRMSZ, MALLOC_CAP_32BIT|MALLOC_CAP_INTERNAL); in esp_sleep_cpu_retention_init_impl() local
370 …void *frame = heap_caps_calloc(1, sizeof(RvCoreNonCriticalSleepFrame), MALLOC_CAP_32BIT|MALLOC_CAP… in esp_sleep_cpu_retention_init_impl() local
377 void *frame = cpu_domain_intpri_sleep_frame_alloc_and_init(); in esp_sleep_cpu_retention_init_impl() local
384 void *frame = cpu_domain_cache_config_sleep_frame_alloc_and_init(); in esp_sleep_cpu_retention_init_impl() local
391 void *frame = cpu_domain_plic_sleep_frame_alloc_and_init(); in esp_sleep_cpu_retention_init_impl() local
398 void *frame = cpu_domain_clint_sleep_frame_alloc_and_init(); in esp_sleep_cpu_retention_init_impl() local
459 RvCoreNonCriticalSleepFrame *frame = s_cpu_retention.retent.non_critical_frame; in rv_core_noncritical_regs_save() local
542 static IRAM_ATTR void rv_core_noncritical_regs_restore(RvCoreNonCriticalSleepFrame *frame) in rv_core_noncritical_regs_restore()
625 static IRAM_ATTR void cpu_domain_dev_regs_save(cpu_domain_dev_sleep_frame_t *frame) in cpu_domain_dev_regs_save()
639 static IRAM_ATTR void cpu_domain_dev_regs_restore(cpu_domain_dev_sleep_frame_t *frame) in cpu_domain_dev_regs_restore()
686 RvCoreCriticalSleepFrame * frame = rv_core_critical_regs_save(); in do_cpu_retention() local
715 RvCoreNonCriticalSleepFrame *frame = rv_core_noncritical_regs_save(); in esp_sleep_cpu_retention() local