52 #ifdef ACPI_ASL_COMPILER
53 #include <acpi/acdisasm.h>
56 #define _COMPONENT ACPI_DISPATCHER
75 switch (pass_number) {
91 #ifndef ACPI_NO_METHOD_EXECUTION
156 object_type = walk_state->
op_info->object_type;
159 "State=%p Op=%p [%s]\n", walk_state, op,
162 switch (walk_state->
opcode) {
173 walk_state, &(node));
174 #ifdef ACPI_ASL_COMPILER
198 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)",
302 "[%s] Cannot already exist\n",
306 "[%s] Both Find or Create allowed\n",
331 node->
type = (
u8) object_type;
372 #if (defined (ACPI_NO_METHOD_EXECUTION) || defined (ACPI_CONSTANT_EVAL_ONLY))
424 object_type = walk_state->
op_info->object_type;
426 #ifndef ACPI_NO_METHOD_EXECUTION
480 if (op->
common.value.arg) {
490 op->
common.node->type = (
u8) object_type;
510 "LOADING-Method: State=%p Op=%p NamedObj=%p\n",
511 walk_state, op, op->
named.node));
545 "(%s): Popping scope for Op %p\n",