Home | History | Annotate | Line # | Download | only in dispatcher
dsutils.c revision 1.1
      1  1.1  jruoho /*******************************************************************************
      2  1.1  jruoho  *
      3  1.1  jruoho  * Module Name: dsutils - Dispatcher utilities
      4  1.1  jruoho  *
      5  1.1  jruoho  ******************************************************************************/
      6  1.1  jruoho 
      7  1.1  jruoho /******************************************************************************
      8  1.1  jruoho  *
      9  1.1  jruoho  * 1. Copyright Notice
     10  1.1  jruoho  *
     11  1.1  jruoho  * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
     12  1.1  jruoho  * All rights reserved.
     13  1.1  jruoho  *
     14  1.1  jruoho  * 2. License
     15  1.1  jruoho  *
     16  1.1  jruoho  * 2.1. This is your license from Intel Corp. under its intellectual property
     17  1.1  jruoho  * rights.  You may have additional license terms from the party that provided
     18  1.1  jruoho  * you this software, covering your right to use that party's intellectual
     19  1.1  jruoho  * property rights.
     20  1.1  jruoho  *
     21  1.1  jruoho  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
     22  1.1  jruoho  * copy of the source code appearing in this file ("Covered Code") an
     23  1.1  jruoho  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
     24  1.1  jruoho  * base code distributed originally by Intel ("Original Intel Code") to copy,
     25  1.1  jruoho  * make derivatives, distribute, use and display any portion of the Covered
     26  1.1  jruoho  * Code in any form, with the right to sublicense such rights; and
     27  1.1  jruoho  *
     28  1.1  jruoho  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
     29  1.1  jruoho  * license (with the right to sublicense), under only those claims of Intel
     30  1.1  jruoho  * patents that are infringed by the Original Intel Code, to make, use, sell,
     31  1.1  jruoho  * offer to sell, and import the Covered Code and derivative works thereof
     32  1.1  jruoho  * solely to the minimum extent necessary to exercise the above copyright
     33  1.1  jruoho  * license, and in no event shall the patent license extend to any additions
     34  1.1  jruoho  * to or modifications of the Original Intel Code.  No other license or right
     35  1.1  jruoho  * is granted directly or by implication, estoppel or otherwise;
     36  1.1  jruoho  *
     37  1.1  jruoho  * The above copyright and patent license is granted only if the following
     38  1.1  jruoho  * conditions are met:
     39  1.1  jruoho  *
     40  1.1  jruoho  * 3. Conditions
     41  1.1  jruoho  *
     42  1.1  jruoho  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
     43  1.1  jruoho  * Redistribution of source code of any substantial portion of the Covered
     44  1.1  jruoho  * Code or modification with rights to further distribute source must include
     45  1.1  jruoho  * the above Copyright Notice, the above License, this list of Conditions,
     46  1.1  jruoho  * and the following Disclaimer and Export Compliance provision.  In addition,
     47  1.1  jruoho  * Licensee must cause all Covered Code to which Licensee contributes to
     48  1.1  jruoho  * contain a file documenting the changes Licensee made to create that Covered
     49  1.1  jruoho  * Code and the date of any change.  Licensee must include in that file the
     50  1.1  jruoho  * documentation of any changes made by any predecessor Licensee.  Licensee
     51  1.1  jruoho  * must include a prominent statement that the modification is derived,
     52  1.1  jruoho  * directly or indirectly, from Original Intel Code.
     53  1.1  jruoho  *
     54  1.1  jruoho  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
     55  1.1  jruoho  * Redistribution of source code of any substantial portion of the Covered
     56  1.1  jruoho  * Code or modification without rights to further distribute source must
     57  1.1  jruoho  * include the following Disclaimer and Export Compliance provision in the
     58  1.1  jruoho  * documentation and/or other materials provided with distribution.  In
     59  1.1  jruoho  * addition, Licensee may not authorize further sublicense of source of any
     60  1.1  jruoho  * portion of the Covered Code, and must include terms to the effect that the
     61  1.1  jruoho  * license from Licensee to its licensee is limited to the intellectual
     62  1.1  jruoho  * property embodied in the software Licensee provides to its licensee, and
     63  1.1  jruoho  * not to intellectual property embodied in modifications its licensee may
     64  1.1  jruoho  * make.
     65  1.1  jruoho  *
     66  1.1  jruoho  * 3.3. Redistribution of Executable. Redistribution in executable form of any
     67  1.1  jruoho  * substantial portion of the Covered Code or modification must reproduce the
     68  1.1  jruoho  * above Copyright Notice, and the following Disclaimer and Export Compliance
     69  1.1  jruoho  * provision in the documentation and/or other materials provided with the
     70  1.1  jruoho  * distribution.
     71  1.1  jruoho  *
     72  1.1  jruoho  * 3.4. Intel retains all right, title, and interest in and to the Original
     73  1.1  jruoho  * Intel Code.
     74  1.1  jruoho  *
     75  1.1  jruoho  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
     76  1.1  jruoho  * Intel shall be used in advertising or otherwise to promote the sale, use or
     77  1.1  jruoho  * other dealings in products derived from or relating to the Covered Code
     78  1.1  jruoho  * without prior written authorization from Intel.
     79  1.1  jruoho  *
     80  1.1  jruoho  * 4. Disclaimer and Export Compliance
     81  1.1  jruoho  *
     82  1.1  jruoho  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
     83  1.1  jruoho  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
     84  1.1  jruoho  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
     85  1.1  jruoho  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
     86  1.1  jruoho  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
     87  1.1  jruoho  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
     88  1.1  jruoho  * PARTICULAR PURPOSE.
     89  1.1  jruoho  *
     90  1.1  jruoho  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
     91  1.1  jruoho  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
     92  1.1  jruoho  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
     93  1.1  jruoho  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
     94  1.1  jruoho  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
     95  1.1  jruoho  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
     96  1.1  jruoho  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
     97  1.1  jruoho  * LIMITED REMEDY.
     98  1.1  jruoho  *
     99  1.1  jruoho  * 4.3. Licensee shall not export, either directly or indirectly, any of this
    100  1.1  jruoho  * software or system incorporating such software without first obtaining any
    101  1.1  jruoho  * required license or other approval from the U. S. Department of Commerce or
    102  1.1  jruoho  * any other agency or department of the United States Government.  In the
    103  1.1  jruoho  * event Licensee exports any such software from the United States or
    104  1.1  jruoho  * re-exports any such software from a foreign destination, Licensee shall
    105  1.1  jruoho  * ensure that the distribution and export/re-export of the software is in
    106  1.1  jruoho  * compliance with all laws, regulations, orders, or other restrictions of the
    107  1.1  jruoho  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
    108  1.1  jruoho  * any of its subsidiaries will export/re-export any technical data, process,
    109  1.1  jruoho  * software, or service, directly or indirectly, to any country for which the
    110  1.1  jruoho  * United States government or any agency thereof requires an export license,
    111  1.1  jruoho  * other governmental approval, or letter of assurance, without first obtaining
    112  1.1  jruoho  * such license, approval or letter.
    113  1.1  jruoho  *
    114  1.1  jruoho  *****************************************************************************/
    115  1.1  jruoho 
    116  1.1  jruoho #define __DSUTILS_C__
    117  1.1  jruoho 
    118  1.1  jruoho #include "acpi.h"
    119  1.1  jruoho #include "accommon.h"
    120  1.1  jruoho #include "acparser.h"
    121  1.1  jruoho #include "amlcode.h"
    122  1.1  jruoho #include "acdispat.h"
    123  1.1  jruoho #include "acinterp.h"
    124  1.1  jruoho #include "acnamesp.h"
    125  1.1  jruoho #include "acdebug.h"
    126  1.1  jruoho 
    127  1.1  jruoho #define _COMPONENT          ACPI_DISPATCHER
    128  1.1  jruoho         ACPI_MODULE_NAME    ("dsutils")
    129  1.1  jruoho 
    130  1.1  jruoho 
    131  1.1  jruoho /*******************************************************************************
    132  1.1  jruoho  *
    133  1.1  jruoho  * FUNCTION:    AcpiDsClearImplicitReturn
    134  1.1  jruoho  *
    135  1.1  jruoho  * PARAMETERS:  WalkState           - Current State
    136  1.1  jruoho  *
    137  1.1  jruoho  * RETURN:      None.
    138  1.1  jruoho  *
    139  1.1  jruoho  * DESCRIPTION: Clear and remove a reference on an implicit return value.  Used
    140  1.1  jruoho  *              to delete "stale" return values (if enabled, the return value
    141  1.1  jruoho  *              from every operator is saved at least momentarily, in case the
    142  1.1  jruoho  *              parent method exits.)
    143  1.1  jruoho  *
    144  1.1  jruoho  ******************************************************************************/
    145  1.1  jruoho 
    146  1.1  jruoho void
    147  1.1  jruoho AcpiDsClearImplicitReturn (
    148  1.1  jruoho     ACPI_WALK_STATE         *WalkState)
    149  1.1  jruoho {
    150  1.1  jruoho     ACPI_FUNCTION_NAME (DsClearImplicitReturn);
    151  1.1  jruoho 
    152  1.1  jruoho 
    153  1.1  jruoho     /*
    154  1.1  jruoho      * Slack must be enabled for this feature
    155  1.1  jruoho      */
    156  1.1  jruoho     if (!AcpiGbl_EnableInterpreterSlack)
    157  1.1  jruoho     {
    158  1.1  jruoho         return;
    159  1.1  jruoho     }
    160  1.1  jruoho 
    161  1.1  jruoho     if (WalkState->ImplicitReturnObj)
    162  1.1  jruoho     {
    163  1.1  jruoho         /*
    164  1.1  jruoho          * Delete any "stale" implicit return. However, in
    165  1.1  jruoho          * complex statements, the implicit return value can be
    166  1.1  jruoho          * bubbled up several levels.
    167  1.1  jruoho          */
    168  1.1  jruoho         ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    169  1.1  jruoho             "Removing reference on stale implicit return obj %p\n",
    170  1.1  jruoho             WalkState->ImplicitReturnObj));
    171  1.1  jruoho 
    172  1.1  jruoho         AcpiUtRemoveReference (WalkState->ImplicitReturnObj);
    173  1.1  jruoho         WalkState->ImplicitReturnObj = NULL;
    174  1.1  jruoho     }
    175  1.1  jruoho }
    176  1.1  jruoho 
    177  1.1  jruoho 
    178  1.1  jruoho #ifndef ACPI_NO_METHOD_EXECUTION
    179  1.1  jruoho /*******************************************************************************
    180  1.1  jruoho  *
    181  1.1  jruoho  * FUNCTION:    AcpiDsDoImplicitReturn
    182  1.1  jruoho  *
    183  1.1  jruoho  * PARAMETERS:  ReturnDesc          - The return value
    184  1.1  jruoho  *              WalkState           - Current State
    185  1.1  jruoho  *              AddReference        - True if a reference should be added to the
    186  1.1  jruoho  *                                    return object
    187  1.1  jruoho  *
    188  1.1  jruoho  * RETURN:      TRUE if implicit return enabled, FALSE otherwise
    189  1.1  jruoho  *
    190  1.1  jruoho  * DESCRIPTION: Implements the optional "implicit return".  We save the result
    191  1.1  jruoho  *              of every ASL operator and control method invocation in case the
    192  1.1  jruoho  *              parent method exit.  Before storing a new return value, we
    193  1.1  jruoho  *              delete the previous return value.
    194  1.1  jruoho  *
    195  1.1  jruoho  ******************************************************************************/
    196  1.1  jruoho 
    197  1.1  jruoho BOOLEAN
    198  1.1  jruoho AcpiDsDoImplicitReturn (
    199  1.1  jruoho     ACPI_OPERAND_OBJECT     *ReturnDesc,
    200  1.1  jruoho     ACPI_WALK_STATE         *WalkState,
    201  1.1  jruoho     BOOLEAN                 AddReference)
    202  1.1  jruoho {
    203  1.1  jruoho     ACPI_FUNCTION_NAME (DsDoImplicitReturn);
    204  1.1  jruoho 
    205  1.1  jruoho 
    206  1.1  jruoho     /*
    207  1.1  jruoho      * Slack must be enabled for this feature, and we must
    208  1.1  jruoho      * have a valid return object
    209  1.1  jruoho      */
    210  1.1  jruoho     if ((!AcpiGbl_EnableInterpreterSlack) ||
    211  1.1  jruoho         (!ReturnDesc))
    212  1.1  jruoho     {
    213  1.1  jruoho         return (FALSE);
    214  1.1  jruoho     }
    215  1.1  jruoho 
    216  1.1  jruoho     ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    217  1.1  jruoho             "Result %p will be implicitly returned; Prev=%p\n",
    218  1.1  jruoho             ReturnDesc,
    219  1.1  jruoho             WalkState->ImplicitReturnObj));
    220  1.1  jruoho 
    221  1.1  jruoho     /*
    222  1.1  jruoho      * Delete any "stale" implicit return value first. However, in
    223  1.1  jruoho      * complex statements, the implicit return value can be
    224  1.1  jruoho      * bubbled up several levels, so we don't clear the value if it
    225  1.1  jruoho      * is the same as the ReturnDesc.
    226  1.1  jruoho      */
    227  1.1  jruoho     if (WalkState->ImplicitReturnObj)
    228  1.1  jruoho     {
    229  1.1  jruoho         if (WalkState->ImplicitReturnObj == ReturnDesc)
    230  1.1  jruoho         {
    231  1.1  jruoho             return (TRUE);
    232  1.1  jruoho         }
    233  1.1  jruoho         AcpiDsClearImplicitReturn (WalkState);
    234  1.1  jruoho     }
    235  1.1  jruoho 
    236  1.1  jruoho     /* Save the implicit return value, add a reference if requested */
    237  1.1  jruoho 
    238  1.1  jruoho     WalkState->ImplicitReturnObj = ReturnDesc;
    239  1.1  jruoho     if (AddReference)
    240  1.1  jruoho     {
    241  1.1  jruoho         AcpiUtAddReference (ReturnDesc);
    242  1.1  jruoho     }
    243  1.1  jruoho 
    244  1.1  jruoho     return (TRUE);
    245  1.1  jruoho }
    246  1.1  jruoho 
    247  1.1  jruoho 
    248  1.1  jruoho /*******************************************************************************
    249  1.1  jruoho  *
    250  1.1  jruoho  * FUNCTION:    AcpiDsIsResultUsed
    251  1.1  jruoho  *
    252  1.1  jruoho  * PARAMETERS:  Op                  - Current Op
    253  1.1  jruoho  *              WalkState           - Current State
    254  1.1  jruoho  *
    255  1.1  jruoho  * RETURN:      TRUE if result is used, FALSE otherwise
    256  1.1  jruoho  *
    257  1.1  jruoho  * DESCRIPTION: Check if a result object will be used by the parent
    258  1.1  jruoho  *
    259  1.1  jruoho  ******************************************************************************/
    260  1.1  jruoho 
    261  1.1  jruoho BOOLEAN
    262  1.1  jruoho AcpiDsIsResultUsed (
    263  1.1  jruoho     ACPI_PARSE_OBJECT       *Op,
    264  1.1  jruoho     ACPI_WALK_STATE         *WalkState)
    265  1.1  jruoho {
    266  1.1  jruoho     const ACPI_OPCODE_INFO  *ParentInfo;
    267  1.1  jruoho 
    268  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsIsResultUsed, Op);
    269  1.1  jruoho 
    270  1.1  jruoho 
    271  1.1  jruoho     /* Must have both an Op and a Result Object */
    272  1.1  jruoho 
    273  1.1  jruoho     if (!Op)
    274  1.1  jruoho     {
    275  1.1  jruoho         ACPI_ERROR ((AE_INFO, "Null Op"));
    276  1.1  jruoho         return_UINT8 (TRUE);
    277  1.1  jruoho     }
    278  1.1  jruoho 
    279  1.1  jruoho     /*
    280  1.1  jruoho      * We know that this operator is not a
    281  1.1  jruoho      * Return() operator (would not come here.) The following code is the
    282  1.1  jruoho      * optional support for a so-called "implicit return". Some AML code
    283  1.1  jruoho      * assumes that the last value of the method is "implicitly" returned
    284  1.1  jruoho      * to the caller. Just save the last result as the return value.
    285  1.1  jruoho      * NOTE: this is optional because the ASL language does not actually
    286  1.1  jruoho      * support this behavior.
    287  1.1  jruoho      */
    288  1.1  jruoho     (void) AcpiDsDoImplicitReturn (WalkState->ResultObj, WalkState, TRUE);
    289  1.1  jruoho 
    290  1.1  jruoho     /*
    291  1.1  jruoho      * Now determine if the parent will use the result
    292  1.1  jruoho      *
    293  1.1  jruoho      * If there is no parent, or the parent is a ScopeOp, we are executing
    294  1.1  jruoho      * at the method level. An executing method typically has no parent,
    295  1.1  jruoho      * since each method is parsed separately.  A method invoked externally
    296  1.1  jruoho      * via ExecuteControlMethod has a ScopeOp as the parent.
    297  1.1  jruoho      */
    298  1.1  jruoho     if ((!Op->Common.Parent) ||
    299  1.1  jruoho         (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
    300  1.1  jruoho     {
    301  1.1  jruoho         /* No parent, the return value cannot possibly be used */
    302  1.1  jruoho 
    303  1.1  jruoho         ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    304  1.1  jruoho             "At Method level, result of [%s] not used\n",
    305  1.1  jruoho             AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
    306  1.1  jruoho         return_UINT8 (FALSE);
    307  1.1  jruoho     }
    308  1.1  jruoho 
    309  1.1  jruoho     /* Get info on the parent. The RootOp is AML_SCOPE */
    310  1.1  jruoho 
    311  1.1  jruoho     ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
    312  1.1  jruoho     if (ParentInfo->Class == AML_CLASS_UNKNOWN)
    313  1.1  jruoho     {
    314  1.1  jruoho         ACPI_ERROR ((AE_INFO,
    315  1.1  jruoho             "Unknown parent opcode Op=%p", Op));
    316  1.1  jruoho         return_UINT8 (FALSE);
    317  1.1  jruoho     }
    318  1.1  jruoho 
    319  1.1  jruoho     /*
    320  1.1  jruoho      * Decide what to do with the result based on the parent.  If
    321  1.1  jruoho      * the parent opcode will not use the result, delete the object.
    322  1.1  jruoho      * Otherwise leave it as is, it will be deleted when it is used
    323  1.1  jruoho      * as an operand later.
    324  1.1  jruoho      */
    325  1.1  jruoho     switch (ParentInfo->Class)
    326  1.1  jruoho     {
    327  1.1  jruoho     case AML_CLASS_CONTROL:
    328  1.1  jruoho 
    329  1.1  jruoho         switch (Op->Common.Parent->Common.AmlOpcode)
    330  1.1  jruoho         {
    331  1.1  jruoho         case AML_RETURN_OP:
    332  1.1  jruoho 
    333  1.1  jruoho             /* Never delete the return value associated with a return opcode */
    334  1.1  jruoho 
    335  1.1  jruoho             goto ResultUsed;
    336  1.1  jruoho 
    337  1.1  jruoho         case AML_IF_OP:
    338  1.1  jruoho         case AML_WHILE_OP:
    339  1.1  jruoho 
    340  1.1  jruoho             /*
    341  1.1  jruoho              * If we are executing the predicate AND this is the predicate op,
    342  1.1  jruoho              * we will use the return value
    343  1.1  jruoho              */
    344  1.1  jruoho             if ((WalkState->ControlState->Common.State == ACPI_CONTROL_PREDICATE_EXECUTING) &&
    345  1.1  jruoho                 (WalkState->ControlState->Control.PredicateOp == Op))
    346  1.1  jruoho             {
    347  1.1  jruoho                 goto ResultUsed;
    348  1.1  jruoho             }
    349  1.1  jruoho             break;
    350  1.1  jruoho 
    351  1.1  jruoho         default:
    352  1.1  jruoho             /* Ignore other control opcodes */
    353  1.1  jruoho             break;
    354  1.1  jruoho         }
    355  1.1  jruoho 
    356  1.1  jruoho         /* The general control opcode returns no result */
    357  1.1  jruoho 
    358  1.1  jruoho         goto ResultNotUsed;
    359  1.1  jruoho 
    360  1.1  jruoho 
    361  1.1  jruoho     case AML_CLASS_CREATE:
    362  1.1  jruoho 
    363  1.1  jruoho         /*
    364  1.1  jruoho          * These opcodes allow TermArg(s) as operands and therefore
    365  1.1  jruoho          * the operands can be method calls.  The result is used.
    366  1.1  jruoho          */
    367  1.1  jruoho         goto ResultUsed;
    368  1.1  jruoho 
    369  1.1  jruoho 
    370  1.1  jruoho     case AML_CLASS_NAMED_OBJECT:
    371  1.1  jruoho 
    372  1.1  jruoho         if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP)       ||
    373  1.1  jruoho             (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP)  ||
    374  1.1  jruoho             (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP)      ||
    375  1.1  jruoho             (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)  ||
    376  1.1  jruoho             (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP)       ||
    377  1.1  jruoho             (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) ||
    378  1.1  jruoho             (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP))
    379  1.1  jruoho         {
    380  1.1  jruoho             /*
    381  1.1  jruoho              * These opcodes allow TermArg(s) as operands and therefore
    382  1.1  jruoho              * the operands can be method calls.  The result is used.
    383  1.1  jruoho              */
    384  1.1  jruoho             goto ResultUsed;
    385  1.1  jruoho         }
    386  1.1  jruoho 
    387  1.1  jruoho         goto ResultNotUsed;
    388  1.1  jruoho 
    389  1.1  jruoho 
    390  1.1  jruoho     default:
    391  1.1  jruoho 
    392  1.1  jruoho         /*
    393  1.1  jruoho          * In all other cases. the parent will actually use the return
    394  1.1  jruoho          * object, so keep it.
    395  1.1  jruoho          */
    396  1.1  jruoho         goto ResultUsed;
    397  1.1  jruoho     }
    398  1.1  jruoho 
    399  1.1  jruoho 
    400  1.1  jruoho ResultUsed:
    401  1.1  jruoho     ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    402  1.1  jruoho         "Result of [%s] used by Parent [%s] Op=%p\n",
    403  1.1  jruoho         AcpiPsGetOpcodeName (Op->Common.AmlOpcode),
    404  1.1  jruoho         AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode), Op));
    405  1.1  jruoho 
    406  1.1  jruoho     return_UINT8 (TRUE);
    407  1.1  jruoho 
    408  1.1  jruoho 
    409  1.1  jruoho ResultNotUsed:
    410  1.1  jruoho     ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    411  1.1  jruoho         "Result of [%s] not used by Parent [%s] Op=%p\n",
    412  1.1  jruoho         AcpiPsGetOpcodeName (Op->Common.AmlOpcode),
    413  1.1  jruoho         AcpiPsGetOpcodeName (Op->Common.Parent->Common.AmlOpcode), Op));
    414  1.1  jruoho 
    415  1.1  jruoho     return_UINT8 (FALSE);
    416  1.1  jruoho }
    417  1.1  jruoho 
    418  1.1  jruoho 
    419  1.1  jruoho /*******************************************************************************
    420  1.1  jruoho  *
    421  1.1  jruoho  * FUNCTION:    AcpiDsDeleteResultIfNotUsed
    422  1.1  jruoho  *
    423  1.1  jruoho  * PARAMETERS:  Op              - Current parse Op
    424  1.1  jruoho  *              ResultObj       - Result of the operation
    425  1.1  jruoho  *              WalkState       - Current state
    426  1.1  jruoho  *
    427  1.1  jruoho  * RETURN:      Status
    428  1.1  jruoho  *
    429  1.1  jruoho  * DESCRIPTION: Used after interpretation of an opcode.  If there is an internal
    430  1.1  jruoho  *              result descriptor, check if the parent opcode will actually use
    431  1.1  jruoho  *              this result.  If not, delete the result now so that it will
    432  1.1  jruoho  *              not become orphaned.
    433  1.1  jruoho  *
    434  1.1  jruoho  ******************************************************************************/
    435  1.1  jruoho 
    436  1.1  jruoho void
    437  1.1  jruoho AcpiDsDeleteResultIfNotUsed (
    438  1.1  jruoho     ACPI_PARSE_OBJECT       *Op,
    439  1.1  jruoho     ACPI_OPERAND_OBJECT     *ResultObj,
    440  1.1  jruoho     ACPI_WALK_STATE         *WalkState)
    441  1.1  jruoho {
    442  1.1  jruoho     ACPI_OPERAND_OBJECT     *ObjDesc;
    443  1.1  jruoho     ACPI_STATUS             Status;
    444  1.1  jruoho 
    445  1.1  jruoho 
    446  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsDeleteResultIfNotUsed, ResultObj);
    447  1.1  jruoho 
    448  1.1  jruoho 
    449  1.1  jruoho     if (!Op)
    450  1.1  jruoho     {
    451  1.1  jruoho         ACPI_ERROR ((AE_INFO, "Null Op"));
    452  1.1  jruoho         return_VOID;
    453  1.1  jruoho     }
    454  1.1  jruoho 
    455  1.1  jruoho     if (!ResultObj)
    456  1.1  jruoho     {
    457  1.1  jruoho         return_VOID;
    458  1.1  jruoho     }
    459  1.1  jruoho 
    460  1.1  jruoho     if (!AcpiDsIsResultUsed (Op, WalkState))
    461  1.1  jruoho     {
    462  1.1  jruoho         /* Must pop the result stack (ObjDesc should be equal to ResultObj) */
    463  1.1  jruoho 
    464  1.1  jruoho         Status = AcpiDsResultPop (&ObjDesc, WalkState);
    465  1.1  jruoho         if (ACPI_SUCCESS (Status))
    466  1.1  jruoho         {
    467  1.1  jruoho             AcpiUtRemoveReference (ResultObj);
    468  1.1  jruoho         }
    469  1.1  jruoho     }
    470  1.1  jruoho 
    471  1.1  jruoho     return_VOID;
    472  1.1  jruoho }
    473  1.1  jruoho 
    474  1.1  jruoho 
    475  1.1  jruoho /*******************************************************************************
    476  1.1  jruoho  *
    477  1.1  jruoho  * FUNCTION:    AcpiDsResolveOperands
    478  1.1  jruoho  *
    479  1.1  jruoho  * PARAMETERS:  WalkState           - Current walk state with operands on stack
    480  1.1  jruoho  *
    481  1.1  jruoho  * RETURN:      Status
    482  1.1  jruoho  *
    483  1.1  jruoho  * DESCRIPTION: Resolve all operands to their values.  Used to prepare
    484  1.1  jruoho  *              arguments to a control method invocation (a call from one
    485  1.1  jruoho  *              method to another.)
    486  1.1  jruoho  *
    487  1.1  jruoho  ******************************************************************************/
    488  1.1  jruoho 
    489  1.1  jruoho ACPI_STATUS
    490  1.1  jruoho AcpiDsResolveOperands (
    491  1.1  jruoho     ACPI_WALK_STATE         *WalkState)
    492  1.1  jruoho {
    493  1.1  jruoho     UINT32                  i;
    494  1.1  jruoho     ACPI_STATUS             Status = AE_OK;
    495  1.1  jruoho 
    496  1.1  jruoho 
    497  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsResolveOperands, WalkState);
    498  1.1  jruoho 
    499  1.1  jruoho 
    500  1.1  jruoho     /*
    501  1.1  jruoho      * Attempt to resolve each of the valid operands
    502  1.1  jruoho      * Method arguments are passed by reference, not by value.  This means
    503  1.1  jruoho      * that the actual objects are passed, not copies of the objects.
    504  1.1  jruoho      */
    505  1.1  jruoho     for (i = 0; i < WalkState->NumOperands; i++)
    506  1.1  jruoho     {
    507  1.1  jruoho         Status = AcpiExResolveToValue (&WalkState->Operands[i], WalkState);
    508  1.1  jruoho         if (ACPI_FAILURE (Status))
    509  1.1  jruoho         {
    510  1.1  jruoho             break;
    511  1.1  jruoho         }
    512  1.1  jruoho     }
    513  1.1  jruoho 
    514  1.1  jruoho     return_ACPI_STATUS (Status);
    515  1.1  jruoho }
    516  1.1  jruoho 
    517  1.1  jruoho 
    518  1.1  jruoho /*******************************************************************************
    519  1.1  jruoho  *
    520  1.1  jruoho  * FUNCTION:    AcpiDsClearOperands
    521  1.1  jruoho  *
    522  1.1  jruoho  * PARAMETERS:  WalkState           - Current walk state with operands on stack
    523  1.1  jruoho  *
    524  1.1  jruoho  * RETURN:      None
    525  1.1  jruoho  *
    526  1.1  jruoho  * DESCRIPTION: Clear all operands on the current walk state operand stack.
    527  1.1  jruoho  *
    528  1.1  jruoho  ******************************************************************************/
    529  1.1  jruoho 
    530  1.1  jruoho void
    531  1.1  jruoho AcpiDsClearOperands (
    532  1.1  jruoho     ACPI_WALK_STATE         *WalkState)
    533  1.1  jruoho {
    534  1.1  jruoho     UINT32                  i;
    535  1.1  jruoho 
    536  1.1  jruoho 
    537  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsClearOperands, WalkState);
    538  1.1  jruoho 
    539  1.1  jruoho 
    540  1.1  jruoho     /* Remove a reference on each operand on the stack */
    541  1.1  jruoho 
    542  1.1  jruoho     for (i = 0; i < WalkState->NumOperands; i++)
    543  1.1  jruoho     {
    544  1.1  jruoho         /*
    545  1.1  jruoho          * Remove a reference to all operands, including both
    546  1.1  jruoho          * "Arguments" and "Targets".
    547  1.1  jruoho          */
    548  1.1  jruoho         AcpiUtRemoveReference (WalkState->Operands[i]);
    549  1.1  jruoho         WalkState->Operands[i] = NULL;
    550  1.1  jruoho     }
    551  1.1  jruoho 
    552  1.1  jruoho     WalkState->NumOperands = 0;
    553  1.1  jruoho     return_VOID;
    554  1.1  jruoho }
    555  1.1  jruoho #endif
    556  1.1  jruoho 
    557  1.1  jruoho 
    558  1.1  jruoho /*******************************************************************************
    559  1.1  jruoho  *
    560  1.1  jruoho  * FUNCTION:    AcpiDsCreateOperand
    561  1.1  jruoho  *
    562  1.1  jruoho  * PARAMETERS:  WalkState       - Current walk state
    563  1.1  jruoho  *              Arg             - Parse object for the argument
    564  1.1  jruoho  *              ArgIndex        - Which argument (zero based)
    565  1.1  jruoho  *
    566  1.1  jruoho  * RETURN:      Status
    567  1.1  jruoho  *
    568  1.1  jruoho  * DESCRIPTION: Translate a parse tree object that is an argument to an AML
    569  1.1  jruoho  *              opcode to the equivalent interpreter object.  This may include
    570  1.1  jruoho  *              looking up a name or entering a new name into the internal
    571  1.1  jruoho  *              namespace.
    572  1.1  jruoho  *
    573  1.1  jruoho  ******************************************************************************/
    574  1.1  jruoho 
    575  1.1  jruoho ACPI_STATUS
    576  1.1  jruoho AcpiDsCreateOperand (
    577  1.1  jruoho     ACPI_WALK_STATE         *WalkState,
    578  1.1  jruoho     ACPI_PARSE_OBJECT       *Arg,
    579  1.1  jruoho     UINT32                  ArgIndex)
    580  1.1  jruoho {
    581  1.1  jruoho     ACPI_STATUS             Status = AE_OK;
    582  1.1  jruoho     char                    *NameString;
    583  1.1  jruoho     UINT32                  NameLength;
    584  1.1  jruoho     ACPI_OPERAND_OBJECT     *ObjDesc;
    585  1.1  jruoho     ACPI_PARSE_OBJECT       *ParentOp;
    586  1.1  jruoho     UINT16                  Opcode;
    587  1.1  jruoho     ACPI_INTERPRETER_MODE   InterpreterMode;
    588  1.1  jruoho     const ACPI_OPCODE_INFO  *OpInfo;
    589  1.1  jruoho 
    590  1.1  jruoho 
    591  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsCreateOperand, Arg);
    592  1.1  jruoho 
    593  1.1  jruoho 
    594  1.1  jruoho     /* A valid name must be looked up in the namespace */
    595  1.1  jruoho 
    596  1.1  jruoho     if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
    597  1.1  jruoho         (Arg->Common.Value.String) &&
    598  1.1  jruoho         !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK))
    599  1.1  jruoho     {
    600  1.1  jruoho         ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Getting a name: Arg=%p\n", Arg));
    601  1.1  jruoho 
    602  1.1  jruoho         /* Get the entire name string from the AML stream */
    603  1.1  jruoho 
    604  1.1  jruoho         Status = AcpiExGetNameString (ACPI_TYPE_ANY, Arg->Common.Value.Buffer,
    605  1.1  jruoho                         &NameString, &NameLength);
    606  1.1  jruoho 
    607  1.1  jruoho         if (ACPI_FAILURE (Status))
    608  1.1  jruoho         {
    609  1.1  jruoho             return_ACPI_STATUS (Status);
    610  1.1  jruoho         }
    611  1.1  jruoho 
    612  1.1  jruoho         /* All prefixes have been handled, and the name is in NameString */
    613  1.1  jruoho 
    614  1.1  jruoho         /*
    615  1.1  jruoho          * Special handling for BufferField declarations.  This is a deferred
    616  1.1  jruoho          * opcode that unfortunately defines the field name as the last
    617  1.1  jruoho          * parameter instead of the first.  We get here when we are performing
    618  1.1  jruoho          * the deferred execution, so the actual name of the field is already
    619  1.1  jruoho          * in the namespace.  We don't want to attempt to look it up again
    620  1.1  jruoho          * because we may be executing in a different scope than where the
    621  1.1  jruoho          * actual opcode exists.
    622  1.1  jruoho          */
    623  1.1  jruoho         if ((WalkState->DeferredNode) &&
    624  1.1  jruoho             (WalkState->DeferredNode->Type == ACPI_TYPE_BUFFER_FIELD) &&
    625  1.1  jruoho             (ArgIndex == (UINT32) ((WalkState->Opcode == AML_CREATE_FIELD_OP) ? 3 : 2)))
    626  1.1  jruoho         {
    627  1.1  jruoho             ObjDesc = ACPI_CAST_PTR (
    628  1.1  jruoho                         ACPI_OPERAND_OBJECT, WalkState->DeferredNode);
    629  1.1  jruoho             Status = AE_OK;
    630  1.1  jruoho         }
    631  1.1  jruoho         else    /* All other opcodes */
    632  1.1  jruoho         {
    633  1.1  jruoho             /*
    634  1.1  jruoho              * Differentiate between a namespace "create" operation
    635  1.1  jruoho              * versus a "lookup" operation (IMODE_LOAD_PASS2 vs.
    636  1.1  jruoho              * IMODE_EXECUTE) in order to support the creation of
    637  1.1  jruoho              * namespace objects during the execution of control methods.
    638  1.1  jruoho              */
    639  1.1  jruoho             ParentOp = Arg->Common.Parent;
    640  1.1  jruoho             OpInfo = AcpiPsGetOpcodeInfo (ParentOp->Common.AmlOpcode);
    641  1.1  jruoho             if ((OpInfo->Flags & AML_NSNODE) &&
    642  1.1  jruoho                 (ParentOp->Common.AmlOpcode != AML_INT_METHODCALL_OP) &&
    643  1.1  jruoho                 (ParentOp->Common.AmlOpcode != AML_REGION_OP) &&
    644  1.1  jruoho                 (ParentOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP))
    645  1.1  jruoho             {
    646  1.1  jruoho                 /* Enter name into namespace if not found */
    647  1.1  jruoho 
    648  1.1  jruoho                 InterpreterMode = ACPI_IMODE_LOAD_PASS2;
    649  1.1  jruoho             }
    650  1.1  jruoho             else
    651  1.1  jruoho             {
    652  1.1  jruoho                 /* Return a failure if name not found */
    653  1.1  jruoho 
    654  1.1  jruoho                 InterpreterMode = ACPI_IMODE_EXECUTE;
    655  1.1  jruoho             }
    656  1.1  jruoho 
    657  1.1  jruoho             Status = AcpiNsLookup (WalkState->ScopeInfo, NameString,
    658  1.1  jruoho                         ACPI_TYPE_ANY, InterpreterMode,
    659  1.1  jruoho                         ACPI_NS_SEARCH_PARENT | ACPI_NS_DONT_OPEN_SCOPE,
    660  1.1  jruoho                         WalkState,
    661  1.1  jruoho                         ACPI_CAST_INDIRECT_PTR (ACPI_NAMESPACE_NODE, &ObjDesc));
    662  1.1  jruoho             /*
    663  1.1  jruoho              * The only case where we pass through (ignore) a NOT_FOUND
    664  1.1  jruoho              * error is for the CondRefOf opcode.
    665  1.1  jruoho              */
    666  1.1  jruoho             if (Status == AE_NOT_FOUND)
    667  1.1  jruoho             {
    668  1.1  jruoho                 if (ParentOp->Common.AmlOpcode == AML_COND_REF_OF_OP)
    669  1.1  jruoho                 {
    670  1.1  jruoho                     /*
    671  1.1  jruoho                      * For the Conditional Reference op, it's OK if
    672  1.1  jruoho                      * the name is not found;  We just need a way to
    673  1.1  jruoho                      * indicate this to the interpreter, set the
    674  1.1  jruoho                      * object to the root
    675  1.1  jruoho                      */
    676  1.1  jruoho                     ObjDesc = ACPI_CAST_PTR (
    677  1.1  jruoho                                 ACPI_OPERAND_OBJECT, AcpiGbl_RootNode);
    678  1.1  jruoho                     Status = AE_OK;
    679  1.1  jruoho                 }
    680  1.1  jruoho                 else
    681  1.1  jruoho                 {
    682  1.1  jruoho                     /*
    683  1.1  jruoho                      * We just plain didn't find it -- which is a
    684  1.1  jruoho                      * very serious error at this point
    685  1.1  jruoho                      */
    686  1.1  jruoho                     Status = AE_AML_NAME_NOT_FOUND;
    687  1.1  jruoho                 }
    688  1.1  jruoho             }
    689  1.1  jruoho 
    690  1.1  jruoho             if (ACPI_FAILURE (Status))
    691  1.1  jruoho             {
    692  1.1  jruoho                 ACPI_ERROR_NAMESPACE (NameString, Status);
    693  1.1  jruoho             }
    694  1.1  jruoho         }
    695  1.1  jruoho 
    696  1.1  jruoho         /* Free the namestring created above */
    697  1.1  jruoho 
    698  1.1  jruoho         ACPI_FREE (NameString);
    699  1.1  jruoho 
    700  1.1  jruoho         /* Check status from the lookup */
    701  1.1  jruoho 
    702  1.1  jruoho         if (ACPI_FAILURE (Status))
    703  1.1  jruoho         {
    704  1.1  jruoho             return_ACPI_STATUS (Status);
    705  1.1  jruoho         }
    706  1.1  jruoho 
    707  1.1  jruoho         /* Put the resulting object onto the current object stack */
    708  1.1  jruoho 
    709  1.1  jruoho         Status = AcpiDsObjStackPush (ObjDesc, WalkState);
    710  1.1  jruoho         if (ACPI_FAILURE (Status))
    711  1.1  jruoho         {
    712  1.1  jruoho             return_ACPI_STATUS (Status);
    713  1.1  jruoho         }
    714  1.1  jruoho         ACPI_DEBUGGER_EXEC (AcpiDbDisplayArgumentObject (ObjDesc, WalkState));
    715  1.1  jruoho     }
    716  1.1  jruoho     else
    717  1.1  jruoho     {
    718  1.1  jruoho         /* Check for null name case */
    719  1.1  jruoho 
    720  1.1  jruoho         if ((Arg->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
    721  1.1  jruoho             !(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK))
    722  1.1  jruoho         {
    723  1.1  jruoho             /*
    724  1.1  jruoho              * If the name is null, this means that this is an
    725  1.1  jruoho              * optional result parameter that was not specified
    726  1.1  jruoho              * in the original ASL.  Create a Zero Constant for a
    727  1.1  jruoho              * placeholder.  (Store to a constant is a Noop.)
    728  1.1  jruoho              */
    729  1.1  jruoho             Opcode = AML_ZERO_OP;       /* Has no arguments! */
    730  1.1  jruoho 
    731  1.1  jruoho             ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    732  1.1  jruoho                 "Null namepath: Arg=%p\n", Arg));
    733  1.1  jruoho         }
    734  1.1  jruoho         else
    735  1.1  jruoho         {
    736  1.1  jruoho             Opcode = Arg->Common.AmlOpcode;
    737  1.1  jruoho         }
    738  1.1  jruoho 
    739  1.1  jruoho         /* Get the object type of the argument */
    740  1.1  jruoho 
    741  1.1  jruoho         OpInfo = AcpiPsGetOpcodeInfo (Opcode);
    742  1.1  jruoho         if (OpInfo->ObjectType == ACPI_TYPE_INVALID)
    743  1.1  jruoho         {
    744  1.1  jruoho             return_ACPI_STATUS (AE_NOT_IMPLEMENTED);
    745  1.1  jruoho         }
    746  1.1  jruoho 
    747  1.1  jruoho         if ((OpInfo->Flags & AML_HAS_RETVAL) || (Arg->Common.Flags & ACPI_PARSEOP_IN_STACK))
    748  1.1  jruoho         {
    749  1.1  jruoho             ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
    750  1.1  jruoho                 "Argument previously created, already stacked\n"));
    751  1.1  jruoho 
    752  1.1  jruoho             ACPI_DEBUGGER_EXEC (AcpiDbDisplayArgumentObject (
    753  1.1  jruoho                 WalkState->Operands [WalkState->NumOperands - 1], WalkState));
    754  1.1  jruoho 
    755  1.1  jruoho             /*
    756  1.1  jruoho              * Use value that was already previously returned
    757  1.1  jruoho              * by the evaluation of this argument
    758  1.1  jruoho              */
    759  1.1  jruoho             Status = AcpiDsResultPop (&ObjDesc, WalkState);
    760  1.1  jruoho             if (ACPI_FAILURE (Status))
    761  1.1  jruoho             {
    762  1.1  jruoho                 /*
    763  1.1  jruoho                  * Only error is underflow, and this indicates
    764  1.1  jruoho                  * a missing or null operand!
    765  1.1  jruoho                  */
    766  1.1  jruoho                 ACPI_EXCEPTION ((AE_INFO, Status,
    767  1.1  jruoho                     "Missing or null operand"));
    768  1.1  jruoho                 return_ACPI_STATUS (Status);
    769  1.1  jruoho             }
    770  1.1  jruoho         }
    771  1.1  jruoho         else
    772  1.1  jruoho         {
    773  1.1  jruoho             /* Create an ACPI_INTERNAL_OBJECT for the argument */
    774  1.1  jruoho 
    775  1.1  jruoho             ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
    776  1.1  jruoho             if (!ObjDesc)
    777  1.1  jruoho             {
    778  1.1  jruoho                 return_ACPI_STATUS (AE_NO_MEMORY);
    779  1.1  jruoho             }
    780  1.1  jruoho 
    781  1.1  jruoho             /* Initialize the new object */
    782  1.1  jruoho 
    783  1.1  jruoho             Status = AcpiDsInitObjectFromOp (
    784  1.1  jruoho                         WalkState, Arg, Opcode, &ObjDesc);
    785  1.1  jruoho             if (ACPI_FAILURE (Status))
    786  1.1  jruoho             {
    787  1.1  jruoho                 AcpiUtDeleteObjectDesc (ObjDesc);
    788  1.1  jruoho                 return_ACPI_STATUS (Status);
    789  1.1  jruoho             }
    790  1.1  jruoho         }
    791  1.1  jruoho 
    792  1.1  jruoho         /* Put the operand object on the object stack */
    793  1.1  jruoho 
    794  1.1  jruoho         Status = AcpiDsObjStackPush (ObjDesc, WalkState);
    795  1.1  jruoho         if (ACPI_FAILURE (Status))
    796  1.1  jruoho         {
    797  1.1  jruoho             return_ACPI_STATUS (Status);
    798  1.1  jruoho         }
    799  1.1  jruoho 
    800  1.1  jruoho         ACPI_DEBUGGER_EXEC (AcpiDbDisplayArgumentObject (ObjDesc, WalkState));
    801  1.1  jruoho     }
    802  1.1  jruoho 
    803  1.1  jruoho     return_ACPI_STATUS (AE_OK);
    804  1.1  jruoho }
    805  1.1  jruoho 
    806  1.1  jruoho 
    807  1.1  jruoho /*******************************************************************************
    808  1.1  jruoho  *
    809  1.1  jruoho  * FUNCTION:    AcpiDsCreateOperands
    810  1.1  jruoho  *
    811  1.1  jruoho  * PARAMETERS:  WalkState           - Current state
    812  1.1  jruoho  *              FirstArg            - First argument of a parser argument tree
    813  1.1  jruoho  *
    814  1.1  jruoho  * RETURN:      Status
    815  1.1  jruoho  *
    816  1.1  jruoho  * DESCRIPTION: Convert an operator's arguments from a parse tree format to
    817  1.1  jruoho  *              namespace objects and place those argument object on the object
    818  1.1  jruoho  *              stack in preparation for evaluation by the interpreter.
    819  1.1  jruoho  *
    820  1.1  jruoho  ******************************************************************************/
    821  1.1  jruoho 
    822  1.1  jruoho ACPI_STATUS
    823  1.1  jruoho AcpiDsCreateOperands (
    824  1.1  jruoho     ACPI_WALK_STATE         *WalkState,
    825  1.1  jruoho     ACPI_PARSE_OBJECT       *FirstArg)
    826  1.1  jruoho {
    827  1.1  jruoho     ACPI_STATUS             Status = AE_OK;
    828  1.1  jruoho     ACPI_PARSE_OBJECT       *Arg;
    829  1.1  jruoho     ACPI_PARSE_OBJECT       *Arguments[ACPI_OBJ_NUM_OPERANDS];
    830  1.1  jruoho     UINT32                  ArgCount = 0;
    831  1.1  jruoho     UINT32                  Index = WalkState->NumOperands;
    832  1.1  jruoho     UINT32                  i;
    833  1.1  jruoho 
    834  1.1  jruoho 
    835  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsCreateOperands, FirstArg);
    836  1.1  jruoho 
    837  1.1  jruoho 
    838  1.1  jruoho     /* Get all arguments in the list */
    839  1.1  jruoho 
    840  1.1  jruoho     Arg = FirstArg;
    841  1.1  jruoho     while (Arg)
    842  1.1  jruoho     {
    843  1.1  jruoho         if (Index >= ACPI_OBJ_NUM_OPERANDS)
    844  1.1  jruoho         {
    845  1.1  jruoho             return_ACPI_STATUS (AE_BAD_DATA);
    846  1.1  jruoho         }
    847  1.1  jruoho 
    848  1.1  jruoho         Arguments[Index] = Arg;
    849  1.1  jruoho         WalkState->Operands [Index] = NULL;
    850  1.1  jruoho 
    851  1.1  jruoho         /* Move on to next argument, if any */
    852  1.1  jruoho 
    853  1.1  jruoho         Arg = Arg->Common.Next;
    854  1.1  jruoho         ArgCount++;
    855  1.1  jruoho         Index++;
    856  1.1  jruoho     }
    857  1.1  jruoho 
    858  1.1  jruoho     Index--;
    859  1.1  jruoho 
    860  1.1  jruoho     /* It is the appropriate order to get objects from the Result stack */
    861  1.1  jruoho 
    862  1.1  jruoho     for (i = 0; i < ArgCount; i++)
    863  1.1  jruoho     {
    864  1.1  jruoho         Arg = Arguments[Index];
    865  1.1  jruoho 
    866  1.1  jruoho         /* Force the filling of the operand stack in inverse order */
    867  1.1  jruoho 
    868  1.1  jruoho         WalkState->OperandIndex = (UINT8) Index;
    869  1.1  jruoho 
    870  1.1  jruoho         Status = AcpiDsCreateOperand (WalkState, Arg, Index);
    871  1.1  jruoho         if (ACPI_FAILURE (Status))
    872  1.1  jruoho         {
    873  1.1  jruoho             goto Cleanup;
    874  1.1  jruoho         }
    875  1.1  jruoho 
    876  1.1  jruoho         Index--;
    877  1.1  jruoho 
    878  1.1  jruoho         ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Arg #%u (%p) done, Arg1=%p\n",
    879  1.1  jruoho             Index, Arg, FirstArg));
    880  1.1  jruoho     }
    881  1.1  jruoho 
    882  1.1  jruoho     return_ACPI_STATUS (Status);
    883  1.1  jruoho 
    884  1.1  jruoho 
    885  1.1  jruoho Cleanup:
    886  1.1  jruoho     /*
    887  1.1  jruoho      * We must undo everything done above; meaning that we must
    888  1.1  jruoho      * pop everything off of the operand stack and delete those
    889  1.1  jruoho      * objects
    890  1.1  jruoho      */
    891  1.1  jruoho     AcpiDsObjStackPopAndDelete (ArgCount, WalkState);
    892  1.1  jruoho 
    893  1.1  jruoho     ACPI_EXCEPTION ((AE_INFO, Status, "While creating Arg %u", Index));
    894  1.1  jruoho     return_ACPI_STATUS (Status);
    895  1.1  jruoho }
    896  1.1  jruoho 
    897  1.1  jruoho 
    898  1.1  jruoho /*****************************************************************************
    899  1.1  jruoho  *
    900  1.1  jruoho  * FUNCTION:    AcpiDsEvaluateNamePath
    901  1.1  jruoho  *
    902  1.1  jruoho  * PARAMETERS:  WalkState       - Current state of the parse tree walk,
    903  1.1  jruoho  *                                the opcode of current operation should be
    904  1.1  jruoho  *                                AML_INT_NAMEPATH_OP
    905  1.1  jruoho  *
    906  1.1  jruoho  * RETURN:      Status
    907  1.1  jruoho  *
    908  1.1  jruoho  * DESCRIPTION: Translate the -NamePath- parse tree object to the equivalent
    909  1.1  jruoho  *              interpreter object, convert it to value, if needed, duplicate
    910  1.1  jruoho  *              it, if needed, and push it onto the current result stack.
    911  1.1  jruoho  *
    912  1.1  jruoho  ****************************************************************************/
    913  1.1  jruoho 
    914  1.1  jruoho ACPI_STATUS
    915  1.1  jruoho AcpiDsEvaluateNamePath (
    916  1.1  jruoho     ACPI_WALK_STATE         *WalkState)
    917  1.1  jruoho {
    918  1.1  jruoho     ACPI_STATUS             Status = AE_OK;
    919  1.1  jruoho     ACPI_PARSE_OBJECT       *Op = WalkState->Op;
    920  1.1  jruoho     ACPI_OPERAND_OBJECT     **Operand = &WalkState->Operands[0];
    921  1.1  jruoho     ACPI_OPERAND_OBJECT     *NewObjDesc;
    922  1.1  jruoho     UINT8                   Type;
    923  1.1  jruoho 
    924  1.1  jruoho 
    925  1.1  jruoho     ACPI_FUNCTION_TRACE_PTR (DsEvaluateNamePath, WalkState);
    926  1.1  jruoho 
    927  1.1  jruoho 
    928  1.1  jruoho     if (!Op->Common.Parent)
    929  1.1  jruoho     {
    930  1.1  jruoho         /* This happens after certain exception processing */
    931  1.1  jruoho 
    932  1.1  jruoho         goto Exit;
    933  1.1  jruoho     }
    934  1.1  jruoho 
    935  1.1  jruoho     if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
    936  1.1  jruoho         (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) ||
    937  1.1  jruoho         (Op->Common.Parent->Common.AmlOpcode == AML_REF_OF_OP))
    938  1.1  jruoho     {
    939  1.1  jruoho         /* TBD: Should we specify this feature as a bit of OpInfo->Flags of these opcodes? */
    940  1.1  jruoho 
    941  1.1  jruoho         goto Exit;
    942  1.1  jruoho     }
    943  1.1  jruoho 
    944  1.1  jruoho     Status = AcpiDsCreateOperand (WalkState, Op, 0);
    945  1.1  jruoho     if (ACPI_FAILURE (Status))
    946  1.1  jruoho     {
    947  1.1  jruoho         goto Exit;
    948  1.1  jruoho     }
    949  1.1  jruoho 
    950  1.1  jruoho     if (Op->Common.Flags & ACPI_PARSEOP_TARGET)
    951  1.1  jruoho     {
    952  1.1  jruoho         NewObjDesc = *Operand;
    953  1.1  jruoho         goto PushResult;
    954  1.1  jruoho     }
    955  1.1  jruoho 
    956  1.1  jruoho     Type = (*Operand)->Common.Type;
    957  1.1  jruoho 
    958  1.1  jruoho     Status = AcpiExResolveToValue (Operand, WalkState);
    959  1.1  jruoho     if (ACPI_FAILURE (Status))
    960  1.1  jruoho     {
    961  1.1  jruoho         goto Exit;
    962  1.1  jruoho     }
    963  1.1  jruoho 
    964  1.1  jruoho     if (Type == ACPI_TYPE_INTEGER)
    965  1.1  jruoho     {
    966  1.1  jruoho         /* It was incremented by AcpiExResolveToValue */
    967  1.1  jruoho 
    968  1.1  jruoho         AcpiUtRemoveReference (*Operand);
    969  1.1  jruoho 
    970  1.1  jruoho         Status = AcpiUtCopyIobjectToIobject (*Operand, &NewObjDesc, WalkState);
    971  1.1  jruoho         if (ACPI_FAILURE (Status))
    972  1.1  jruoho         {
    973  1.1  jruoho             goto Exit;
    974  1.1  jruoho         }
    975  1.1  jruoho     }
    976  1.1  jruoho     else
    977  1.1  jruoho     {
    978  1.1  jruoho         /*
    979  1.1  jruoho          * The object either was anew created or is
    980  1.1  jruoho          * a Namespace node - don't decrement it.
    981  1.1  jruoho          */
    982  1.1  jruoho         NewObjDesc = *Operand;
    983  1.1  jruoho     }
    984  1.1  jruoho 
    985  1.1  jruoho     /* Cleanup for name-path operand */
    986  1.1  jruoho 
    987  1.1  jruoho     Status = AcpiDsObjStackPop (1, WalkState);
    988  1.1  jruoho     if (ACPI_FAILURE (Status))
    989  1.1  jruoho     {
    990  1.1  jruoho         WalkState->ResultObj = NewObjDesc;
    991  1.1  jruoho         goto Exit;
    992  1.1  jruoho     }
    993  1.1  jruoho 
    994  1.1  jruoho PushResult:
    995  1.1  jruoho 
    996  1.1  jruoho     WalkState->ResultObj = NewObjDesc;
    997  1.1  jruoho 
    998  1.1  jruoho     Status = AcpiDsResultPush (WalkState->ResultObj, WalkState);
    999  1.1  jruoho     if (ACPI_SUCCESS (Status))
   1000  1.1  jruoho     {
   1001  1.1  jruoho         /* Force to take it from stack */
   1002  1.1  jruoho 
   1003  1.1  jruoho         Op->Common.Flags |= ACPI_PARSEOP_IN_STACK;
   1004  1.1  jruoho     }
   1005  1.1  jruoho 
   1006  1.1  jruoho Exit:
   1007  1.1  jruoho 
   1008  1.1  jruoho     return_ACPI_STATUS (Status);
   1009  1.1  jruoho }
   1010