Lines Matching full:services
39 'stack_size', 'description', 'entry_init', 'heap_size', 'mmio_regions', 'services', 'irqs', 'depend…
105 service_list = manifest.get('services', [])
179 - service_partition_map: map between services and their owner Partitions
377 # number (0) when there are no services.
379 for srv_idx, service in enumerate(manifest.get('services', [])):
390 logging.debug('{} has {} services'.format(manifest['name'], srv_idx +1))
409 raise Exception('Total number of Services and IRQs of {} exceeds the limit (28)'
569 This function collects all stateless services together, and allocates
585 # Collect all stateless services first.
591 service_list = partition['manifest'].get('services', [])
604 Allocate an empty stateless service list to store services.