Lines Matching refs:service
97 /* Partition load, deps, service load data. Put to a dedicated section. */
158 {% for service in manifest.services %}
160 .name_strid = STRING_PTR_TO_STRID("{{service.name}}"),
162 .sfn = ENTRY_TO_POSITION({{service.name|lower}}_sfn),
168 .signal = {{service.signal_value}},
170 .signal = {{service.name}}_SIGNAL,
174 .sid = {{service.sid}},
176 {% if service.non_secure_clients is sameas true %}
179 {% if service.connection_based is sameas false %}
180 … | SERVICE_FLAG_STATELESS | 0x{{"%x"|format(service.stateless_handle_index)}}
182 {% if service.mm_iovec == "enable" %}
185 | SERVICE_VERSION_POLICY_{{service.version_policy}},
186 .version = {{service.version}},
295 /* Placeholder for partition and service runtime space. Do not reference it. */