Lines Matching refs:regions
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
356 return cpu_domain_dev_sleep_frame_alloc_and_init(regions, sizeof(regions) / sizeof(regions[0])); in cpu_domain_clint_sleep_frame_alloc_and_init()