1 /****************************************************************************** 2 * 3 * Name: acopcode.h - AML opcode information for the AML parser and interpreter 4 * 5 *****************************************************************************/ 6 7 /****************************************************************************** 8 * 9 * 1. Copyright Notice 10 * 11 * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp. 12 * All rights reserved. 13 * 14 * 2. License 15 * 16 * 2.1. This is your license from Intel Corp. under its intellectual property 17 * rights. You may have additional license terms from the party that provided 18 * you this software, covering your right to use that party's intellectual 19 * property rights. 20 * 21 * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a 22 * copy of the source code appearing in this file ("Covered Code") an 23 * irrevocable, perpetual, worldwide license under Intel's copyrights in the 24 * base code distributed originally by Intel ("Original Intel Code") to copy, 25 * make derivatives, distribute, use and display any portion of the Covered 26 * Code in any form, with the right to sublicense such rights; and 27 * 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 29 * license (with the right to sublicense), under only those claims of Intel 30 * patents that are infringed by the Original Intel Code, to make, use, sell, 31 * offer to sell, and import the Covered Code and derivative works thereof 32 * solely to the minimum extent necessary to exercise the above copyright 33 * license, and in no event shall the patent license extend to any additions 34 * to or modifications of the Original Intel Code. No other license or right 35 * is granted directly or by implication, estoppel or otherwise; 36 * 37 * The above copyright and patent license is granted only if the following 38 * conditions are met: 39 * 40 * 3. Conditions 41 * 42 * 3.1. Redistribution of Source with Rights to Further Distribute Source. 43 * Redistribution of source code of any substantial portion of the Covered 44 * Code or modification with rights to further distribute source must include 45 * the above Copyright Notice, the above License, this list of Conditions, 46 * and the following Disclaimer and Export Compliance provision. In addition, 47 * Licensee must cause all Covered Code to which Licensee contributes to 48 * contain a file documenting the changes Licensee made to create that Covered 49 * Code and the date of any change. Licensee must include in that file the 50 * documentation of any changes made by any predecessor Licensee. Licensee 51 * must include a prominent statement that the modification is derived, 52 * directly or indirectly, from Original Intel Code. 53 * 54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source. 55 * Redistribution of source code of any substantial portion of the Covered 56 * Code or modification without rights to further distribute source must 57 * include the following Disclaimer and Export Compliance provision in the 58 * documentation and/or other materials provided with distribution. In 59 * addition, Licensee may not authorize further sublicense of source of any 60 * portion of the Covered Code, and must include terms to the effect that the 61 * license from Licensee to its licensee is limited to the intellectual 62 * property embodied in the software Licensee provides to its licensee, and 63 * not to intellectual property embodied in modifications its licensee may 64 * make. 65 * 66 * 3.3. Redistribution of Executable. Redistribution in executable form of any 67 * substantial portion of the Covered Code or modification must reproduce the 68 * above Copyright Notice, and the following Disclaimer and Export Compliance 69 * provision in the documentation and/or other materials provided with the 70 * distribution. 71 * 72 * 3.4. Intel retains all right, title, and interest in and to the Original 73 * Intel Code. 74 * 75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by 76 * Intel shall be used in advertising or otherwise to promote the sale, use or 77 * other dealings in products derived from or relating to the Covered Code 78 * without prior written authorization from Intel. 79 * 80 * 4. Disclaimer and Export Compliance 81 * 82 * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED 83 * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE 84 * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE, 85 * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY 86 * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY 87 * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A 88 * PARTICULAR PURPOSE. 89 * 90 * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES 91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR 92 * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT, 93 * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY 94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL 95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS 96 * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY 97 * LIMITED REMEDY. 98 * 99 * 4.3. Licensee shall not export, either directly or indirectly, any of this 100 * software or system incorporating such software without first obtaining any 101 * required license or other approval from the U. S. Department of Commerce or 102 * any other agency or department of the United States Government. In the 103 * event Licensee exports any such software from the United States or 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 106 * compliance with all laws, regulations, orders, or other restrictions of the 107 * U.S. Export Administration Regulations. Licensee agrees that neither it nor 108 * any of its subsidiaries will export/re-export any technical data, process, 109 * software, or service, directly or indirectly, to any country for which the 110 * United States government or any agency thereof requires an export license, 111 * other governmental approval, or letter of assurance, without first obtaining 112 * such license, approval or letter. 113 * 114 ***************************************************************************** 115 * 116 * Alternatively, you may choose to be licensed under the terms of the 117 * following license: 118 * 119 * Redistribution and use in source and binary forms, with or without 120 * modification, are permitted provided that the following conditions 121 * are met: 122 * 1. Redistributions of source code must retain the above copyright 123 * notice, this list of conditions, and the following disclaimer, 124 * without modification. 125 * 2. Redistributions in binary form must reproduce at minimum a disclaimer 126 * substantially similar to the "NO WARRANTY" disclaimer below 127 * ("Disclaimer") and any redistribution must be conditioned upon 128 * including a substantially similar Disclaimer requirement for further 129 * binary redistribution. 130 * 3. Neither the names of the above-listed copyright holders nor the names 131 * of any contributors may be used to endorse or promote products derived 132 * from this software without specific prior written permission. 133 * 134 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 135 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 136 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 137 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 138 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 139 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 140 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 141 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 142 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 143 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 144 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 145 * 146 * Alternatively, you may choose to be licensed under the terms of the 147 * GNU General Public License ("GPL") version 2 as published by the Free 148 * Software Foundation. 149 * 150 *****************************************************************************/ 151 152 #ifndef __ACOPCODE_H__ 153 #define __ACOPCODE_H__ 154 155 #define MAX_EXTENDED_OPCODE 0x88 156 #define NUM_EXTENDED_OPCODE (MAX_EXTENDED_OPCODE + 1) 157 #define MAX_INTERNAL_OPCODE 158 #define NUM_INTERNAL_OPCODE (MAX_INTERNAL_OPCODE + 1) 159 160 /* Used for non-assigned opcodes */ 161 162 #define _UNK 0x6B 163 164 /* 165 * Reserved ASCII characters. Do not use any of these for 166 * internal opcodes, since they are used to differentiate 167 * name strings from AML opcodes 168 */ 169 #define _ASC 0x6C 170 #define _NAM 0x6C 171 #define _PFX 0x6D 172 173 174 /* 175 * All AML opcodes and the parse-time arguments for each. Used by the AML 176 * parser Each list is compressed into a 32-bit number and stored in the 177 * master opcode table (in psopcode.c). 178 */ 179 #define ARGP_ACCESSFIELD_OP ARGP_LIST1 (ARGP_NAMESTRING) 180 #define ARGP_ACQUIRE_OP ARGP_LIST2 (ARGP_SUPERNAME, ARGP_WORDDATA) 181 #define ARGP_ADD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 182 #define ARGP_ALIAS_OP ARGP_LIST2 (ARGP_NAMESTRING, ARGP_NAME) 183 #define ARGP_ARG0 ARG_NONE 184 #define ARGP_ARG1 ARG_NONE 185 #define ARGP_ARG2 ARG_NONE 186 #define ARGP_ARG3 ARG_NONE 187 #define ARGP_ARG4 ARG_NONE 188 #define ARGP_ARG5 ARG_NONE 189 #define ARGP_ARG6 ARG_NONE 190 #define ARGP_BANK_FIELD_OP ARGP_LIST6 (ARGP_PKGLENGTH, ARGP_NAMESTRING, ARGP_NAMESTRING,ARGP_TERMARG, ARGP_BYTEDATA, ARGP_FIELDLIST) 191 #define ARGP_BIT_AND_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 192 #define ARGP_BIT_NAND_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 193 #define ARGP_BIT_NOR_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 194 #define ARGP_BIT_NOT_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 195 #define ARGP_BIT_OR_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 196 #define ARGP_BIT_XOR_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 197 #define ARGP_BREAK_OP ARG_NONE 198 #define ARGP_BREAK_POINT_OP ARG_NONE 199 #define ARGP_BUFFER_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_TERMARG, ARGP_BYTELIST) 200 #define ARGP_BYTE_OP ARGP_LIST1 (ARGP_BYTEDATA) 201 #define ARGP_BYTELIST_OP ARGP_LIST1 (ARGP_NAMESTRING) 202 #define ARGP_COMMENT_OP ARGP_LIST2 (ARGP_BYTEDATA, ARGP_COMMENT) 203 #define ARGP_CONCAT_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 204 #define ARGP_CONCAT_RES_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 205 #define ARGP_COND_REF_OF_OP ARGP_LIST2 (ARGP_SIMPLENAME, ARGP_TARGET) 206 #define ARGP_CONNECTFIELD_OP ARGP_LIST1 (ARGP_NAMESTRING) 207 #define ARGP_CONTINUE_OP ARG_NONE 208 #define ARGP_COPY_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_SIMPLENAME) 209 #define ARGP_CREATE_BIT_FIELD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_NAME) 210 #define ARGP_CREATE_BYTE_FIELD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_NAME) 211 #define ARGP_CREATE_DWORD_FIELD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_NAME) 212 #define ARGP_CREATE_FIELD_OP ARGP_LIST4 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG, ARGP_NAME) 213 #define ARGP_CREATE_QWORD_FIELD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_NAME) 214 #define ARGP_CREATE_WORD_FIELD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_NAME) 215 #define ARGP_DATA_REGION_OP ARGP_LIST4 (ARGP_NAME, ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG) 216 #define ARGP_DEBUG_OP ARG_NONE 217 #define ARGP_DECREMENT_OP ARGP_LIST1 (ARGP_SUPERNAME) 218 #define ARGP_DEREF_OF_OP ARGP_LIST1 (ARGP_SUPERNAME) 219 #define ARGP_DEVICE_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_NAME, ARGP_OBJLIST) 220 #define ARGP_DIVIDE_OP ARGP_LIST4 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET, ARGP_TARGET) 221 #define ARGP_DWORD_OP ARGP_LIST1 (ARGP_DWORDDATA) 222 #define ARGP_ELSE_OP ARGP_LIST2 (ARGP_PKGLENGTH, ARGP_TERMLIST) 223 #define ARGP_EVENT_OP ARGP_LIST1 (ARGP_NAME) 224 #define ARGP_EXTERNAL_OP ARGP_LIST3 (ARGP_NAME, ARGP_BYTEDATA, ARGP_BYTEDATA) 225 #define ARGP_FATAL_OP ARGP_LIST3 (ARGP_BYTEDATA, ARGP_DWORDDATA, ARGP_TERMARG) 226 #define ARGP_FIELD_OP ARGP_LIST4 (ARGP_PKGLENGTH, ARGP_NAMESTRING, ARGP_BYTEDATA, ARGP_FIELDLIST) 227 #define ARGP_FIND_SET_LEFT_BIT_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 228 #define ARGP_FIND_SET_RIGHT_BIT_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 229 #define ARGP_FROM_BCD_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 230 #define ARGP_IF_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_TERMARG, ARGP_TERMLIST) 231 #define ARGP_INCREMENT_OP ARGP_LIST1 (ARGP_SUPERNAME) 232 #define ARGP_INDEX_FIELD_OP ARGP_LIST5 (ARGP_PKGLENGTH, ARGP_NAMESTRING, ARGP_NAMESTRING,ARGP_BYTEDATA, ARGP_FIELDLIST) 233 #define ARGP_INDEX_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 234 #define ARGP_LAND_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 235 #define ARGP_LEQUAL_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 236 #define ARGP_LGREATER_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 237 #define ARGP_LGREATEREQUAL_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 238 #define ARGP_LLESS_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 239 #define ARGP_LLESSEQUAL_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 240 #define ARGP_LNOT_OP ARGP_LIST1 (ARGP_TERMARG) 241 #define ARGP_LNOTEQUAL_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 242 #define ARGP_LOAD_OP ARGP_LIST2 (ARGP_NAMESTRING, ARGP_SUPERNAME) 243 #define ARGP_LOAD_TABLE_OP ARGP_LIST6 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG) 244 #define ARGP_LOCAL0 ARG_NONE 245 #define ARGP_LOCAL1 ARG_NONE 246 #define ARGP_LOCAL2 ARG_NONE 247 #define ARGP_LOCAL3 ARG_NONE 248 #define ARGP_LOCAL4 ARG_NONE 249 #define ARGP_LOCAL5 ARG_NONE 250 #define ARGP_LOCAL6 ARG_NONE 251 #define ARGP_LOCAL7 ARG_NONE 252 #define ARGP_LOR_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TERMARG) 253 #define ARGP_MATCH_OP ARGP_LIST6 (ARGP_TERMARG, ARGP_BYTEDATA, ARGP_TERMARG, ARGP_BYTEDATA, ARGP_TERMARG, ARGP_TERMARG) 254 #define ARGP_METHOD_OP ARGP_LIST4 (ARGP_PKGLENGTH, ARGP_NAME, ARGP_BYTEDATA, ARGP_TERMLIST) 255 #define ARGP_METHODCALL_OP ARGP_LIST1 (ARGP_NAMESTRING) 256 #define ARGP_MID_OP ARGP_LIST4 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 257 #define ARGP_MOD_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 258 #define ARGP_MULTIPLY_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 259 #define ARGP_MUTEX_OP ARGP_LIST2 (ARGP_NAME, ARGP_BYTEDATA) 260 #define ARGP_NAME_OP ARGP_LIST2 (ARGP_NAME, ARGP_DATAOBJ) 261 #define ARGP_NAMEDFIELD_OP ARGP_LIST1 (ARGP_NAMESTRING) 262 #define ARGP_NAMEPATH_OP ARGP_LIST1 (ARGP_NAMESTRING) 263 #define ARGP_NOOP_OP ARG_NONE 264 #define ARGP_NOTIFY_OP ARGP_LIST2 (ARGP_SUPERNAME, ARGP_TERMARG) 265 #define ARGP_OBJECT_TYPE_OP ARGP_LIST1 (ARGP_SIMPLENAME) 266 #define ARGP_ONE_OP ARG_NONE 267 #define ARGP_ONES_OP ARG_NONE 268 #define ARGP_PACKAGE_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_BYTEDATA, ARGP_DATAOBJLIST) 269 #define ARGP_POWER_RES_OP ARGP_LIST5 (ARGP_PKGLENGTH, ARGP_NAME, ARGP_BYTEDATA, ARGP_WORDDATA, ARGP_OBJLIST) 270 #define ARGP_PROCESSOR_OP ARGP_LIST6 (ARGP_PKGLENGTH, ARGP_NAME, ARGP_BYTEDATA, ARGP_DWORDDATA, ARGP_BYTEDATA, ARGP_OBJLIST) 271 #define ARGP_QWORD_OP ARGP_LIST1 (ARGP_QWORDDATA) 272 #define ARGP_REF_OF_OP ARGP_LIST1 (ARGP_SIMPLENAME) 273 #define ARGP_REGION_OP ARGP_LIST4 (ARGP_NAME, ARGP_BYTEDATA, ARGP_TERMARG, ARGP_TERMARG) 274 #define ARGP_RELEASE_OP ARGP_LIST1 (ARGP_SUPERNAME) 275 #define ARGP_RESERVEDFIELD_OP ARGP_LIST1 (ARGP_NAMESTRING) 276 #define ARGP_RESET_OP ARGP_LIST1 (ARGP_SUPERNAME) 277 #define ARGP_RETURN_OP ARGP_LIST1 (ARGP_TERMARG) 278 #define ARGP_REVISION_OP ARG_NONE 279 #define ARGP_SCOPE_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_NAME, ARGP_TERMLIST) 280 #define ARGP_SERIALFIELD_OP ARGP_LIST1 (ARGP_NAMESTRING) 281 #define ARGP_SHIFT_LEFT_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 282 #define ARGP_SHIFT_RIGHT_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 283 #define ARGP_SIGNAL_OP ARGP_LIST1 (ARGP_SUPERNAME) 284 #define ARGP_SIZE_OF_OP ARGP_LIST1 (ARGP_SUPERNAME) 285 #define ARGP_SLEEP_OP ARGP_LIST1 (ARGP_TERMARG) 286 #define ARGP_STALL_OP ARGP_LIST1 (ARGP_TERMARG) 287 #define ARGP_STATICSTRING_OP ARGP_LIST1 (ARGP_NAMESTRING) 288 #define ARGP_STORE_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_SUPERNAME) 289 #define ARGP_STRING_OP ARGP_LIST1 (ARGP_CHARLIST) 290 #define ARGP_SUBTRACT_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 291 #define ARGP_THERMAL_ZONE_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_NAME, ARGP_OBJLIST) 292 #define ARGP_TIMER_OP ARG_NONE 293 #define ARGP_TO_BCD_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 294 #define ARGP_TO_BUFFER_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 295 #define ARGP_TO_DEC_STR_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 296 #define ARGP_TO_HEX_STR_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 297 #define ARGP_TO_INTEGER_OP ARGP_LIST2 (ARGP_TERMARG, ARGP_TARGET) 298 #define ARGP_TO_STRING_OP ARGP_LIST3 (ARGP_TERMARG, ARGP_TERMARG, ARGP_TARGET) 299 #define ARGP_UNLOAD_OP ARGP_LIST1 (ARGP_SUPERNAME) 300 #define ARGP_VAR_PACKAGE_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_TERMARG, ARGP_DATAOBJLIST) 301 #define ARGP_WAIT_OP ARGP_LIST2 (ARGP_SUPERNAME, ARGP_TERMARG) 302 #define ARGP_WHILE_OP ARGP_LIST3 (ARGP_PKGLENGTH, ARGP_TERMARG, ARGP_TERMLIST) 303 #define ARGP_WORD_OP ARGP_LIST1 (ARGP_WORDDATA) 304 #define ARGP_ZERO_OP ARG_NONE 305 306 307 /* 308 * All AML opcodes and the runtime arguments for each. Used by the AML 309 * interpreter Each list is compressed into a 32-bit number and stored 310 * in the master opcode table (in psopcode.c). 311 * 312 * (Used by PrepOperands procedure and the ASL Compiler) 313 */ 314 #define ARGI_ACCESSFIELD_OP ARGI_INVALID_OPCODE 315 #define ARGI_ACQUIRE_OP ARGI_LIST2 (ARGI_MUTEX, ARGI_INTEGER) 316 #define ARGI_ADD_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 317 #define ARGI_ALIAS_OP ARGI_INVALID_OPCODE 318 #define ARGI_ARG0 ARG_NONE 319 #define ARGI_ARG1 ARG_NONE 320 #define ARGI_ARG2 ARG_NONE 321 #define ARGI_ARG3 ARG_NONE 322 #define ARGI_ARG4 ARG_NONE 323 #define ARGI_ARG5 ARG_NONE 324 #define ARGI_ARG6 ARG_NONE 325 #define ARGI_BANK_FIELD_OP ARGI_LIST1 (ARGI_INTEGER) 326 #define ARGI_BIT_AND_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 327 #define ARGI_BIT_NAND_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 328 #define ARGI_BIT_NOR_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 329 #define ARGI_BIT_NOT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) 330 #define ARGI_BIT_OR_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 331 #define ARGI_BIT_XOR_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 332 #define ARGI_BREAK_OP ARG_NONE 333 #define ARGI_BREAK_POINT_OP ARG_NONE 334 #define ARGI_BUFFER_OP ARGI_LIST1 (ARGI_INTEGER) 335 #define ARGI_BYTE_OP ARGI_INVALID_OPCODE 336 #define ARGI_BYTELIST_OP ARGI_INVALID_OPCODE 337 #define ARGI_COMMENT_OP ARGI_INVALID_OPCODE 338 #define ARGI_CONCAT_OP ARGI_LIST3 (ARGI_ANYTYPE, ARGI_ANYTYPE, ARGI_TARGETREF) 339 #define ARGI_CONCAT_RES_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_BUFFER, ARGI_TARGETREF) 340 #define ARGI_COND_REF_OF_OP ARGI_LIST2 (ARGI_OBJECT_REF, ARGI_TARGETREF) 341 #define ARGI_CONNECTFIELD_OP ARGI_INVALID_OPCODE 342 #define ARGI_CONTINUE_OP ARGI_INVALID_OPCODE 343 #define ARGI_COPY_OP ARGI_LIST2 (ARGI_ANYTYPE, ARGI_SIMPLE_TARGET) 344 #define ARGI_CREATE_BIT_FIELD_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_INTEGER, ARGI_REFERENCE) 345 #define ARGI_CREATE_BYTE_FIELD_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_INTEGER, ARGI_REFERENCE) 346 #define ARGI_CREATE_DWORD_FIELD_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_INTEGER, ARGI_REFERENCE) 347 #define ARGI_CREATE_FIELD_OP ARGI_LIST4 (ARGI_BUFFER, ARGI_INTEGER, ARGI_INTEGER, ARGI_REFERENCE) 348 #define ARGI_CREATE_QWORD_FIELD_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_INTEGER, ARGI_REFERENCE) 349 #define ARGI_CREATE_WORD_FIELD_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_INTEGER, ARGI_REFERENCE) 350 #define ARGI_DATA_REGION_OP ARGI_LIST3 (ARGI_STRING, ARGI_STRING, ARGI_STRING) 351 #define ARGI_DEBUG_OP ARG_NONE 352 #define ARGI_DECREMENT_OP ARGI_LIST1 (ARGI_TARGETREF) 353 #define ARGI_DEREF_OF_OP ARGI_LIST1 (ARGI_REF_OR_STRING) 354 #define ARGI_DEVICE_OP ARGI_INVALID_OPCODE 355 #define ARGI_DIVIDE_OP ARGI_LIST4 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF, ARGI_TARGETREF) 356 #define ARGI_DWORD_OP ARGI_INVALID_OPCODE 357 #define ARGI_ELSE_OP ARGI_INVALID_OPCODE 358 #define ARGI_EVENT_OP ARGI_INVALID_OPCODE 359 #define ARGI_EXTERNAL_OP ARGI_LIST3 (ARGI_STRING, ARGI_INTEGER, ARGI_INTEGER) 360 #define ARGI_FATAL_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_INTEGER) 361 #define ARGI_FIELD_OP ARGI_INVALID_OPCODE 362 #define ARGI_FIND_SET_LEFT_BIT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) 363 #define ARGI_FIND_SET_RIGHT_BIT_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_TARGETREF) 364 #define ARGI_FROM_BCD_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_FIXED_TARGET) 365 #define ARGI_IF_OP ARGI_INVALID_OPCODE 366 #define ARGI_INCREMENT_OP ARGI_LIST1 (ARGI_TARGETREF) 367 #define ARGI_INDEX_FIELD_OP ARGI_INVALID_OPCODE 368 #define ARGI_INDEX_OP ARGI_LIST3 (ARGI_COMPLEXOBJ, ARGI_INTEGER, ARGI_TARGETREF) 369 #define ARGI_LAND_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_INTEGER) 370 #define ARGI_LEQUAL_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_COMPUTEDATA) 371 #define ARGI_LGREATER_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_COMPUTEDATA) 372 #define ARGI_LGREATEREQUAL_OP ARGI_INVALID_OPCODE 373 #define ARGI_LLESS_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_COMPUTEDATA) 374 #define ARGI_LLESSEQUAL_OP ARGI_INVALID_OPCODE 375 #define ARGI_LNOT_OP ARGI_LIST1 (ARGI_INTEGER) 376 #define ARGI_LNOTEQUAL_OP ARGI_INVALID_OPCODE 377 #define ARGI_LOAD_OP ARGI_LIST2 (ARGI_REGION_OR_BUFFER,ARGI_TARGETREF) 378 #define ARGI_LOAD_TABLE_OP ARGI_LIST6 (ARGI_STRING, ARGI_STRING, ARGI_STRING, ARGI_STRING, ARGI_STRING, ARGI_ANYTYPE) 379 #define ARGI_LOCAL0 ARG_NONE 380 #define ARGI_LOCAL1 ARG_NONE 381 #define ARGI_LOCAL2 ARG_NONE 382 #define ARGI_LOCAL3 ARG_NONE 383 #define ARGI_LOCAL4 ARG_NONE 384 #define ARGI_LOCAL5 ARG_NONE 385 #define ARGI_LOCAL6 ARG_NONE 386 #define ARGI_LOCAL7 ARG_NONE 387 #define ARGI_LOR_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_INTEGER) 388 #define ARGI_MATCH_OP ARGI_LIST6 (ARGI_PACKAGE, ARGI_INTEGER, ARGI_COMPUTEDATA, ARGI_INTEGER,ARGI_COMPUTEDATA,ARGI_INTEGER) 389 #define ARGI_METHOD_OP ARGI_INVALID_OPCODE 390 #define ARGI_METHODCALL_OP ARGI_INVALID_OPCODE 391 #define ARGI_MID_OP ARGI_LIST4 (ARGI_BUFFER_OR_STRING,ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 392 #define ARGI_MOD_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 393 #define ARGI_MULTIPLY_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 394 #define ARGI_MUTEX_OP ARGI_INVALID_OPCODE 395 #define ARGI_NAME_OP ARGI_INVALID_OPCODE 396 #define ARGI_NAMEDFIELD_OP ARGI_INVALID_OPCODE 397 #define ARGI_NAMEPATH_OP ARGI_INVALID_OPCODE 398 #define ARGI_NOOP_OP ARG_NONE 399 #define ARGI_NOTIFY_OP ARGI_LIST2 (ARGI_DEVICE_REF, ARGI_INTEGER) 400 #define ARGI_OBJECT_TYPE_OP ARGI_LIST1 (ARGI_ANYTYPE) 401 #define ARGI_ONE_OP ARG_NONE 402 #define ARGI_ONES_OP ARG_NONE 403 #define ARGI_PACKAGE_OP ARGI_LIST1 (ARGI_INTEGER) 404 #define ARGI_POWER_RES_OP ARGI_INVALID_OPCODE 405 #define ARGI_PROCESSOR_OP ARGI_INVALID_OPCODE 406 #define ARGI_QWORD_OP ARGI_INVALID_OPCODE 407 #define ARGI_REF_OF_OP ARGI_LIST1 (ARGI_OBJECT_REF) 408 #define ARGI_REGION_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_INTEGER) 409 #define ARGI_RELEASE_OP ARGI_LIST1 (ARGI_MUTEX) 410 #define ARGI_RESERVEDFIELD_OP ARGI_INVALID_OPCODE 411 #define ARGI_RESET_OP ARGI_LIST1 (ARGI_EVENT) 412 #define ARGI_RETURN_OP ARGI_INVALID_OPCODE 413 #define ARGI_REVISION_OP ARG_NONE 414 #define ARGI_SCOPE_OP ARGI_INVALID_OPCODE 415 #define ARGI_SERIALFIELD_OP ARGI_INVALID_OPCODE 416 #define ARGI_SHIFT_LEFT_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 417 #define ARGI_SHIFT_RIGHT_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 418 #define ARGI_SIGNAL_OP ARGI_LIST1 (ARGI_EVENT) 419 #define ARGI_SIZE_OF_OP ARGI_LIST1 (ARGI_DATAOBJECT) 420 #define ARGI_SLEEP_OP ARGI_LIST1 (ARGI_INTEGER) 421 #define ARGI_STALL_OP ARGI_LIST1 (ARGI_INTEGER) 422 #define ARGI_STATICSTRING_OP ARGI_INVALID_OPCODE 423 #define ARGI_STORE_OP ARGI_LIST2 (ARGI_DATAREFOBJ, ARGI_STORE_TARGET) 424 #define ARGI_STRING_OP ARGI_INVALID_OPCODE 425 #define ARGI_SUBTRACT_OP ARGI_LIST3 (ARGI_INTEGER, ARGI_INTEGER, ARGI_TARGETREF) 426 #define ARGI_THERMAL_ZONE_OP ARGI_INVALID_OPCODE 427 #define ARGI_TIMER_OP ARG_NONE 428 #define ARGI_TO_BCD_OP ARGI_LIST2 (ARGI_INTEGER, ARGI_FIXED_TARGET) 429 #define ARGI_TO_BUFFER_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_FIXED_TARGET) 430 #define ARGI_TO_DEC_STR_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_FIXED_TARGET) 431 #define ARGI_TO_HEX_STR_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_FIXED_TARGET) 432 #define ARGI_TO_INTEGER_OP ARGI_LIST2 (ARGI_COMPUTEDATA,ARGI_FIXED_TARGET) 433 #define ARGI_TO_STRING_OP ARGI_LIST3 (ARGI_BUFFER, ARGI_INTEGER, ARGI_FIXED_TARGET) 434 #define ARGI_UNLOAD_OP ARGI_LIST1 (ARGI_DDBHANDLE) 435 #define ARGI_VAR_PACKAGE_OP ARGI_LIST1 (ARGI_INTEGER) 436 #define ARGI_WAIT_OP ARGI_LIST2 (ARGI_EVENT, ARGI_INTEGER) 437 #define ARGI_WHILE_OP ARGI_INVALID_OPCODE 438 #define ARGI_WORD_OP ARGI_INVALID_OPCODE 439 #define ARGI_ZERO_OP ARG_NONE 440 441 #endif /* __ACOPCODE_H__ */ 442