2000-10-28 05:01:06 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Module Name: dswexec - Dispatcher method execution callbacks;
|
|
|
|
* dispatch to interpreter.
|
2004-12-01 23:14:10 +00:00
|
|
|
* $Revision: 113 $
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* 1. Copyright Notice
|
|
|
|
*
|
2004-02-28 20:23:30 +00:00
|
|
|
* Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
|
2000-12-21 06:56:46 +00:00
|
|
|
* All rights reserved.
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* 2. License
|
|
|
|
*
|
|
|
|
* 2.1. This is your license from Intel Corp. under its intellectual property
|
|
|
|
* rights. You may have additional license terms from the party that provided
|
|
|
|
* you this software, covering your right to use that party's intellectual
|
|
|
|
* property rights.
|
|
|
|
*
|
|
|
|
* 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
|
|
|
|
* copy of the source code appearing in this file ("Covered Code") an
|
|
|
|
* irrevocable, perpetual, worldwide license under Intel's copyrights in the
|
|
|
|
* base code distributed originally by Intel ("Original Intel Code") to copy,
|
|
|
|
* make derivatives, distribute, use and display any portion of the Covered
|
|
|
|
* Code in any form, with the right to sublicense such rights; and
|
|
|
|
*
|
|
|
|
* 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
|
|
|
|
* license (with the right to sublicense), under only those claims of Intel
|
|
|
|
* patents that are infringed by the Original Intel Code, to make, use, sell,
|
|
|
|
* offer to sell, and import the Covered Code and derivative works thereof
|
|
|
|
* solely to the minimum extent necessary to exercise the above copyright
|
|
|
|
* license, and in no event shall the patent license extend to any additions
|
|
|
|
* to or modifications of the Original Intel Code. No other license or right
|
|
|
|
* is granted directly or by implication, estoppel or otherwise;
|
|
|
|
*
|
|
|
|
* The above copyright and patent license is granted only if the following
|
|
|
|
* conditions are met:
|
|
|
|
*
|
|
|
|
* 3. Conditions
|
|
|
|
*
|
|
|
|
* 3.1. Redistribution of Source with Rights to Further Distribute Source.
|
|
|
|
* Redistribution of source code of any substantial portion of the Covered
|
|
|
|
* Code or modification with rights to further distribute source must include
|
|
|
|
* the above Copyright Notice, the above License, this list of Conditions,
|
|
|
|
* and the following Disclaimer and Export Compliance provision. In addition,
|
|
|
|
* Licensee must cause all Covered Code to which Licensee contributes to
|
|
|
|
* contain a file documenting the changes Licensee made to create that Covered
|
|
|
|
* Code and the date of any change. Licensee must include in that file the
|
|
|
|
* documentation of any changes made by any predecessor Licensee. Licensee
|
|
|
|
* must include a prominent statement that the modification is derived,
|
|
|
|
* directly or indirectly, from Original Intel Code.
|
|
|
|
*
|
|
|
|
* 3.2. Redistribution of Source with no Rights to Further Distribute Source.
|
|
|
|
* Redistribution of source code of any substantial portion of the Covered
|
|
|
|
* Code or modification without rights to further distribute source must
|
|
|
|
* include the following Disclaimer and Export Compliance provision in the
|
|
|
|
* documentation and/or other materials provided with distribution. In
|
|
|
|
* addition, Licensee may not authorize further sublicense of source of any
|
|
|
|
* portion of the Covered Code, and must include terms to the effect that the
|
|
|
|
* license from Licensee to its licensee is limited to the intellectual
|
|
|
|
* property embodied in the software Licensee provides to its licensee, and
|
|
|
|
* not to intellectual property embodied in modifications its licensee may
|
|
|
|
* make.
|
|
|
|
*
|
|
|
|
* 3.3. Redistribution of Executable. Redistribution in executable form of any
|
|
|
|
* substantial portion of the Covered Code or modification must reproduce the
|
|
|
|
* above Copyright Notice, and the following Disclaimer and Export Compliance
|
|
|
|
* provision in the documentation and/or other materials provided with the
|
|
|
|
* distribution.
|
|
|
|
*
|
|
|
|
* 3.4. Intel retains all right, title, and interest in and to the Original
|
|
|
|
* Intel Code.
|
|
|
|
*
|
|
|
|
* 3.5. Neither the name Intel nor any other trademark owned or controlled by
|
|
|
|
* Intel shall be used in advertising or otherwise to promote the sale, use or
|
|
|
|
* other dealings in products derived from or relating to the Covered Code
|
|
|
|
* without prior written authorization from Intel.
|
|
|
|
*
|
|
|
|
* 4. Disclaimer and Export Compliance
|
|
|
|
*
|
|
|
|
* 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
|
|
|
|
* HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
|
|
|
|
* IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
|
|
|
|
* INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
|
|
|
|
* UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
|
|
|
|
* PARTICULAR PURPOSE.
|
|
|
|
*
|
|
|
|
* 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
|
|
|
|
* OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
|
|
|
|
* COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
|
|
|
|
* SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
|
|
|
|
* CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
|
|
|
|
* HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
|
|
|
|
* SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
|
|
|
|
* LIMITED REMEDY.
|
|
|
|
*
|
|
|
|
* 4.3. Licensee shall not export, either directly or indirectly, any of this
|
|
|
|
* software or system incorporating such software without first obtaining any
|
|
|
|
* required license or other approval from the U. S. Department of Commerce or
|
|
|
|
* any other agency or department of the United States Government. In the
|
|
|
|
* event Licensee exports any such software from the United States or
|
|
|
|
* re-exports any such software from a foreign destination, Licensee shall
|
|
|
|
* ensure that the distribution and export/re-export of the software is in
|
|
|
|
* compliance with all laws, regulations, orders, or other restrictions of the
|
|
|
|
* U.S. Export Administration Regulations. Licensee agrees that neither it nor
|
|
|
|
* any of its subsidiaries will export/re-export any technical data, process,
|
|
|
|
* software, or service, directly or indirectly, to any country for which the
|
|
|
|
* United States government or any agency thereof requires an export license,
|
|
|
|
* other governmental approval, or letter of assurance, without first obtaining
|
|
|
|
* such license, approval or letter.
|
|
|
|
*
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#define __DSWEXEC_C__
|
|
|
|
|
|
|
|
#include "acpi.h"
|
|
|
|
#include "acparser.h"
|
|
|
|
#include "amlcode.h"
|
|
|
|
#include "acdispat.h"
|
|
|
|
#include "acinterp.h"
|
|
|
|
#include "acnamesp.h"
|
|
|
|
#include "acdebug.h"
|
2003-07-13 22:44:13 +00:00
|
|
|
#include "acdisasm.h"
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
#define _COMPONENT ACPI_DISPATCHER
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_MODULE_NAME ("dswexec")
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/*
|
2001-11-28 04:29:40 +00:00
|
|
|
* Dispatch table for opcode classes
|
2001-10-31 02:32:29 +00:00
|
|
|
*/
|
2002-07-09 17:51:31 +00:00
|
|
|
static ACPI_EXECUTE_OP AcpiGbl_OpTypeDispatch [] = {
|
2004-12-01 23:14:10 +00:00
|
|
|
AcpiExOpcode_0A_0T_1R,
|
|
|
|
AcpiExOpcode_1A_0T_0R,
|
|
|
|
AcpiExOpcode_1A_0T_1R,
|
|
|
|
AcpiExOpcode_1A_1T_0R,
|
|
|
|
AcpiExOpcode_1A_1T_1R,
|
|
|
|
AcpiExOpcode_2A_0T_0R,
|
|
|
|
AcpiExOpcode_2A_0T_1R,
|
|
|
|
AcpiExOpcode_2A_1T_1R,
|
|
|
|
AcpiExOpcode_2A_2T_1R,
|
|
|
|
AcpiExOpcode_3A_0T_0R,
|
|
|
|
AcpiExOpcode_3A_1T_1R,
|
|
|
|
AcpiExOpcode_6A_0T_1R};
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiDsGetPredicateValue
|
|
|
|
*
|
|
|
|
* PARAMETERS: WalkState - Current state of the parse tree walk
|
|
|
|
*
|
|
|
|
* RETURN: Status
|
|
|
|
*
|
2001-01-31 09:17:50 +00:00
|
|
|
* DESCRIPTION: Get the result of a predicate evaluation
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
ACPI_STATUS
|
|
|
|
AcpiDsGetPredicateValue (
|
|
|
|
ACPI_WALK_STATE *WalkState,
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_OPERAND_OBJECT *ResultObj)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
ACPI_STATUS Status = AE_OK;
|
|
|
|
ACPI_OPERAND_OBJECT *ObjDesc;
|
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE_PTR ("DsGetPredicateValue", WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
WalkState->ControlState->Common.State = 0;
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
if (ResultObj)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2000-12-08 09:20:40 +00:00
|
|
|
Status = AcpiDsResultPop (&ObjDesc, WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
|
|
|
|
"Could not get result from predicate evaluation, %s\n",
|
2001-07-21 03:55:17 +00:00
|
|
|
AcpiFormatException (Status)));
|
2000-12-01 09:36:25 +00:00
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2001-10-04 23:12:13 +00:00
|
|
|
Status = AcpiDsCreateOperand (WalkState, WalkState->Op, 0);
|
2000-10-28 05:01:06 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
2001-05-29 19:52:40 +00:00
|
|
|
Status = AcpiExResolveToValue (&WalkState->Operands [0], WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
|
|
|
ObjDesc = WalkState->Operands [0];
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!ObjDesc)
|
|
|
|
{
|
2001-10-31 02:32:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "No predicate ObjDesc=%p State=%p\n",
|
2000-10-28 05:01:06 +00:00
|
|
|
ObjDesc, WalkState));
|
|
|
|
|
|
|
|
return_ACPI_STATUS (AE_AML_NO_OPERAND);
|
|
|
|
}
|
|
|
|
|
2000-12-01 09:36:25 +00:00
|
|
|
/*
|
2000-10-28 05:01:06 +00:00
|
|
|
* Result of predicate evaluation currently must
|
|
|
|
* be a number
|
|
|
|
*/
|
2002-07-09 17:51:31 +00:00
|
|
|
if (ACPI_GET_OBJECT_TYPE (ObjDesc) != ACPI_TYPE_INTEGER)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-08-26 22:28:18 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
|
2001-10-31 02:32:29 +00:00
|
|
|
"Bad predicate (not a number) ObjDesc=%p State=%p Type=%X\n",
|
2002-07-09 17:51:31 +00:00
|
|
|
ObjDesc, WalkState, ACPI_GET_OBJECT_TYPE (ObjDesc)));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
Status = AE_AML_OPERAND_TYPE;
|
|
|
|
goto Cleanup;
|
|
|
|
}
|
|
|
|
|
2001-01-31 09:17:50 +00:00
|
|
|
/* Truncate the predicate to 32-bits if necessary */
|
2000-12-01 09:36:25 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
AcpiExTruncateFor32bitTable (ObjDesc);
|
2000-12-01 09:36:25 +00:00
|
|
|
|
|
|
|
/*
|
2000-10-28 05:01:06 +00:00
|
|
|
* Save the result of the predicate evaluation on
|
2000-12-01 09:36:25 +00:00
|
|
|
* the control stack
|
2000-10-28 05:01:06 +00:00
|
|
|
*/
|
2001-01-31 09:17:50 +00:00
|
|
|
if (ObjDesc->Integer.Value)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
WalkState->ControlState->Common.Value = TRUE;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2000-12-01 09:36:25 +00:00
|
|
|
/*
|
2000-10-28 05:01:06 +00:00
|
|
|
* Predicate is FALSE, we will just toss the
|
2000-12-01 09:36:25 +00:00
|
|
|
* rest of the package
|
2000-10-28 05:01:06 +00:00
|
|
|
*/
|
|
|
|
WalkState->ControlState->Common.Value = FALSE;
|
|
|
|
Status = AE_CTRL_FALSE;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup:
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Completed a predicate eval=%X Op=%p\n",
|
2001-10-04 23:12:13 +00:00
|
|
|
WalkState->ControlState->Common.Value, WalkState->Op));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* Break to debugger to display result */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_DEBUGGER_EXEC (AcpiDbDisplayResultObject (ObjDesc, WalkState));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2000-12-01 09:36:25 +00:00
|
|
|
/*
|
2000-10-28 05:01:06 +00:00
|
|
|
* Delete the predicate result object (we know that
|
|
|
|
* we don't need it anymore)
|
|
|
|
*/
|
2001-05-29 19:52:40 +00:00
|
|
|
AcpiUtRemoveReference (ObjDesc);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
WalkState->ControlState->Common.State = ACPI_CONTROL_NORMAL;
|
2000-10-28 05:01:06 +00:00
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiDsExecBeginOp
|
|
|
|
*
|
|
|
|
* PARAMETERS: WalkState - Current state of the parse tree walk
|
2001-10-04 23:12:13 +00:00
|
|
|
* OutOp - Return op if a new one is created
|
2000-10-28 05:01:06 +00:00
|
|
|
*
|
|
|
|
* RETURN: Status
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Descending callback used during the execution of control
|
|
|
|
* methods. This is where most operators and operands are
|
|
|
|
* dispatched to the interpreter.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
ACPI_STATUS
|
|
|
|
AcpiDsExecBeginOp (
|
|
|
|
ACPI_WALK_STATE *WalkState,
|
|
|
|
ACPI_PARSE_OBJECT **OutOp)
|
|
|
|
{
|
2001-10-04 23:12:13 +00:00
|
|
|
ACPI_PARSE_OBJECT *Op;
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_STATUS Status = AE_OK;
|
2001-10-31 02:32:29 +00:00
|
|
|
UINT32 OpcodeClass;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE_PTR ("DsExecBeginOp", WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-10-04 23:12:13 +00:00
|
|
|
Op = WalkState->Op;
|
2000-10-28 05:01:06 +00:00
|
|
|
if (!Op)
|
|
|
|
{
|
2001-10-04 23:12:13 +00:00
|
|
|
Status = AcpiDsLoad2BeginOp (WalkState, OutOp);
|
2000-10-28 05:01:06 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
|
|
|
Op = *OutOp;
|
2001-10-04 23:12:13 +00:00
|
|
|
WalkState->Op = Op;
|
2002-07-09 17:51:31 +00:00
|
|
|
WalkState->Opcode = Op->Common.AmlOpcode;
|
|
|
|
WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
|
2002-02-23 05:10:40 +00:00
|
|
|
|
|
|
|
if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType))
|
|
|
|
{
|
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "(%s) Popping scope for Op %p\n",
|
|
|
|
AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op));
|
2002-07-09 17:51:31 +00:00
|
|
|
|
|
|
|
Status = AcpiDsScopeStackPop (WalkState);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
2002-02-23 05:10:40 +00:00
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (Op == WalkState->Origin)
|
|
|
|
{
|
|
|
|
if (OutOp)
|
|
|
|
{
|
|
|
|
*OutOp = Op;
|
|
|
|
}
|
|
|
|
|
|
|
|
return_ACPI_STATUS (AE_OK);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* If the previous opcode was a conditional, this opcode
|
|
|
|
* must be the beginning of the associated predicate.
|
|
|
|
* Save this knowledge in the current scope descriptor
|
|
|
|
*/
|
|
|
|
if ((WalkState->ControlState) &&
|
|
|
|
(WalkState->ControlState->Common.State ==
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_CONTROL_CONDITIONAL_EXECUTING))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-10-31 02:32:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Exec predicate Op=%p State=%p\n",
|
2000-10-28 05:01:06 +00:00
|
|
|
Op, WalkState));
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
WalkState->ControlState->Common.State = ACPI_CONTROL_PREDICATE_EXECUTING;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* Save start of predicate */
|
|
|
|
|
|
|
|
WalkState->ControlState->Control.PredicateOp = Op;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
OpcodeClass = WalkState->OpInfo->Class;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* We want to send namepaths to the load code */
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-10-31 02:32:29 +00:00
|
|
|
OpcodeClass = AML_CLASS_NAMED_OBJECT;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Handle the opcode based upon the opcode type
|
|
|
|
*/
|
2001-09-07 01:22:25 +00:00
|
|
|
switch (OpcodeClass)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_CLASS_CONTROL:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2000-12-08 09:20:40 +00:00
|
|
|
Status = AcpiDsResultStackPush (WalkState);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
Status = AcpiDsExecBeginControlOp (WalkState, Op);
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_CLASS_NAMED_OBJECT:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
if (WalkState->WalkType == ACPI_WALK_METHOD)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
/*
|
|
|
|
* Found a named object declaration during method
|
|
|
|
* execution; we must enter this object into the
|
|
|
|
* namespace. The created object is temporary and
|
|
|
|
* will be deleted upon completion of the execution
|
|
|
|
* of this method.
|
|
|
|
*/
|
2001-10-04 23:12:13 +00:00
|
|
|
Status = AcpiDsLoad2BeginOp (WalkState, NULL);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
2000-12-08 09:20:40 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
if (Op->Common.AmlOpcode == AML_REGION_OP)
|
2000-12-08 09:20:40 +00:00
|
|
|
{
|
|
|
|
Status = AcpiDsResultStackPush (WalkState);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_CLASS_EXECUTE:
|
|
|
|
case AML_CLASS_CREATE:
|
2000-12-08 09:20:40 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
/* most operators with arguments */
|
2000-12-08 09:20:40 +00:00
|
|
|
/* Start a new result/operand state */
|
|
|
|
|
|
|
|
Status = AcpiDsResultStackPush (WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Nothing to do here during method execution */
|
|
|
|
|
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*****************************************************************************
|
|
|
|
*
|
|
|
|
* FUNCTION: AcpiDsExecEndOp
|
|
|
|
*
|
|
|
|
* PARAMETERS: WalkState - Current state of the parse tree walk
|
|
|
|
* Op - Op that has been just been completed in the
|
|
|
|
* walk; Arguments have now been evaluated.
|
|
|
|
*
|
|
|
|
* RETURN: Status
|
|
|
|
*
|
|
|
|
* DESCRIPTION: Ascending callback used during the execution of control
|
|
|
|
* methods. The only thing we really need to do here is to
|
|
|
|
* notice the beginning of IF, ELSE, and WHILE blocks.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
ACPI_STATUS
|
|
|
|
AcpiDsExecEndOp (
|
2001-10-04 23:12:13 +00:00
|
|
|
ACPI_WALK_STATE *WalkState)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-10-04 23:12:13 +00:00
|
|
|
ACPI_PARSE_OBJECT *Op;
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_STATUS Status = AE_OK;
|
2001-10-31 02:32:29 +00:00
|
|
|
UINT32 OpType;
|
|
|
|
UINT32 OpClass;
|
2000-10-28 05:01:06 +00:00
|
|
|
ACPI_PARSE_OBJECT *NextOp;
|
|
|
|
ACPI_PARSE_OBJECT *FirstArg;
|
|
|
|
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_FUNCTION_TRACE_PTR ("DsExecEndOp", WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Op = WalkState->Op;
|
|
|
|
OpType = WalkState->OpInfo->Type;
|
|
|
|
OpClass = WalkState->OpInfo->Class;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
if (OpClass == AML_CLASS_UNKNOWN)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2002-07-09 17:51:31 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Unknown opcode %X\n", Op->Common.AmlOpcode));
|
2000-10-28 05:01:06 +00:00
|
|
|
return_ACPI_STATUS (AE_NOT_IMPLEMENTED);
|
|
|
|
}
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
FirstArg = Op->Common.Value.Arg;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* Init the walk state */
|
|
|
|
|
|
|
|
WalkState->NumOperands = 0;
|
|
|
|
WalkState->ReturnDesc = NULL;
|
2001-10-04 23:12:13 +00:00
|
|
|
WalkState->ResultObj = NULL;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/* Call debugger for single step support (DEBUG build only) */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_DEBUGGER_EXEC (Status = AcpiDbSingleStep (WalkState, Op, OpClass));
|
|
|
|
ACPI_DEBUGGER_EXEC (if (ACPI_FAILURE (Status)) {return_ACPI_STATUS (Status);});
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
/* Decode the Opcode Class */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
switch (OpClass)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2001-11-28 04:29:40 +00:00
|
|
|
case AML_CLASS_ARGUMENT: /* constants, literals, etc. -- do nothing */
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
case AML_CLASS_EXECUTE: /* most operators with arguments */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2000-12-08 09:20:40 +00:00
|
|
|
/* Build resolved operand stack */
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
Status = AcpiDsCreateOperands (WalkState, FirstArg);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
goto Cleanup;
|
|
|
|
}
|
|
|
|
|
2000-12-08 09:20:40 +00:00
|
|
|
/* Done with this result state (Now that operand stack is built) */
|
|
|
|
|
|
|
|
Status = AcpiDsResultStackPop (WalkState);
|
|
|
|
if (ACPI_FAILURE (Status))
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
2000-12-08 09:20:40 +00:00
|
|
|
goto Cleanup;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-09-07 01:22:25 +00:00
|
|
|
/* Resolve all operands */
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
Status = AcpiExResolveOperands (WalkState->Opcode,
|
|
|
|
&(WalkState->Operands [WalkState->NumOperands -1]),
|
2001-09-07 01:22:25 +00:00
|
|
|
WalkState);
|
2001-11-28 04:29:40 +00:00
|
|
|
if (ACPI_SUCCESS (Status))
|
2001-09-07 01:22:25 +00:00
|
|
|
{
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_DUMP_OPERANDS (ACPI_WALK_OPERANDS, ACPI_IMODE_EXECUTE,
|
2001-11-28 04:29:40 +00:00
|
|
|
AcpiPsGetOpcodeName (WalkState->Opcode),
|
|
|
|
WalkState->NumOperands, "after ExResolveOperands");
|
2001-09-07 01:22:25 +00:00
|
|
|
|
|
|
|
/*
|
2001-11-28 04:29:40 +00:00
|
|
|
* Dispatch the request to the appropriate interpreter handler
|
|
|
|
* routine. There is one routine per opcode "type" based upon the
|
|
|
|
* number of opcode arguments and return type.
|
2001-09-07 01:22:25 +00:00
|
|
|
*/
|
2004-12-01 23:14:10 +00:00
|
|
|
Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState);
|
2001-11-28 04:29:40 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2003-12-09 02:45:16 +00:00
|
|
|
/*
|
|
|
|
* Treat constructs of the form "Store(LocalX,LocalX)" as noops when the
|
|
|
|
* Local is uninitialized.
|
|
|
|
*/
|
|
|
|
if ((Status == AE_AML_UNINITIALIZED_LOCAL) &&
|
|
|
|
(WalkState->Opcode == AML_STORE_OP) &&
|
|
|
|
(WalkState->Operands[0]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
|
|
|
|
(WalkState->Operands[1]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
|
|
|
|
(WalkState->Operands[0]->Reference.Opcode ==
|
2004-12-01 23:14:10 +00:00
|
|
|
WalkState->Operands[1]->Reference.Opcode) &&
|
|
|
|
(WalkState->Operands[0]->Reference.Offset ==
|
|
|
|
WalkState->Operands[1]->Reference.Offset))
|
2003-12-09 02:45:16 +00:00
|
|
|
{
|
|
|
|
Status = AE_OK;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
|
|
|
|
"[%s]: Could not resolve operands, %s\n",
|
|
|
|
AcpiPsGetOpcodeName (WalkState->Opcode),
|
|
|
|
AcpiFormatException (Status)));
|
|
|
|
}
|
2001-09-07 01:22:25 +00:00
|
|
|
}
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
/* Always delete the argument objects and clear the operand stack */
|
2001-09-07 01:22:25 +00:00
|
|
|
|
2002-11-27 18:07:48 +00:00
|
|
|
AcpiDsClearOperands (WalkState);
|
2001-09-07 01:22:25 +00:00
|
|
|
|
2000-12-08 09:20:40 +00:00
|
|
|
/*
|
|
|
|
* If a result object was returned from above, push it on the
|
|
|
|
* current result stack
|
|
|
|
*/
|
|
|
|
if (ACPI_SUCCESS (Status) &&
|
2001-10-04 23:12:13 +00:00
|
|
|
WalkState->ResultObj)
|
2000-12-08 09:20:40 +00:00
|
|
|
{
|
2001-10-04 23:12:13 +00:00
|
|
|
Status = AcpiDsResultPush (WalkState->ResultObj, WalkState);
|
2000-12-08 09:20:40 +00:00
|
|
|
}
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
default:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
switch (OpType)
|
|
|
|
{
|
|
|
|
case AML_TYPE_CONTROL: /* Type 1 opcode, IF/ELSE/WHILE/NOOP */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/* 1 Operand, 0 ExternalResult, 0 InternalResult */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Status = AcpiDsExecEndControlOp (WalkState, Op);
|
2002-07-09 17:51:31 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
Status = AcpiDsResultStackPop (WalkState);
|
2001-10-31 02:32:29 +00:00
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_TYPE_METHOD_CALL:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Method invocation, Op=%p\n", Op));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/*
|
|
|
|
* (AML_METHODCALL) Op->Value->Arg->Node contains
|
|
|
|
* the method Node pointer
|
|
|
|
*/
|
|
|
|
/* NextOp points to the op that holds the method name */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
NextOp = FirstArg;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/* NextOp points to first argument op */
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
NextOp = NextOp->Common.Next;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/*
|
|
|
|
* Get the method's arguments and put them on the operand stack
|
|
|
|
*/
|
|
|
|
Status = AcpiDsCreateOperands (WalkState, NextOp);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/*
|
2002-02-23 05:10:40 +00:00
|
|
|
* Since the operands will be passed to another control method,
|
|
|
|
* we must resolve all local references here (Local variables,
|
2001-11-28 04:29:40 +00:00
|
|
|
* arguments to *this* method, etc.)
|
2001-10-31 02:32:29 +00:00
|
|
|
*/
|
|
|
|
Status = AcpiDsResolveOperands (WalkState);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
2002-11-27 18:07:48 +00:00
|
|
|
/* On error, clear all resolved operands */
|
|
|
|
|
|
|
|
AcpiDsClearOperands (WalkState);
|
2001-10-31 02:32:29 +00:00
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/*
|
|
|
|
* Tell the walk loop to preempt this running method and
|
|
|
|
* execute the new method
|
|
|
|
*/
|
|
|
|
Status = AE_CTRL_TRANSFER;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
/*
|
|
|
|
* Return now; we don't want to disturb anything,
|
|
|
|
* especially the operand count!
|
|
|
|
*/
|
|
|
|
return_ACPI_STATUS (Status);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_TYPE_CREATE_FIELD:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
|
|
|
|
"Executing CreateField Buffer/Index Op=%p\n", Op));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Status = AcpiDsLoad2EndOp (WalkState);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
Status = AcpiDsEvalBufferFieldOperands (WalkState, Op);
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
|
2002-06-30 17:50:46 +00:00
|
|
|
case AML_TYPE_CREATE_OBJECT:
|
|
|
|
|
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
|
|
|
|
"Executing CreateObject (Buffer/Package) Op=%p\n", Op));
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
switch (Op->Common.Parent->Common.AmlOpcode)
|
2002-06-30 17:50:46 +00:00
|
|
|
{
|
|
|
|
case AML_NAME_OP:
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Put the Node on the object stack (Contains the ACPI Name of
|
|
|
|
* this object)
|
|
|
|
*/
|
2002-07-09 17:51:31 +00:00
|
|
|
WalkState->Operands[0] = (void *) Op->Common.Parent->Common.Node;
|
2002-06-30 17:50:46 +00:00
|
|
|
WalkState->NumOperands = 1;
|
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
Status = AcpiDsCreateNode (WalkState, Op->Common.Parent->Common.Node, Op->Common.Parent);
|
2002-06-30 17:50:46 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Fall through */
|
2002-07-09 17:51:31 +00:00
|
|
|
/*lint -fallthrough */
|
2002-06-30 17:50:46 +00:00
|
|
|
|
|
|
|
case AML_INT_EVAL_SUBTREE_OP:
|
|
|
|
|
2002-08-29 01:51:24 +00:00
|
|
|
Status = AcpiDsEvalDataObjectOperands (WalkState, Op,
|
2002-07-09 17:51:31 +00:00
|
|
|
AcpiNsGetAttachedObject (Op->Common.Parent->Common.Node));
|
2002-06-30 17:50:46 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
|
|
|
Status = AcpiDsEvalDataObjectOperands (WalkState, Op, NULL);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* If a result object was returned from above, push it on the
|
|
|
|
* current result stack
|
|
|
|
*/
|
|
|
|
if (ACPI_SUCCESS (Status) &&
|
|
|
|
WalkState->ResultObj)
|
|
|
|
{
|
|
|
|
Status = AcpiDsResultPush (WalkState->ResultObj, WalkState);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_TYPE_NAMED_FIELD:
|
|
|
|
case AML_TYPE_NAMED_COMPLEX:
|
|
|
|
case AML_TYPE_NAMED_SIMPLE:
|
2002-02-23 05:10:40 +00:00
|
|
|
case AML_TYPE_NAMED_NO_OBJ:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Status = AcpiDsLoad2EndOp (WalkState);
|
2000-12-08 09:20:40 +00:00
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2002-07-09 17:51:31 +00:00
|
|
|
if (Op->Common.AmlOpcode == AML_REGION_OP)
|
2001-10-31 02:32:29 +00:00
|
|
|
{
|
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
|
|
|
|
"Executing OpRegion Address/Length Op=%p\n", Op));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Status = AcpiDsEvalRegionOperands (WalkState, Op);
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Status = AcpiDsResultStackPop (WalkState);
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
break;
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_TYPE_UNDEFINED:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR, "Undefined opcode type Op=%p\n", Op));
|
|
|
|
return_ACPI_STATUS (AE_NOT_IMPLEMENTED);
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
case AML_TYPE_BOGUS:
|
2001-11-28 04:29:40 +00:00
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
|
2001-11-28 04:29:40 +00:00
|
|
|
"Internal opcode=%X type Op=%p\n",
|
2001-10-31 02:32:29 +00:00
|
|
|
WalkState->Opcode, Op));
|
2000-10-28 05:01:06 +00:00
|
|
|
break;
|
|
|
|
|
2001-11-28 04:29:40 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
default:
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
ACPI_DEBUG_PRINT ((ACPI_DB_ERROR,
|
|
|
|
"Unimplemented opcode, class=%X type=%X Opcode=%X Op=%p\n",
|
2002-07-09 17:51:31 +00:00
|
|
|
OpClass, OpType, Op->Common.AmlOpcode, Op));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
2001-10-31 02:32:29 +00:00
|
|
|
Status = AE_NOT_IMPLEMENTED;
|
|
|
|
break;
|
|
|
|
}
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2000-12-01 09:36:25 +00:00
|
|
|
/*
|
2002-02-23 05:10:40 +00:00
|
|
|
* ACPI 2.0 support for 64-bit integers: Truncate numeric
|
2001-11-28 04:29:40 +00:00
|
|
|
* result value if we are executing from a 32-bit ACPI table
|
2000-12-01 09:36:25 +00:00
|
|
|
*/
|
2002-07-09 17:51:31 +00:00
|
|
|
AcpiExTruncateFor32bitTable (WalkState->ResultObj);
|
2000-12-01 09:36:25 +00:00
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
/*
|
|
|
|
* Check if we just completed the evaluation of a
|
|
|
|
* conditional predicate
|
|
|
|
*/
|
|
|
|
|
2004-12-01 23:14:10 +00:00
|
|
|
if ((ACPI_SUCCESS (Status)) &&
|
|
|
|
(WalkState->ControlState) &&
|
2000-10-28 05:01:06 +00:00
|
|
|
(WalkState->ControlState->Common.State ==
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_CONTROL_PREDICATE_EXECUTING) &&
|
2000-10-28 05:01:06 +00:00
|
|
|
(WalkState->ControlState->Control.PredicateOp == Op))
|
|
|
|
{
|
2002-02-23 05:10:40 +00:00
|
|
|
Status = AcpiDsGetPredicateValue (WalkState, WalkState->ResultObj);
|
2001-10-04 23:12:13 +00:00
|
|
|
WalkState->ResultObj = NULL;
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup:
|
2004-12-01 23:14:10 +00:00
|
|
|
|
|
|
|
/* Invoke exception handler on error */
|
|
|
|
|
|
|
|
if (ACPI_FAILURE (Status) &&
|
|
|
|
AcpiGbl_ExceptionHandler &&
|
|
|
|
!(Status & AE_CODE_CONTROL))
|
|
|
|
{
|
|
|
|
AcpiExExitInterpreter ();
|
|
|
|
Status = AcpiGbl_ExceptionHandler (Status,
|
|
|
|
WalkState->MethodNode->Name.Integer, WalkState->Opcode,
|
|
|
|
WalkState->AmlOffset, NULL);
|
|
|
|
AcpiExEnterInterpreter ();
|
|
|
|
}
|
|
|
|
|
2001-10-04 23:12:13 +00:00
|
|
|
if (WalkState->ResultObj)
|
2000-10-28 05:01:06 +00:00
|
|
|
{
|
|
|
|
/* Break to debugger to display result */
|
|
|
|
|
2002-02-23 05:10:40 +00:00
|
|
|
ACPI_DEBUGGER_EXEC (AcpiDbDisplayResultObject (WalkState->ResultObj, WalkState));
|
2000-10-28 05:01:06 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Delete the result op if and only if:
|
|
|
|
* Parent will not use the result -- such as any
|
|
|
|
* non-nested type2 op in a method (parent will be method)
|
|
|
|
*/
|
2001-10-04 23:12:13 +00:00
|
|
|
AcpiDsDeleteResultIfNotUsed (Op, WalkState->ResultObj, WalkState);
|
2000-10-28 05:01:06 +00:00
|
|
|
}
|
|
|
|
|
2003-07-13 22:44:13 +00:00
|
|
|
#ifdef _UNDER_DEVELOPMENT
|
2003-04-29 18:39:29 +00:00
|
|
|
|
|
|
|
if (WalkState->ParserState.Aml == WalkState->ParserState.AmlEnd)
|
|
|
|
{
|
|
|
|
AcpiDbMethodEnd (WalkState);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
/* Always clear the object stack */
|
|
|
|
|
|
|
|
WalkState->NumOperands = 0;
|
2003-07-13 22:44:13 +00:00
|
|
|
|
|
|
|
#ifdef ACPI_DISASSEMBLER
|
|
|
|
|
|
|
|
/* On error, display method locals/args */
|
|
|
|
|
|
|
|
if (ACPI_FAILURE (Status))
|
|
|
|
{
|
|
|
|
AcpiDmDumpMethodInfo (Status, WalkState, Op);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2000-10-28 05:01:06 +00:00
|
|
|
return_ACPI_STATUS (Status);
|
|
|
|
}
|
|
|
|
|
|
|
|
|