Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1096 scope_t *scope_context; variable
1103 scope_context = SLIST_FIRST(&scope_stack);
1104 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1121 scope_t *scope_context; variable
1128 scope_context = SLIST_FIRST(&scope_stack);
1129 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1146 scope_t *scope_context; variable
1148 scope_context = SLIST_FIRST(&scope_stack);
1149 if (scope_context->type == SCOPE_ROOT) {
1154 scope_context->end_addr = instruction_ptr;
[all …]