1*433d6423SLionel Sambuc /****************************************************************************** 2*433d6423SLionel Sambuc * 3*433d6423SLionel Sambuc * Name: acdispat.h - dispatcher (parser to interpreter interface) 4*433d6423SLionel Sambuc * 5*433d6423SLionel Sambuc *****************************************************************************/ 6*433d6423SLionel Sambuc 7*433d6423SLionel Sambuc /****************************************************************************** 8*433d6423SLionel Sambuc * 9*433d6423SLionel Sambuc * 1. Copyright Notice 10*433d6423SLionel Sambuc * 11*433d6423SLionel Sambuc * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. 12*433d6423SLionel Sambuc * All rights reserved. 13*433d6423SLionel Sambuc * 14*433d6423SLionel Sambuc * 2. License 15*433d6423SLionel Sambuc * 16*433d6423SLionel Sambuc * 2.1. This is your license from Intel Corp. under its intellectual property 17*433d6423SLionel Sambuc * rights. You may have additional license terms from the party that provided 18*433d6423SLionel Sambuc * you this software, covering your right to use that party's intellectual 19*433d6423SLionel Sambuc * property rights. 20*433d6423SLionel Sambuc * 21*433d6423SLionel Sambuc * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 22*433d6423SLionel Sambuc * copy of the source code appearing in this file ("Covered Code") an 23*433d6423SLionel Sambuc * irrevocable, perpetual, worldwide license under Intel's copyrights in the 24*433d6423SLionel Sambuc * base code distributed originally by Intel ("Original Intel Code") to copy, 25*433d6423SLionel Sambuc * make derivatives, distribute, use and display any portion of the Covered 26*433d6423SLionel Sambuc * Code in any form, with the right to sublicense such rights; and 27*433d6423SLionel Sambuc * 28*433d6423SLionel Sambuc * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 29*433d6423SLionel Sambuc * license (with the right to sublicense), under only those claims of Intel 30*433d6423SLionel Sambuc * patents that are infringed by the Original Intel Code, to make, use, sell, 31*433d6423SLionel Sambuc * offer to sell, and import the Covered Code and derivative works thereof 32*433d6423SLionel Sambuc * solely to the minimum extent necessary to exercise the above copyright 33*433d6423SLionel Sambuc * license, and in no event shall the patent license extend to any additions 34*433d6423SLionel Sambuc * to or modifications of the Original Intel Code. No other license or right 35*433d6423SLionel Sambuc * is granted directly or by implication, estoppel or otherwise; 36*433d6423SLionel Sambuc * 37*433d6423SLionel Sambuc * The above copyright and patent license is granted only if the following 38*433d6423SLionel Sambuc * conditions are met: 39*433d6423SLionel Sambuc * 40*433d6423SLionel Sambuc * 3. Conditions 41*433d6423SLionel Sambuc * 42*433d6423SLionel Sambuc * 3.1. Redistribution of Source with Rights to Further Distribute Source. 43*433d6423SLionel Sambuc * Redistribution of source code of any substantial portion of the Covered 44*433d6423SLionel Sambuc * Code or modification with rights to further distribute source must include 45*433d6423SLionel Sambuc * the above Copyright Notice, the above License, this list of Conditions, 46*433d6423SLionel Sambuc * and the following Disclaimer and Export Compliance provision. In addition, 47*433d6423SLionel Sambuc * Licensee must cause all Covered Code to which Licensee contributes to 48*433d6423SLionel Sambuc * contain a file documenting the changes Licensee made to create that Covered 49*433d6423SLionel Sambuc * Code and the date of any change. Licensee must include in that file the 50*433d6423SLionel Sambuc * documentation of any changes made by any predecessor Licensee. Licensee 51*433d6423SLionel Sambuc * must include a prominent statement that the modification is derived, 52*433d6423SLionel Sambuc * directly or indirectly, from Original Intel Code. 53*433d6423SLionel Sambuc * 54*433d6423SLionel Sambuc * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 55*433d6423SLionel Sambuc * Redistribution of source code of any substantial portion of the Covered 56*433d6423SLionel Sambuc * Code or modification without rights to further distribute source must 57*433d6423SLionel Sambuc * include the following Disclaimer and Export Compliance provision in the 58*433d6423SLionel Sambuc * documentation and/or other materials provided with distribution. In 59*433d6423SLionel Sambuc * addition, Licensee may not authorize further sublicense of source of any 60*433d6423SLionel Sambuc * portion of the Covered Code, and must include terms to the effect that the 61*433d6423SLionel Sambuc * license from Licensee to its licensee is limited to the intellectual 62*433d6423SLionel Sambuc * property embodied in the software Licensee provides to its licensee, and 63*433d6423SLionel Sambuc * not to intellectual property embodied in modifications its licensee may 64*433d6423SLionel Sambuc * make. 65*433d6423SLionel Sambuc * 66*433d6423SLionel Sambuc * 3.3. Redistribution of Executable. Redistribution in executable form of any 67*433d6423SLionel Sambuc * substantial portion of the Covered Code or modification must reproduce the 68*433d6423SLionel Sambuc * above Copyright Notice, and the following Disclaimer and Export Compliance 69*433d6423SLionel Sambuc * provision in the documentation and/or other materials provided with the 70*433d6423SLionel Sambuc * distribution. 71*433d6423SLionel Sambuc * 72*433d6423SLionel Sambuc * 3.4. Intel retains all right, title, and interest in and to the Original 73*433d6423SLionel Sambuc * Intel Code. 74*433d6423SLionel Sambuc * 75*433d6423SLionel Sambuc * 3.5. Neither the name Intel nor any other trademark owned or controlled by 76*433d6423SLionel Sambuc * Intel shall be used in advertising or otherwise to promote the sale, use or 77*433d6423SLionel Sambuc * other dealings in products derived from or relating to the Covered Code 78*433d6423SLionel Sambuc * without prior written authorization from Intel. 79*433d6423SLionel Sambuc * 80*433d6423SLionel Sambuc * 4. Disclaimer and Export Compliance 81*433d6423SLionel Sambuc * 82*433d6423SLionel Sambuc * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 83*433d6423SLionel Sambuc * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 84*433d6423SLionel Sambuc * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 85*433d6423SLionel Sambuc * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 86*433d6423SLionel Sambuc * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 87*433d6423SLionel Sambuc * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 88*433d6423SLionel Sambuc * PARTICULAR PURPOSE. 89*433d6423SLionel Sambuc * 90*433d6423SLionel Sambuc * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 91*433d6423SLionel Sambuc * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 92*433d6423SLionel Sambuc * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 93*433d6423SLionel Sambuc * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 94*433d6423SLionel Sambuc * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 95*433d6423SLionel Sambuc * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 96*433d6423SLionel Sambuc * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 97*433d6423SLionel Sambuc * LIMITED REMEDY. 98*433d6423SLionel Sambuc * 99*433d6423SLionel Sambuc * 4.3. Licensee shall not export, either directly or indirectly, any of this 100*433d6423SLionel Sambuc * software or system incorporating such software without first obtaining any 101*433d6423SLionel Sambuc * required license or other approval from the U. S. Department of Commerce or 102*433d6423SLionel Sambuc * any other agency or department of the United States Government. In the 103*433d6423SLionel Sambuc * event Licensee exports any such software from the United States or 104*433d6423SLionel Sambuc * re-exports any such software from a foreign destination, Licensee shall 105*433d6423SLionel Sambuc * ensure that the distribution and export/re-export of the software is in 106*433d6423SLionel Sambuc * compliance with all laws, regulations, orders, or other restrictions of the 107*433d6423SLionel Sambuc * U.S. Export Administration Regulations. Licensee agrees that neither it nor 108*433d6423SLionel Sambuc * any of its subsidiaries will export/re-export any technical data, process, 109*433d6423SLionel Sambuc * software, or service, directly or indirectly, to any country for which the 110*433d6423SLionel Sambuc * United States government or any agency thereof requires an export license, 111*433d6423SLionel Sambuc * other governmental approval, or letter of assurance, without first obtaining 112*433d6423SLionel Sambuc * such license, approval or letter. 113*433d6423SLionel Sambuc * 114*433d6423SLionel Sambuc *****************************************************************************/ 115*433d6423SLionel Sambuc 116*433d6423SLionel Sambuc 117*433d6423SLionel Sambuc #ifndef _ACDISPAT_H_ 118*433d6423SLionel Sambuc #define _ACDISPAT_H_ 119*433d6423SLionel Sambuc 120*433d6423SLionel Sambuc 121*433d6423SLionel Sambuc #define NAMEOF_LOCAL_NTE "__L0" 122*433d6423SLionel Sambuc #define NAMEOF_ARG_NTE "__A0" 123*433d6423SLionel Sambuc 124*433d6423SLionel Sambuc 125*433d6423SLionel Sambuc /* 126*433d6423SLionel Sambuc * dsopcode - support for late evaluation 127*433d6423SLionel Sambuc */ 128*433d6423SLionel Sambuc ACPI_STATUS 129*433d6423SLionel Sambuc AcpiDsGetBufferFieldArguments ( 130*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc); 131*433d6423SLionel Sambuc 132*433d6423SLionel Sambuc ACPI_STATUS 133*433d6423SLionel Sambuc AcpiDsGetBankFieldArguments ( 134*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc); 135*433d6423SLionel Sambuc 136*433d6423SLionel Sambuc ACPI_STATUS 137*433d6423SLionel Sambuc AcpiDsGetRegionArguments ( 138*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *RgnDesc); 139*433d6423SLionel Sambuc 140*433d6423SLionel Sambuc ACPI_STATUS 141*433d6423SLionel Sambuc AcpiDsGetBufferArguments ( 142*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc); 143*433d6423SLionel Sambuc 144*433d6423SLionel Sambuc ACPI_STATUS 145*433d6423SLionel Sambuc AcpiDsGetPackageArguments ( 146*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc); 147*433d6423SLionel Sambuc 148*433d6423SLionel Sambuc ACPI_STATUS 149*433d6423SLionel Sambuc AcpiDsEvalBufferFieldOperands ( 150*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 151*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 152*433d6423SLionel Sambuc 153*433d6423SLionel Sambuc ACPI_STATUS 154*433d6423SLionel Sambuc AcpiDsEvalRegionOperands ( 155*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 156*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 157*433d6423SLionel Sambuc 158*433d6423SLionel Sambuc ACPI_STATUS 159*433d6423SLionel Sambuc AcpiDsEvalTableRegionOperands ( 160*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 161*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 162*433d6423SLionel Sambuc 163*433d6423SLionel Sambuc ACPI_STATUS 164*433d6423SLionel Sambuc AcpiDsEvalDataObjectOperands ( 165*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 166*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 167*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc); 168*433d6423SLionel Sambuc 169*433d6423SLionel Sambuc ACPI_STATUS 170*433d6423SLionel Sambuc AcpiDsEvalBankFieldOperands ( 171*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 172*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 173*433d6423SLionel Sambuc 174*433d6423SLionel Sambuc ACPI_STATUS 175*433d6423SLionel Sambuc AcpiDsInitializeRegion ( 176*433d6423SLionel Sambuc ACPI_HANDLE ObjHandle); 177*433d6423SLionel Sambuc 178*433d6423SLionel Sambuc 179*433d6423SLionel Sambuc /* 180*433d6423SLionel Sambuc * dsctrl - Parser/Interpreter interface, control stack routines 181*433d6423SLionel Sambuc */ 182*433d6423SLionel Sambuc ACPI_STATUS 183*433d6423SLionel Sambuc AcpiDsExecBeginControlOp ( 184*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 185*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 186*433d6423SLionel Sambuc 187*433d6423SLionel Sambuc ACPI_STATUS 188*433d6423SLionel Sambuc AcpiDsExecEndControlOp ( 189*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 190*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 191*433d6423SLionel Sambuc 192*433d6423SLionel Sambuc 193*433d6423SLionel Sambuc /* 194*433d6423SLionel Sambuc * dsexec - Parser/Interpreter interface, method execution callbacks 195*433d6423SLionel Sambuc */ 196*433d6423SLionel Sambuc ACPI_STATUS 197*433d6423SLionel Sambuc AcpiDsGetPredicateValue ( 198*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 199*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ResultObj); 200*433d6423SLionel Sambuc 201*433d6423SLionel Sambuc ACPI_STATUS 202*433d6423SLionel Sambuc AcpiDsExecBeginOp ( 203*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 204*433d6423SLionel Sambuc ACPI_PARSE_OBJECT **OutOp); 205*433d6423SLionel Sambuc 206*433d6423SLionel Sambuc ACPI_STATUS 207*433d6423SLionel Sambuc AcpiDsExecEndOp ( 208*433d6423SLionel Sambuc ACPI_WALK_STATE *State); 209*433d6423SLionel Sambuc 210*433d6423SLionel Sambuc 211*433d6423SLionel Sambuc /* 212*433d6423SLionel Sambuc * dsfield - Parser/Interpreter interface for AML fields 213*433d6423SLionel Sambuc */ 214*433d6423SLionel Sambuc ACPI_STATUS 215*433d6423SLionel Sambuc AcpiDsCreateField ( 216*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 217*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *RegionNode, 218*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 219*433d6423SLionel Sambuc 220*433d6423SLionel Sambuc ACPI_STATUS 221*433d6423SLionel Sambuc AcpiDsCreateBankField ( 222*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 223*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *RegionNode, 224*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 225*433d6423SLionel Sambuc 226*433d6423SLionel Sambuc ACPI_STATUS 227*433d6423SLionel Sambuc AcpiDsCreateIndexField ( 228*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 229*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *RegionNode, 230*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 231*433d6423SLionel Sambuc 232*433d6423SLionel Sambuc ACPI_STATUS 233*433d6423SLionel Sambuc AcpiDsCreateBufferField ( 234*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 235*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 236*433d6423SLionel Sambuc 237*433d6423SLionel Sambuc ACPI_STATUS 238*433d6423SLionel Sambuc AcpiDsInitFieldObjects ( 239*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 240*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 241*433d6423SLionel Sambuc 242*433d6423SLionel Sambuc 243*433d6423SLionel Sambuc /* 244*433d6423SLionel Sambuc * dsload - Parser/Interpreter interface, namespace load callbacks 245*433d6423SLionel Sambuc */ 246*433d6423SLionel Sambuc ACPI_STATUS 247*433d6423SLionel Sambuc AcpiDsLoad1BeginOp ( 248*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 249*433d6423SLionel Sambuc ACPI_PARSE_OBJECT **OutOp); 250*433d6423SLionel Sambuc 251*433d6423SLionel Sambuc ACPI_STATUS 252*433d6423SLionel Sambuc AcpiDsLoad1EndOp ( 253*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 254*433d6423SLionel Sambuc 255*433d6423SLionel Sambuc ACPI_STATUS 256*433d6423SLionel Sambuc AcpiDsLoad2BeginOp ( 257*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 258*433d6423SLionel Sambuc ACPI_PARSE_OBJECT **OutOp); 259*433d6423SLionel Sambuc 260*433d6423SLionel Sambuc ACPI_STATUS 261*433d6423SLionel Sambuc AcpiDsLoad2EndOp ( 262*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 263*433d6423SLionel Sambuc 264*433d6423SLionel Sambuc ACPI_STATUS 265*433d6423SLionel Sambuc AcpiDsInitCallbacks ( 266*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 267*433d6423SLionel Sambuc UINT32 PassNumber); 268*433d6423SLionel Sambuc 269*433d6423SLionel Sambuc 270*433d6423SLionel Sambuc /* 271*433d6423SLionel Sambuc * dsmthdat - method data (locals/args) 272*433d6423SLionel Sambuc */ 273*433d6423SLionel Sambuc ACPI_STATUS 274*433d6423SLionel Sambuc AcpiDsStoreObjectToLocal ( 275*433d6423SLionel Sambuc UINT8 Type, 276*433d6423SLionel Sambuc UINT32 Index, 277*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *SrcDesc, 278*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 279*433d6423SLionel Sambuc 280*433d6423SLionel Sambuc ACPI_STATUS 281*433d6423SLionel Sambuc AcpiDsMethodDataGetEntry ( 282*433d6423SLionel Sambuc UINT16 Opcode, 283*433d6423SLionel Sambuc UINT32 Index, 284*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 285*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT ***Node); 286*433d6423SLionel Sambuc 287*433d6423SLionel Sambuc void 288*433d6423SLionel Sambuc AcpiDsMethodDataDeleteAll ( 289*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 290*433d6423SLionel Sambuc 291*433d6423SLionel Sambuc BOOLEAN 292*433d6423SLionel Sambuc AcpiDsIsMethodValue ( 293*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc); 294*433d6423SLionel Sambuc 295*433d6423SLionel Sambuc ACPI_STATUS 296*433d6423SLionel Sambuc AcpiDsMethodDataGetValue ( 297*433d6423SLionel Sambuc UINT8 Type, 298*433d6423SLionel Sambuc UINT32 Index, 299*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 300*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT **DestDesc); 301*433d6423SLionel Sambuc 302*433d6423SLionel Sambuc ACPI_STATUS 303*433d6423SLionel Sambuc AcpiDsMethodDataInitArgs ( 304*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT **Params, 305*433d6423SLionel Sambuc UINT32 MaxParamCount, 306*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 307*433d6423SLionel Sambuc 308*433d6423SLionel Sambuc ACPI_STATUS 309*433d6423SLionel Sambuc AcpiDsMethodDataGetNode ( 310*433d6423SLionel Sambuc UINT8 Type, 311*433d6423SLionel Sambuc UINT32 Index, 312*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 313*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE **Node); 314*433d6423SLionel Sambuc 315*433d6423SLionel Sambuc void 316*433d6423SLionel Sambuc AcpiDsMethodDataInit ( 317*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 318*433d6423SLionel Sambuc 319*433d6423SLionel Sambuc 320*433d6423SLionel Sambuc /* 321*433d6423SLionel Sambuc * dsmethod - Parser/Interpreter interface - control method parsing 322*433d6423SLionel Sambuc */ 323*433d6423SLionel Sambuc ACPI_STATUS 324*433d6423SLionel Sambuc AcpiDsParseMethod ( 325*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *Node); 326*433d6423SLionel Sambuc 327*433d6423SLionel Sambuc ACPI_STATUS 328*433d6423SLionel Sambuc AcpiDsCallControlMethod ( 329*433d6423SLionel Sambuc ACPI_THREAD_STATE *Thread, 330*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 331*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 332*433d6423SLionel Sambuc 333*433d6423SLionel Sambuc ACPI_STATUS 334*433d6423SLionel Sambuc AcpiDsRestartControlMethod ( 335*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 336*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ReturnDesc); 337*433d6423SLionel Sambuc 338*433d6423SLionel Sambuc void 339*433d6423SLionel Sambuc AcpiDsTerminateControlMethod ( 340*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *MethodDesc, 341*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 342*433d6423SLionel Sambuc 343*433d6423SLionel Sambuc ACPI_STATUS 344*433d6423SLionel Sambuc AcpiDsBeginMethodExecution ( 345*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *MethodNode, 346*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ObjDesc, 347*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 348*433d6423SLionel Sambuc 349*433d6423SLionel Sambuc ACPI_STATUS 350*433d6423SLionel Sambuc AcpiDsMethodError ( 351*433d6423SLionel Sambuc ACPI_STATUS Status, 352*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 353*433d6423SLionel Sambuc 354*433d6423SLionel Sambuc /* 355*433d6423SLionel Sambuc * dsinit 356*433d6423SLionel Sambuc */ 357*433d6423SLionel Sambuc ACPI_STATUS 358*433d6423SLionel Sambuc AcpiDsInitializeObjects ( 359*433d6423SLionel Sambuc UINT32 TableIndex, 360*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *StartNode); 361*433d6423SLionel Sambuc 362*433d6423SLionel Sambuc 363*433d6423SLionel Sambuc /* 364*433d6423SLionel Sambuc * dsobject - Parser/Interpreter interface - object initialization and conversion 365*433d6423SLionel Sambuc */ 366*433d6423SLionel Sambuc ACPI_STATUS 367*433d6423SLionel Sambuc AcpiDsBuildInternalBufferObj ( 368*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 369*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 370*433d6423SLionel Sambuc UINT32 BufferLength, 371*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT **ObjDescPtr); 372*433d6423SLionel Sambuc 373*433d6423SLionel Sambuc ACPI_STATUS 374*433d6423SLionel Sambuc AcpiDsBuildInternalPackageObj ( 375*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 376*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *op, 377*433d6423SLionel Sambuc UINT32 PackageLength, 378*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT **ObjDesc); 379*433d6423SLionel Sambuc 380*433d6423SLionel Sambuc ACPI_STATUS 381*433d6423SLionel Sambuc AcpiDsInitObjectFromOp ( 382*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 383*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 384*433d6423SLionel Sambuc UINT16 Opcode, 385*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT **ObjDesc); 386*433d6423SLionel Sambuc 387*433d6423SLionel Sambuc ACPI_STATUS 388*433d6423SLionel Sambuc AcpiDsCreateNode ( 389*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 390*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *Node, 391*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op); 392*433d6423SLionel Sambuc 393*433d6423SLionel Sambuc 394*433d6423SLionel Sambuc /* 395*433d6423SLionel Sambuc * dsutils - Parser/Interpreter interface utility routines 396*433d6423SLionel Sambuc */ 397*433d6423SLionel Sambuc void 398*433d6423SLionel Sambuc AcpiDsClearImplicitReturn ( 399*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 400*433d6423SLionel Sambuc 401*433d6423SLionel Sambuc BOOLEAN 402*433d6423SLionel Sambuc AcpiDsDoImplicitReturn ( 403*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ReturnDesc, 404*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 405*433d6423SLionel Sambuc BOOLEAN AddReference); 406*433d6423SLionel Sambuc 407*433d6423SLionel Sambuc BOOLEAN 408*433d6423SLionel Sambuc AcpiDsIsResultUsed ( 409*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 410*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 411*433d6423SLionel Sambuc 412*433d6423SLionel Sambuc void 413*433d6423SLionel Sambuc AcpiDsDeleteResultIfNotUsed ( 414*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 415*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *ResultObj, 416*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 417*433d6423SLionel Sambuc 418*433d6423SLionel Sambuc ACPI_STATUS 419*433d6423SLionel Sambuc AcpiDsCreateOperand ( 420*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 421*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Arg, 422*433d6423SLionel Sambuc UINT32 ArgsRemaining); 423*433d6423SLionel Sambuc 424*433d6423SLionel Sambuc ACPI_STATUS 425*433d6423SLionel Sambuc AcpiDsCreateOperands ( 426*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 427*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *FirstArg); 428*433d6423SLionel Sambuc 429*433d6423SLionel Sambuc ACPI_STATUS 430*433d6423SLionel Sambuc AcpiDsResolveOperands ( 431*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 432*433d6423SLionel Sambuc 433*433d6423SLionel Sambuc void 434*433d6423SLionel Sambuc AcpiDsClearOperands ( 435*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 436*433d6423SLionel Sambuc 437*433d6423SLionel Sambuc ACPI_STATUS 438*433d6423SLionel Sambuc AcpiDsEvaluateNamePath ( 439*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 440*433d6423SLionel Sambuc 441*433d6423SLionel Sambuc 442*433d6423SLionel Sambuc /* 443*433d6423SLionel Sambuc * dswscope - Scope Stack manipulation 444*433d6423SLionel Sambuc */ 445*433d6423SLionel Sambuc ACPI_STATUS 446*433d6423SLionel Sambuc AcpiDsScopeStackPush ( 447*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *Node, 448*433d6423SLionel Sambuc ACPI_OBJECT_TYPE Type, 449*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 450*433d6423SLionel Sambuc 451*433d6423SLionel Sambuc 452*433d6423SLionel Sambuc ACPI_STATUS 453*433d6423SLionel Sambuc AcpiDsScopeStackPop ( 454*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 455*433d6423SLionel Sambuc 456*433d6423SLionel Sambuc void 457*433d6423SLionel Sambuc AcpiDsScopeStackClear ( 458*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 459*433d6423SLionel Sambuc 460*433d6423SLionel Sambuc 461*433d6423SLionel Sambuc /* 462*433d6423SLionel Sambuc * dswstate - parser WALK_STATE management routines 463*433d6423SLionel Sambuc */ 464*433d6423SLionel Sambuc ACPI_STATUS 465*433d6423SLionel Sambuc AcpiDsObjStackPush ( 466*433d6423SLionel Sambuc void *Object, 467*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 468*433d6423SLionel Sambuc 469*433d6423SLionel Sambuc ACPI_STATUS 470*433d6423SLionel Sambuc AcpiDsObjStackPop ( 471*433d6423SLionel Sambuc UINT32 PopCount, 472*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 473*433d6423SLionel Sambuc 474*433d6423SLionel Sambuc ACPI_WALK_STATE * 475*433d6423SLionel Sambuc AcpiDsCreateWalkState ( 476*433d6423SLionel Sambuc ACPI_OWNER_ID OwnerId, 477*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Origin, 478*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *MthDesc, 479*433d6423SLionel Sambuc ACPI_THREAD_STATE *Thread); 480*433d6423SLionel Sambuc 481*433d6423SLionel Sambuc ACPI_STATUS 482*433d6423SLionel Sambuc AcpiDsInitAmlWalk ( 483*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 484*433d6423SLionel Sambuc ACPI_PARSE_OBJECT *Op, 485*433d6423SLionel Sambuc ACPI_NAMESPACE_NODE *MethodNode, 486*433d6423SLionel Sambuc UINT8 *AmlStart, 487*433d6423SLionel Sambuc UINT32 AmlLength, 488*433d6423SLionel Sambuc ACPI_EVALUATE_INFO *Info, 489*433d6423SLionel Sambuc UINT8 PassNumber); 490*433d6423SLionel Sambuc 491*433d6423SLionel Sambuc void 492*433d6423SLionel Sambuc AcpiDsObjStackPopAndDelete ( 493*433d6423SLionel Sambuc UINT32 PopCount, 494*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 495*433d6423SLionel Sambuc 496*433d6423SLionel Sambuc void 497*433d6423SLionel Sambuc AcpiDsDeleteWalkState ( 498*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 499*433d6423SLionel Sambuc 500*433d6423SLionel Sambuc ACPI_WALK_STATE * 501*433d6423SLionel Sambuc AcpiDsPopWalkState ( 502*433d6423SLionel Sambuc ACPI_THREAD_STATE *Thread); 503*433d6423SLionel Sambuc 504*433d6423SLionel Sambuc void 505*433d6423SLionel Sambuc AcpiDsPushWalkState ( 506*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState, 507*433d6423SLionel Sambuc ACPI_THREAD_STATE *Thread); 508*433d6423SLionel Sambuc 509*433d6423SLionel Sambuc ACPI_STATUS 510*433d6423SLionel Sambuc AcpiDsResultStackClear ( 511*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 512*433d6423SLionel Sambuc 513*433d6423SLionel Sambuc ACPI_WALK_STATE * 514*433d6423SLionel Sambuc AcpiDsGetCurrentWalkState ( 515*433d6423SLionel Sambuc ACPI_THREAD_STATE *Thread); 516*433d6423SLionel Sambuc 517*433d6423SLionel Sambuc ACPI_STATUS 518*433d6423SLionel Sambuc AcpiDsResultPop ( 519*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT **Object, 520*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 521*433d6423SLionel Sambuc 522*433d6423SLionel Sambuc ACPI_STATUS 523*433d6423SLionel Sambuc AcpiDsResultPush ( 524*433d6423SLionel Sambuc ACPI_OPERAND_OBJECT *Object, 525*433d6423SLionel Sambuc ACPI_WALK_STATE *WalkState); 526*433d6423SLionel Sambuc 527*433d6423SLionel Sambuc #endif /* _ACDISPAT_H_ */ 528