10Sstevel@tonic-gate /****************************************************************************** 20Sstevel@tonic-gate * 30Sstevel@tonic-gate * Name: acstruct.h - Internal structs 4*7851SDana.Myers@Sun.COM * $Revision: 1.50 $ 50Sstevel@tonic-gate * 60Sstevel@tonic-gate *****************************************************************************/ 70Sstevel@tonic-gate 80Sstevel@tonic-gate /****************************************************************************** 90Sstevel@tonic-gate * 100Sstevel@tonic-gate * 1. Copyright Notice 110Sstevel@tonic-gate * 12*7851SDana.Myers@Sun.COM * Some or all of this work - Copyright (c) 1999 - 2008, 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 1202623Smyers /* 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 /* 1302623Smyers * Walk state - current state of a parse tree walk. Used for both a leisurely 1312623Smyers * stroll through the tree (for whatever reason), and for control method 1322623Smyers * 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 1372623Smyers /* 1382623Smyers * Groups of definitions for WalkType used for different implementations of 1392623Smyers * walkers (never simultaneously) - flags for interpreter: 1402623Smyers */ 1410Sstevel@tonic-gate #define ACPI_WALK_NON_METHOD 0 1422623Smyers #define ACPI_WALK_METHOD 0x01 1432623Smyers #define ACPI_WALK_METHOD_RESTART 0x02 1442623Smyers 1452623Smyers /* Flags for iASL compiler only */ 1462623Smyers 1472623Smyers #define ACPI_WALK_CONST_REQUIRED 0x10 1482623Smyers #define ACPI_WALK_CONST_OPTIONAL 0x20 1492623Smyers 1500Sstevel@tonic-gate 1510Sstevel@tonic-gate typedef struct acpi_walk_state 1520Sstevel@tonic-gate { 1532623Smyers struct acpi_walk_state *Next; /* Next WalkState in list */ 1542623Smyers UINT8 DescriptorType; /* To differentiate various internal objs */ 1552623Smyers UINT8 WalkType; 1562623Smyers UINT16 Opcode; /* Current AML opcode */ 1572623Smyers UINT8 NextOpInfo; /* Info about NextOp */ 1582623Smyers UINT8 NumOperands; /* Stack pointer for Operands[] array */ 159*7851SDana.Myers@Sun.COM UINT8 OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */ 1602623Smyers ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */ 1612623Smyers BOOLEAN LastPredicate; /* Result of last predicate */ 1622623Smyers UINT8 CurrentResult; 1632623Smyers UINT8 ReturnUsed; 1642623Smyers UINT8 ScopeDepth; 1652623Smyers UINT8 PassNumber; /* Parse pass during table load */ 166*7851SDana.Myers@Sun.COM UINT8 ResultSize; /* Total elements for the result stack */ 167*7851SDana.Myers@Sun.COM UINT8 ResultCount; /* Current number of occupied elements of result stack */ 1682623Smyers UINT32 AmlOffset; 1692623Smyers UINT32 ArgTypes; 1702623Smyers UINT32 MethodBreakpoint; /* For single stepping */ 1712623Smyers UINT32 UserBreakpoint; /* User AML breakpoint */ 1722623Smyers UINT32 ParseFlags; 1732623Smyers 1742623Smyers ACPI_PARSE_STATE ParserState; /* Current state of parser */ 1752623Smyers UINT32 PrevArgTypes; 1762623Smyers UINT32 ArgCount; /* push for fixed or var args */ 1770Sstevel@tonic-gate 1782623Smyers struct acpi_namespace_node Arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */ 1792623Smyers struct acpi_namespace_node LocalVariables[ACPI_METHOD_NUM_LOCALS]; /* Control method locals */ 1802623Smyers union acpi_operand_object *Operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpreter (+1 for NULL terminator) */ 1812623Smyers union acpi_operand_object **Params; 1820Sstevel@tonic-gate 1832623Smyers UINT8 *AmlLastWhile; 1842623Smyers union acpi_operand_object **CallerReturnDesc; 1852623Smyers ACPI_GENERIC_STATE *ControlState; /* List of control states (nested IFs) */ 1862623Smyers struct acpi_namespace_node *DeferredNode; /* Used when executing deferred opcodes */ 1872623Smyers union acpi_operand_object *ImplicitReturnObj; 1882623Smyers struct acpi_namespace_node *MethodCallNode; /* Called method Node*/ 1892623Smyers ACPI_PARSE_OBJECT *MethodCallOp; /* MethodCall Op if running a method */ 1902623Smyers union acpi_operand_object *MethodDesc; /* Method descriptor if running a method */ 1912623Smyers struct acpi_namespace_node *MethodNode; /* Method node if running a method. */ 1922623Smyers ACPI_PARSE_OBJECT *Op; /* Current parser op */ 1932623Smyers const ACPI_OPCODE_INFO *OpInfo; /* Info on current opcode */ 1942623Smyers ACPI_PARSE_OBJECT *Origin; /* Start of walk [Obsolete] */ 1952623Smyers union acpi_operand_object *ResultObj; 1962623Smyers ACPI_GENERIC_STATE *Results; /* Stack of accumulated results */ 1972623Smyers union acpi_operand_object *ReturnDesc; /* Return object, if any */ 1982623Smyers ACPI_GENERIC_STATE *ScopeInfo; /* Stack of nested scopes */ 1992623Smyers ACPI_PARSE_OBJECT *PrevOp; /* Last op that was processed */ 2002623Smyers ACPI_PARSE_OBJECT *NextOp; /* next op to be processed */ 2012623Smyers ACPI_THREAD_STATE *Thread; 2022623Smyers ACPI_PARSE_DOWNWARDS DescendingCallback; 2032623Smyers ACPI_PARSE_UPWARDS AscendingCallback; 2040Sstevel@tonic-gate 2050Sstevel@tonic-gate } ACPI_WALK_STATE; 2060Sstevel@tonic-gate 2070Sstevel@tonic-gate 2080Sstevel@tonic-gate /* Info used by AcpiPsInitObjects */ 2090Sstevel@tonic-gate 2100Sstevel@tonic-gate typedef struct acpi_init_walk_info 2110Sstevel@tonic-gate { 2122623Smyers UINT16 MethodCount; 2132623Smyers UINT16 DeviceCount; 2142623Smyers UINT16 OpRegionCount; 2152623Smyers UINT16 FieldCount; 2162623Smyers UINT16 BufferCount; 2172623Smyers UINT16 PackageCount; 2182623Smyers UINT16 OpRegionInit; 2192623Smyers UINT16 FieldInit; 2202623Smyers UINT16 BufferInit; 2212623Smyers UINT16 PackageInit; 2222623Smyers UINT16 ObjectCount; 223*7851SDana.Myers@Sun.COM ACPI_OWNER_ID OwnerId; 224*7851SDana.Myers@Sun.COM UINT32 TableIndex; 2250Sstevel@tonic-gate 2260Sstevel@tonic-gate } ACPI_INIT_WALK_INFO; 2270Sstevel@tonic-gate 2280Sstevel@tonic-gate 2292623Smyers typedef struct acpi_get_devices_info 2302623Smyers { 2312623Smyers ACPI_WALK_CALLBACK UserFunction; 2322623Smyers void *Context; 2332623Smyers char *Hid; 2342623Smyers 2352623Smyers } ACPI_GET_DEVICES_INFO; 2362623Smyers 2372623Smyers 2382623Smyers typedef union acpi_aml_operands 2392623Smyers { 2402623Smyers ACPI_OPERAND_OBJECT *Operands[7]; 2412623Smyers 2422623Smyers struct 2432623Smyers { 2442623Smyers ACPI_OBJECT_INTEGER *Type; 2452623Smyers ACPI_OBJECT_INTEGER *Code; 2462623Smyers ACPI_OBJECT_INTEGER *Argument; 2472623Smyers 2482623Smyers } Fatal; 2492623Smyers 2502623Smyers struct 2512623Smyers { 2522623Smyers ACPI_OPERAND_OBJECT *Source; 2532623Smyers ACPI_OBJECT_INTEGER *Index; 2542623Smyers ACPI_OPERAND_OBJECT *Target; 2552623Smyers 2562623Smyers } Index; 2572623Smyers 2582623Smyers struct 2592623Smyers { 2602623Smyers ACPI_OPERAND_OBJECT *Source; 2612623Smyers ACPI_OBJECT_INTEGER *Index; 2622623Smyers ACPI_OBJECT_INTEGER *Length; 2632623Smyers ACPI_OPERAND_OBJECT *Target; 2642623Smyers 2652623Smyers } Mid; 2662623Smyers 2672623Smyers } ACPI_AML_OPERANDS; 2682623Smyers 2692623Smyers 2702623Smyers /* 2712623Smyers * Structure used to pass object evaluation parameters. 2722623Smyers * Purpose is to reduce CPU stack use. 2732623Smyers */ 2742623Smyers typedef struct acpi_evaluate_info 2752623Smyers { 2762623Smyers ACPI_NAMESPACE_NODE *PrefixNode; 2772623Smyers char *Pathname; 2782623Smyers ACPI_OPERAND_OBJECT *ObjDesc; 2792623Smyers ACPI_OPERAND_OBJECT **Parameters; 2802623Smyers ACPI_NAMESPACE_NODE *ResolvedNode; 2812623Smyers ACPI_OPERAND_OBJECT *ReturnObject; 282*7851SDana.Myers@Sun.COM UINT8 ParamCount; 2832623Smyers UINT8 PassNumber; 2842623Smyers UINT8 ReturnObjectType; 2852623Smyers UINT8 Flags; 2862623Smyers 2872623Smyers } ACPI_EVALUATE_INFO; 2882623Smyers 2892623Smyers /* Values for Flags above */ 2902623Smyers 2912623Smyers #define ACPI_IGNORE_RETURN_VALUE 1 2922623Smyers 2932623Smyers 2940Sstevel@tonic-gate /* Info used by AcpiNsInitializeDevices */ 2950Sstevel@tonic-gate 2960Sstevel@tonic-gate typedef struct acpi_device_walk_info 2970Sstevel@tonic-gate { 2982623Smyers UINT16 DeviceCount; 2992623Smyers UINT16 Num_STA; 3002623Smyers UINT16 Num_INI; 3012623Smyers ACPI_TABLE_DESC *TableDesc; 3022623Smyers ACPI_EVALUATE_INFO *EvaluateInfo; 3030Sstevel@tonic-gate 3040Sstevel@tonic-gate } ACPI_DEVICE_WALK_INFO; 3050Sstevel@tonic-gate 3060Sstevel@tonic-gate 3070Sstevel@tonic-gate /* TBD: [Restructure] Merge with struct above */ 3080Sstevel@tonic-gate 3090Sstevel@tonic-gate typedef struct acpi_walk_info 3100Sstevel@tonic-gate { 3112623Smyers UINT32 DebugLevel; 3122623Smyers UINT32 Count; 3132623Smyers ACPI_OWNER_ID OwnerId; 3142623Smyers UINT8 DisplayType; 3150Sstevel@tonic-gate 3160Sstevel@tonic-gate } ACPI_WALK_INFO; 3170Sstevel@tonic-gate 3180Sstevel@tonic-gate /* Display Types */ 3190Sstevel@tonic-gate 3202623Smyers #define ACPI_DISPLAY_SUMMARY (UINT8) 0 3212623Smyers #define ACPI_DISPLAY_OBJECTS (UINT8) 1 3222623Smyers #define ACPI_DISPLAY_MASK (UINT8) 1 3230Sstevel@tonic-gate 3242623Smyers #define ACPI_DISPLAY_SHORT (UINT8) 2 3250Sstevel@tonic-gate 3260Sstevel@tonic-gate 3270Sstevel@tonic-gate #endif 328