Searched refs:context (Results 1 – 7 of 7) sorted by relevance
278 struct FWK_PACKED context { struct337 struct context *const context) { in exception_handler() argument342 (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() local362 : "=r"(context)); in arch_exception_invalid()365 if (!exception_handler(exception, context)) { in arch_exception_invalid()
105 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 …]
127 struct mod_stats_context *context; member
148 it is this structure that describes the module within the context of the246 context. That is, to identify an element, event, notification or API within the247 context of a module, a sub-element within the context of an element, or a module248 within the context of a firmware.255 Identifiers are used to uniquely identify items from a global firmware context256 (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 another262 - 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.
45 client is required to call the HAL API within the context of processing an event
170 .section .data.context
54 - scmi-perf: move fast channel alarm to event context420 - fwk: Initialize module context structures early510 - apcontext: New module to zero the AP context area
Completed in 12 milliseconds