10Sstevel@tonic-gate /******************************************************************************
20Sstevel@tonic-gate  *
30Sstevel@tonic-gate  * Name: acstruct.h - Internal structs
4*2623Smyers  *       $Revision: 1.44 $
50Sstevel@tonic-gate  *
60Sstevel@tonic-gate  *****************************************************************************/
70Sstevel@tonic-gate 
80Sstevel@tonic-gate /******************************************************************************
90Sstevel@tonic-gate  *
100Sstevel@tonic-gate  * 1. Copyright Notice
110Sstevel@tonic-gate  *
121560Smyers  * Some or all of this work - Copyright (c) 1999 - 2006, Intel Corp.
130Sstevel@tonic-gate  * All rights reserved.
140Sstevel@tonic-gate  *
150Sstevel@tonic-gate  * 2. License
160Sstevel@tonic-gate  *
170Sstevel@tonic-gate  * 2.1. This is your license from Intel Corp. under its intellectual property
180Sstevel@tonic-gate  * rights.  You may have additional license terms from the party that provided
190Sstevel@tonic-gate  * you this software, covering your right to use that party's intellectual
200Sstevel@tonic-gate  * property rights.
210Sstevel@tonic-gate  *
220Sstevel@tonic-gate  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
230Sstevel@tonic-gate  * copy of the source code appearing in this file ("Covered Code") an
240Sstevel@tonic-gate  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
250Sstevel@tonic-gate  * base code distributed originally by Intel ("Original Intel Code") to copy,
260Sstevel@tonic-gate  * make derivatives, distribute, use and display any portion of the Covered
270Sstevel@tonic-gate  * Code in any form, with the right to sublicense such rights; and
280Sstevel@tonic-gate  *
290Sstevel@tonic-gate  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
300Sstevel@tonic-gate  * license (with the right to sublicense), under only those claims of Intel
310Sstevel@tonic-gate  * patents that are infringed by the Original Intel Code, to make, use, sell,
320Sstevel@tonic-gate  * offer to sell, and import the Covered Code and derivative works thereof
330Sstevel@tonic-gate  * solely to the minimum extent necessary to exercise the above copyright
340Sstevel@tonic-gate  * license, and in no event shall the patent license extend to any additions
350Sstevel@tonic-gate  * to or modifications of the Original Intel Code.  No other license or right
360Sstevel@tonic-gate  * is granted directly or by implication, estoppel or otherwise;
370Sstevel@tonic-gate  *
380Sstevel@tonic-gate  * The above copyright and patent license is granted only if the following
390Sstevel@tonic-gate  * conditions are met:
400Sstevel@tonic-gate  *
410Sstevel@tonic-gate  * 3. Conditions
420Sstevel@tonic-gate  *
430Sstevel@tonic-gate  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
440Sstevel@tonic-gate  * Redistribution of source code of any substantial portion of the Covered
450Sstevel@tonic-gate  * Code or modification with rights to further distribute source must include
460Sstevel@tonic-gate  * the above Copyright Notice, the above License, this list of Conditions,
470Sstevel@tonic-gate  * and the following Disclaimer and Export Compliance provision.  In addition,
480Sstevel@tonic-gate  * Licensee must cause all Covered Code to which Licensee contributes to
490Sstevel@tonic-gate  * contain a file documenting the changes Licensee made to create that Covered
500Sstevel@tonic-gate  * Code and the date of any change.  Licensee must include in that file the
510Sstevel@tonic-gate  * documentation of any changes made by any predecessor Licensee.  Licensee
520Sstevel@tonic-gate  * must include a prominent statement that the modification is derived,
530Sstevel@tonic-gate  * directly or indirectly, from Original Intel Code.
540Sstevel@tonic-gate  *
550Sstevel@tonic-gate  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
560Sstevel@tonic-gate  * Redistribution of source code of any substantial portion of the Covered
570Sstevel@tonic-gate  * Code or modification without rights to further distribute source must
580Sstevel@tonic-gate  * include the following Disclaimer and Export Compliance provision in the
590Sstevel@tonic-gate  * documentation and/or other materials provided with distribution.  In
600Sstevel@tonic-gate  * addition, Licensee may not authorize further sublicense of source of any
610Sstevel@tonic-gate  * portion of the Covered Code, and must include terms to the effect that the
620Sstevel@tonic-gate  * license from Licensee to its licensee is limited to the intellectual
630Sstevel@tonic-gate  * property embodied in the software Licensee provides to its licensee, and
640Sstevel@tonic-gate  * not to intellectual property embodied in modifications its licensee may
650Sstevel@tonic-gate  * make.
660Sstevel@tonic-gate  *
670Sstevel@tonic-gate  * 3.3. Redistribution of Executable. Redistribution in executable form of any
680Sstevel@tonic-gate  * substantial portion of the Covered Code or modification must reproduce the
690Sstevel@tonic-gate  * above Copyright Notice, and the following Disclaimer and Export Compliance
700Sstevel@tonic-gate  * provision in the documentation and/or other materials provided with the
710Sstevel@tonic-gate  * distribution.
720Sstevel@tonic-gate  *
730Sstevel@tonic-gate  * 3.4. Intel retains all right, title, and interest in and to the Original
740Sstevel@tonic-gate  * Intel Code.
750Sstevel@tonic-gate  *
760Sstevel@tonic-gate  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
770Sstevel@tonic-gate  * Intel shall be used in advertising or otherwise to promote the sale, use or
780Sstevel@tonic-gate  * other dealings in products derived from or relating to the Covered Code
790Sstevel@tonic-gate  * without prior written authorization from Intel.
800Sstevel@tonic-gate  *
810Sstevel@tonic-gate  * 4. Disclaimer and Export Compliance
820Sstevel@tonic-gate  *
830Sstevel@tonic-gate  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
840Sstevel@tonic-gate  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
850Sstevel@tonic-gate  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
860Sstevel@tonic-gate  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
870Sstevel@tonic-gate  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
880Sstevel@tonic-gate  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
890Sstevel@tonic-gate  * PARTICULAR PURPOSE.
900Sstevel@tonic-gate  *
910Sstevel@tonic-gate  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
920Sstevel@tonic-gate  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
930Sstevel@tonic-gate  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
940Sstevel@tonic-gate  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
950Sstevel@tonic-gate  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
960Sstevel@tonic-gate  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
970Sstevel@tonic-gate  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
980Sstevel@tonic-gate  * LIMITED REMEDY.
990Sstevel@tonic-gate  *
1000Sstevel@tonic-gate  * 4.3. Licensee shall not export, either directly or indirectly, any of this
1010Sstevel@tonic-gate  * software or system incorporating such software without first obtaining any
1020Sstevel@tonic-gate  * required license or other approval from the U. S. Department of Commerce or
1030Sstevel@tonic-gate  * any other agency or department of the United States Government.  In the
1040Sstevel@tonic-gate  * event Licensee exports any such software from the United States or
1050Sstevel@tonic-gate  * re-exports any such software from a foreign destination, Licensee shall
1060Sstevel@tonic-gate  * ensure that the distribution and export/re-export of the software is in
1070Sstevel@tonic-gate  * compliance with all laws, regulations, orders, or other restrictions of the
1080Sstevel@tonic-gate  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
1090Sstevel@tonic-gate  * any of its subsidiaries will export/re-export any technical data, process,
1100Sstevel@tonic-gate  * software, or service, directly or indirectly, to any country for which the
1110Sstevel@tonic-gate  * United States government or any agency thereof requires an export license,
1120Sstevel@tonic-gate  * other governmental approval, or letter of assurance, without first obtaining
1130Sstevel@tonic-gate  * such license, approval or letter.
1140Sstevel@tonic-gate  *
1150Sstevel@tonic-gate  *****************************************************************************/
1160Sstevel@tonic-gate 
1170Sstevel@tonic-gate #ifndef __ACSTRUCT_H__
1180Sstevel@tonic-gate #define __ACSTRUCT_H__
1190Sstevel@tonic-gate 
120*2623Smyers /* acpisrc:StructDefs -- for acpisrc conversion */
1210Sstevel@tonic-gate 
1220Sstevel@tonic-gate /*****************************************************************************
1230Sstevel@tonic-gate  *
1240Sstevel@tonic-gate  * Tree walking typedefs and structs
1250Sstevel@tonic-gate  *
1260Sstevel@tonic-gate  ****************************************************************************/
1270Sstevel@tonic-gate 
1280Sstevel@tonic-gate 
1290Sstevel@tonic-gate /*
130*2623Smyers  * Walk state - current state of a parse tree walk.  Used for both a leisurely
131*2623Smyers  * stroll through the tree (for whatever reason), and for control method
132*2623Smyers  * execution.
1330Sstevel@tonic-gate  */
1340Sstevel@tonic-gate #define ACPI_NEXT_OP_DOWNWARD       1
1350Sstevel@tonic-gate #define ACPI_NEXT_OP_UPWARD         2
1360Sstevel@tonic-gate 
137*2623Smyers /*
138*2623Smyers  * Groups of definitions for WalkType used for different implementations of
139*2623Smyers  * walkers (never simultaneously) - flags for interpreter:
140*2623Smyers  */
1410Sstevel@tonic-gate #define ACPI_WALK_NON_METHOD        0
142*2623Smyers #define ACPI_WALK_METHOD            0x01
143*2623Smyers #define ACPI_WALK_METHOD_RESTART    0x02
144*2623Smyers 
145*2623Smyers /* Flags for iASL compiler only */
146*2623Smyers 
147*2623Smyers #define ACPI_WALK_CONST_REQUIRED    0x10
148*2623Smyers #define ACPI_WALK_CONST_OPTIONAL    0x20
149*2623Smyers 
1500Sstevel@tonic-gate 
1510Sstevel@tonic-gate typedef struct acpi_walk_state
1520Sstevel@tonic-gate {
153*2623Smyers     struct acpi_walk_state          *Next;              /* Next WalkState in list */
154*2623Smyers     UINT8                           DescriptorType;     /* To differentiate various internal objs */
155*2623Smyers     UINT8                           WalkType;
156*2623Smyers     UINT16                          Opcode;             /* Current AML opcode */
157*2623Smyers     UINT8                           NextOpInfo;         /* Info about NextOp */
158*2623Smyers     UINT8                           NumOperands;        /* Stack pointer for Operands[] array */
159*2623Smyers     ACPI_OWNER_ID                   OwnerId;            /* Owner of objects created during the walk */
160*2623Smyers     BOOLEAN                         LastPredicate;      /* Result of last predicate */
161*2623Smyers     UINT8                           CurrentResult;
162*2623Smyers     UINT8                           ReturnUsed;
163*2623Smyers     UINT8                           ScopeDepth;
164*2623Smyers     UINT8                           PassNumber;         /* Parse pass during table load */
165*2623Smyers     UINT32                          AmlOffset;
166*2623Smyers     UINT32                          ArgTypes;
167*2623Smyers     UINT32                          MethodBreakpoint;   /* For single stepping */
168*2623Smyers     UINT32                          UserBreakpoint;     /* User AML breakpoint */
169*2623Smyers     UINT32                          ParseFlags;
170*2623Smyers 
171*2623Smyers     ACPI_PARSE_STATE                ParserState;        /* Current state of parser */
172*2623Smyers     UINT32                          PrevArgTypes;
173*2623Smyers     UINT32                          ArgCount;           /* push for fixed or var args */
1740Sstevel@tonic-gate 
175*2623Smyers     struct acpi_namespace_node      Arguments[ACPI_METHOD_NUM_ARGS];        /* Control method arguments */
176*2623Smyers     struct acpi_namespace_node      LocalVariables[ACPI_METHOD_NUM_LOCALS]; /* Control method locals */
177*2623Smyers     union acpi_operand_object       *Operands[ACPI_OBJ_NUM_OPERANDS + 1];   /* Operands passed to the interpreter (+1 for NULL terminator) */
178*2623Smyers     union acpi_operand_object       **Params;
1790Sstevel@tonic-gate 
180*2623Smyers     UINT8                           *AmlLastWhile;
181*2623Smyers     union acpi_operand_object       **CallerReturnDesc;
182*2623Smyers     ACPI_GENERIC_STATE              *ControlState;      /* List of control states (nested IFs) */
183*2623Smyers     struct acpi_namespace_node      *DeferredNode;      /* Used when executing deferred opcodes */
184*2623Smyers     struct acpi_gpe_event_info      *GpeEventInfo;      /* Info for GPE (_Lxx/_Exx methods only */
185*2623Smyers     union acpi_operand_object       *ImplicitReturnObj;
186*2623Smyers     struct acpi_namespace_node      *MethodCallNode;    /* Called method Node*/
187*2623Smyers     ACPI_PARSE_OBJECT               *MethodCallOp;      /* MethodCall Op if running a method */
188*2623Smyers     union acpi_operand_object       *MethodDesc;        /* Method descriptor if running a method */
189*2623Smyers     struct acpi_namespace_node      *MethodNode;        /* Method node if running a method. */
190*2623Smyers     ACPI_PARSE_OBJECT               *Op;                /* Current parser op */
191*2623Smyers     const ACPI_OPCODE_INFO          *OpInfo;            /* Info on current opcode */
192*2623Smyers     ACPI_PARSE_OBJECT               *Origin;            /* Start of walk [Obsolete] */
193*2623Smyers     union acpi_operand_object       *ResultObj;
194*2623Smyers     ACPI_GENERIC_STATE              *Results;           /* Stack of accumulated results */
195*2623Smyers     union acpi_operand_object       *ReturnDesc;        /* Return object, if any */
196*2623Smyers     ACPI_GENERIC_STATE              *ScopeInfo;         /* Stack of nested scopes */
197*2623Smyers     ACPI_PARSE_OBJECT               *PrevOp;            /* Last op that was processed */
198*2623Smyers     ACPI_PARSE_OBJECT               *NextOp;            /* next op to be processed */
199*2623Smyers     ACPI_THREAD_STATE               *Thread;
200*2623Smyers     ACPI_PARSE_DOWNWARDS            DescendingCallback;
201*2623Smyers     ACPI_PARSE_UPWARDS              AscendingCallback;
2020Sstevel@tonic-gate 
2030Sstevel@tonic-gate } ACPI_WALK_STATE;
2040Sstevel@tonic-gate 
2050Sstevel@tonic-gate 
2060Sstevel@tonic-gate /* Info used by AcpiPsInitObjects */
2070Sstevel@tonic-gate 
2080Sstevel@tonic-gate typedef struct acpi_init_walk_info
2090Sstevel@tonic-gate {
210*2623Smyers     UINT16                          MethodCount;
211*2623Smyers     UINT16                          DeviceCount;
212*2623Smyers     UINT16                          OpRegionCount;
213*2623Smyers     UINT16                          FieldCount;
214*2623Smyers     UINT16                          BufferCount;
215*2623Smyers     UINT16                          PackageCount;
216*2623Smyers     UINT16                          OpRegionInit;
217*2623Smyers     UINT16                          FieldInit;
218*2623Smyers     UINT16                          BufferInit;
219*2623Smyers     UINT16                          PackageInit;
220*2623Smyers     UINT16                          ObjectCount;
221*2623Smyers     ACPI_TABLE_DESC                 *TableDesc;
2220Sstevel@tonic-gate 
2230Sstevel@tonic-gate } ACPI_INIT_WALK_INFO;
2240Sstevel@tonic-gate 
2250Sstevel@tonic-gate 
226*2623Smyers typedef struct acpi_get_devices_info
227*2623Smyers {
228*2623Smyers     ACPI_WALK_CALLBACK              UserFunction;
229*2623Smyers     void                            *Context;
230*2623Smyers     char                            *Hid;
231*2623Smyers 
232*2623Smyers } ACPI_GET_DEVICES_INFO;
233*2623Smyers 
234*2623Smyers 
235*2623Smyers typedef union acpi_aml_operands
236*2623Smyers {
237*2623Smyers     ACPI_OPERAND_OBJECT             *Operands[7];
238*2623Smyers 
239*2623Smyers     struct
240*2623Smyers     {
241*2623Smyers         ACPI_OBJECT_INTEGER             *Type;
242*2623Smyers         ACPI_OBJECT_INTEGER             *Code;
243*2623Smyers         ACPI_OBJECT_INTEGER             *Argument;
244*2623Smyers 
245*2623Smyers     } Fatal;
246*2623Smyers 
247*2623Smyers     struct
248*2623Smyers     {
249*2623Smyers         ACPI_OPERAND_OBJECT             *Source;
250*2623Smyers         ACPI_OBJECT_INTEGER             *Index;
251*2623Smyers         ACPI_OPERAND_OBJECT             *Target;
252*2623Smyers 
253*2623Smyers     } Index;
254*2623Smyers 
255*2623Smyers     struct
256*2623Smyers     {
257*2623Smyers         ACPI_OPERAND_OBJECT             *Source;
258*2623Smyers         ACPI_OBJECT_INTEGER             *Index;
259*2623Smyers         ACPI_OBJECT_INTEGER             *Length;
260*2623Smyers         ACPI_OPERAND_OBJECT             *Target;
261*2623Smyers 
262*2623Smyers     } Mid;
263*2623Smyers 
264*2623Smyers } ACPI_AML_OPERANDS;
265*2623Smyers 
266*2623Smyers 
267*2623Smyers /*
268*2623Smyers  * Structure used to pass object evaluation parameters.
269*2623Smyers  * Purpose is to reduce CPU stack use.
270*2623Smyers  */
271*2623Smyers typedef struct acpi_evaluate_info
272*2623Smyers {
273*2623Smyers     ACPI_NAMESPACE_NODE             *PrefixNode;
274*2623Smyers     char                            *Pathname;
275*2623Smyers     ACPI_OPERAND_OBJECT             *ObjDesc;
276*2623Smyers     ACPI_OPERAND_OBJECT             **Parameters;
277*2623Smyers     ACPI_NAMESPACE_NODE             *ResolvedNode;
278*2623Smyers     ACPI_OPERAND_OBJECT             *ReturnObject;
279*2623Smyers     UINT8                           PassNumber;
280*2623Smyers     UINT8                           ParameterType;
281*2623Smyers     UINT8                           ReturnObjectType;
282*2623Smyers     UINT8                           Flags;
283*2623Smyers 
284*2623Smyers } ACPI_EVALUATE_INFO;
285*2623Smyers 
286*2623Smyers /* Types for ParameterType above */
287*2623Smyers 
288*2623Smyers #define ACPI_PARAM_ARGS                 0
289*2623Smyers #define ACPI_PARAM_GPE                  1
290*2623Smyers 
291*2623Smyers /* Values for Flags above */
292*2623Smyers 
293*2623Smyers #define ACPI_IGNORE_RETURN_VALUE        1
294*2623Smyers 
295*2623Smyers 
2960Sstevel@tonic-gate /* Info used by AcpiNsInitializeDevices */
2970Sstevel@tonic-gate 
2980Sstevel@tonic-gate typedef struct acpi_device_walk_info
2990Sstevel@tonic-gate {
300*2623Smyers     UINT16                          DeviceCount;
301*2623Smyers     UINT16                          Num_STA;
302*2623Smyers     UINT16                          Num_INI;
303*2623Smyers     ACPI_TABLE_DESC                 *TableDesc;
304*2623Smyers     ACPI_EVALUATE_INFO              *EvaluateInfo;
3050Sstevel@tonic-gate 
3060Sstevel@tonic-gate } ACPI_DEVICE_WALK_INFO;
3070Sstevel@tonic-gate 
3080Sstevel@tonic-gate 
3090Sstevel@tonic-gate /* TBD: [Restructure] Merge with struct above */
3100Sstevel@tonic-gate 
3110Sstevel@tonic-gate typedef struct acpi_walk_info
3120Sstevel@tonic-gate {
313*2623Smyers     UINT32                          DebugLevel;
314*2623Smyers     UINT32                          Count;
315*2623Smyers     ACPI_OWNER_ID                   OwnerId;
316*2623Smyers     UINT8                           DisplayType;
3170Sstevel@tonic-gate 
3180Sstevel@tonic-gate } ACPI_WALK_INFO;
3190Sstevel@tonic-gate 
3200Sstevel@tonic-gate /* Display Types */
3210Sstevel@tonic-gate 
322*2623Smyers #define ACPI_DISPLAY_SUMMARY        (UINT8) 0
323*2623Smyers #define ACPI_DISPLAY_OBJECTS        (UINT8) 1
324*2623Smyers #define ACPI_DISPLAY_MASK           (UINT8) 1
3250Sstevel@tonic-gate 
326*2623Smyers #define ACPI_DISPLAY_SHORT          (UINT8) 2
3270Sstevel@tonic-gate 
3280Sstevel@tonic-gate 
3290Sstevel@tonic-gate #endif
330