Home
last modified time | relevance | path

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

/SCP-firmware-master/product/n1sdp/module/n1sdp_pcie/src/
A Dpcie_enumeration.c278 struct FWK_PACKED context { struct
337 struct context *const context) { in exception_handler() argument
342 (uintptr_t)&CHECKED_READ_U32__LOAD_LOC == (uintptr_t)context->PC) { in exception_handler()
347 context->r0 = CHECKED_READ_U32__ERROR_VALUE; in exception_handler()
348 context->PC = (uintptr_t)&CHECKED_READ_U32__POSTLOAD_LOC; in exception_handler()
356 struct context *context; in arch_exception_invalid() local
362 : "=r"(context)); in arch_exception_invalid()
365 if (!exception_handler(exception, context)) { in arch_exception_invalid()
/SCP-firmware-master/module/statistics/src/
A Dmod_stats.c105 stats_id = stats->context->last_stats_id++; in allocate_domain_stats()
108 stats->context->se_index_map[idx] = stats_id; in allocate_domain_stats()
124 se_map = stats->context->se_stats_map; in allocate_domain_stats()
184 stats->context->se_index_map = in _allocate_stats_context()
196 stats->context->se_used_num = used_domains; in _allocate_stats_context()
197 stats->context->last_stats_id = 0; in _allocate_stats_context()
205 stats->context->se_stats_map = in _allocate_stats_context()
207 se_map = stats->context->se_stats_map; in _allocate_stats_context()
253 if (stats->context->last_stats_id == stats->context->se_used_num) { in stats_start_module()
369 se_map = stats->context->se_stats_map; in stats_update_domain()
[all …]
/SCP-firmware-master/module/statistics/include/
A Dmod_stats.h127 struct mod_stats_context *context; member
/SCP-firmware-master/doc/
A Dframework.md148 it is this structure that describes the module within the context of the
246 context. That is, to identify an element, event, notification or API within the
247 context of a module, a sub-element within the context of an element, or a module
248 within the context of a firmware.
255 Identifiers are used to uniquely identify items from a global firmware context
256 (which may either be inside or outside of the items' parent context).
260 - Identifying a module's elements, events or APIs from the context of another
262 - Identifying modules within the context of the firmware as a whole.
263 - Identifying sub-elements from the context of a module.
268 context of that module.
A Ddeferred_response_architecture.md45 client is required to call the HAL API within the context of processing an event
/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_crt0.S170 .section .data.context
/SCP-firmware-master/
A Dchange_log.md54 - scmi-perf: move fast channel alarm to event context
420 - fwk: Initialize module context structures early
510 - apcontext: New module to zero the AP context area

Completed in 17 milliseconds