53 #define _COMPONENT ACPI_DISPATCHER
86 if ((walk_state->control_state) &&
87 (walk_state->control_state->common.state ==
100 (!(walk_state->op_info->flags &
AML_NAMED))) {
110 buffer_ptr = op->
common.value.string;
131 object_type = walk_state->op_info->object_type;
134 "State=%p Op=%p Type=%X\n", walk_state, op,
137 switch (walk_state->opcode) {
163 node = op->
named.node;
183 #ifdef ACPI_ASL_COMPILER
201 switch (node->
type) {
224 "Type override - [%4.4s] had invalid type (%s) "
225 "for Scope operator, changed to type ANY\n",
252 "Invalid type (%s) for target of "
253 "Scope operator [%4.4s] (Cannot override)",
265 if (op && op->
common.node) {
291 if (walk_state->deferred_node) {
295 node = walk_state->deferred_node;
323 "***New Node [%4.4s] %p is temporary\n",
380 #ifndef ACPI_NO_METHOD_EXECUTION
389 walk_state->
op_info->name, op, walk_state));
399 "Ending scope Op=%p State=%p\n", op,
403 object_type = walk_state->
op_info->object_type;
415 walk_state->
operands[0] = (
void *)node;
423 "(%s) Popping scope for Op %p\n",
461 "Create-Load [%s] State=%p Op=%p NamedObj=%p\n",
463 walk_state, op, node));
467 arg = op->
common.value.arg;
469 switch (walk_state->
op_info->type) {
470 #ifndef ACPI_NO_METHOD_EXECUTION
488 switch (op->
common.aml_opcode) {
524 switch (op->
common.aml_opcode) {
569 switch (op->
common.aml_opcode) {
570 #ifndef ACPI_NO_METHOD_EXECUTION
576 ((op->
common.value.arg)->common.value.
645 "LOADING-Method: State=%p Op=%p NamedObj=%p\n",
646 walk_state, op, op->
named.node));
690 "RESOLVING-MethodCall: State=%p Op=%p NamedObj=%p\n",
691 walk_state, op, node));
717 op->
common.node = new_node;