OSDN Git Service

klibc基本機能実装. ACPICAの準備
[vaneos/DivergeMirror.git] / drivers / acpi / compiler / asltypes.y
1 NoEcho('
2 /******************************************************************************
3  *
4  * Module Name: asltypes.y - Bison/Yacc production types/names
5  *
6  *****************************************************************************/
7
8 /******************************************************************************
9  *
10  * 1. Copyright Notice
11  *
12  * Some or all of this work - Copyright (c) 1999 - 2015, Intel Corp.
13  * All rights reserved.
14  *
15  * 2. License
16  *
17  * 2.1. This is your license from Intel Corp. under its intellectual property
18  * rights. You may have additional license terms from the party that provided
19  * you this software, covering your right to use that party's intellectual
20  * property rights.
21  *
22  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
23  * copy of the source code appearing in this file ("Covered Code") an
24  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
25  * base code distributed originally by Intel ("Original Intel Code") to copy,
26  * make derivatives, distribute, use and display any portion of the Covered
27  * Code in any form, with the right to sublicense such rights; and
28  *
29  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
30  * license (with the right to sublicense), under only those claims of Intel
31  * patents that are infringed by the Original Intel Code, to make, use, sell,
32  * offer to sell, and import the Covered Code and derivative works thereof
33  * solely to the minimum extent necessary to exercise the above copyright
34  * license, and in no event shall the patent license extend to any additions
35  * to or modifications of the Original Intel Code. No other license or right
36  * is granted directly or by implication, estoppel or otherwise;
37  *
38  * The above copyright and patent license is granted only if the following
39  * conditions are met:
40  *
41  * 3. Conditions
42  *
43  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44  * Redistribution of source code of any substantial portion of the Covered
45  * Code or modification with rights to further distribute source must include
46  * the above Copyright Notice, the above License, this list of Conditions,
47  * and the following Disclaimer and Export Compliance provision. In addition,
48  * Licensee must cause all Covered Code to which Licensee contributes to
49  * contain a file documenting the changes Licensee made to create that Covered
50  * Code and the date of any change. Licensee must include in that file the
51  * documentation of any changes made by any predecessor Licensee. Licensee
52  * must include a prominent statement that the modification is derived,
53  * directly or indirectly, from Original Intel Code.
54  *
55  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56  * Redistribution of source code of any substantial portion of the Covered
57  * Code or modification without rights to further distribute source must
58  * include the following Disclaimer and Export Compliance provision in the
59  * documentation and/or other materials provided with distribution. In
60  * addition, Licensee may not authorize further sublicense of source of any
61  * portion of the Covered Code, and must include terms to the effect that the
62  * license from Licensee to its licensee is limited to the intellectual
63  * property embodied in the software Licensee provides to its licensee, and
64  * not to intellectual property embodied in modifications its licensee may
65  * make.
66  *
67  * 3.3. Redistribution of Executable. Redistribution in executable form of any
68  * substantial portion of the Covered Code or modification must reproduce the
69  * above Copyright Notice, and the following Disclaimer and Export Compliance
70  * provision in the documentation and/or other materials provided with the
71  * distribution.
72  *
73  * 3.4. Intel retains all right, title, and interest in and to the Original
74  * Intel Code.
75  *
76  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
77  * Intel shall be used in advertising or otherwise to promote the sale, use or
78  * other dealings in products derived from or relating to the Covered Code
79  * without prior written authorization from Intel.
80  *
81  * 4. Disclaimer and Export Compliance
82  *
83  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
84  * HERE. ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
85  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT, ASSISTANCE,
86  * INSTALLATION, TRAINING OR OTHER SERVICES. INTEL WILL NOT PROVIDE ANY
87  * UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY DISCLAIMS ANY
88  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
89  * PARTICULAR PURPOSE.
90  *
91  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
92  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
93  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
94  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
95  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
96  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
97  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
98  * LIMITED REMEDY.
99  *
100  * 4.3. Licensee shall not export, either directly or indirectly, any of this
101  * software or system incorporating such software without first obtaining any
102  * required license or other approval from the U. S. Department of Commerce or
103  * any other agency or department of the United States Government. In the
104  * event Licensee exports any such software from the United States or
105  * re-exports any such software from a foreign destination, Licensee shall
106  * ensure that the distribution and export/re-export of the software is in
107  * compliance with all laws, regulations, orders, or other restrictions of the
108  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
109  * any of its subsidiaries will export/re-export any technical data, process,
110  * software, or service, directly or indirectly, to any country for which the
111  * United States government or any agency thereof requires an export license,
112  * other governmental approval, or letter of assurance, without first obtaining
113  * such license, approval or letter.
114  *
115  *****************************************************************************/
116
117 ')
118
119 /******************************************************************************
120  *
121  * Production names
122  *
123  *****************************************************************************/
124
125 %type <n> ArgList
126 %type <n> ASLCode
127 %type <n> BufferData
128 %type <n> BufferTermData
129 %type <n> CompilerDirective
130 %type <n> DataObject
131 %type <n> DefinitionBlockTerm
132 %type <n> IntegerData
133 %type <n> NamedObject
134 %type <n> NameSpaceModifier
135 %type <n> Object
136 %type <n> ObjectList
137 %type <n> PackageData
138 %type <n> ParameterTypePackage
139 %type <n> ParameterTypePackageList
140 %type <n> ParameterTypesPackage
141 %type <n> ParameterTypesPackageList
142 %type <n> RequiredTarget
143 %type <n> SimpleTarget
144 %type <n> StringData
145 %type <n> Target
146 %type <n> Term
147 %type <n> TermArg
148 %type <n> TermList
149 %type <n> MethodInvocationTerm
150
151 /* Type4Opcode is obsolete */
152
153 %type <n> Type1Opcode
154 %type <n> Type2BufferOpcode
155 %type <n> Type2BufferOrStringOpcode
156 %type <n> Type2IntegerOpcode
157 %type <n> Type2Opcode
158 %type <n> Type2StringOpcode
159 %type <n> Type3Opcode
160 %type <n> Type5Opcode
161 %type <n> Type6Opcode
162
163 %type <n> AccessAsTerm
164 %type <n> ExternalTerm
165 %type <n> FieldUnit
166 %type <n> FieldUnitEntry
167 %type <n> FieldUnitList
168 %type <n> IncludeTerm
169 %type <n> OffsetTerm
170 %type <n> OptionalAccessAttribTerm
171
172 /* Named Objects */
173
174 %type <n> BankFieldTerm
175 %type <n> CreateBitFieldTerm
176 %type <n> CreateByteFieldTerm
177 %type <n> CreateDWordFieldTerm
178 %type <n> CreateFieldTerm
179 %type <n> CreateQWordFieldTerm
180 %type <n> CreateWordFieldTerm
181 %type <n> DataRegionTerm
182 %type <n> DeviceTerm
183 %type <n> EventTerm
184 %type <n> FieldTerm
185 %type <n> FunctionTerm
186 %type <n> IndexFieldTerm
187 %type <n> MethodTerm
188 %type <n> MutexTerm
189 %type <n> OpRegionTerm
190 %type <n> OpRegionSpaceIdTerm
191 %type <n> PowerResTerm
192 %type <n> ProcessorTerm
193 %type <n> ThermalZoneTerm
194
195 /* Namespace modifiers */
196
197 %type <n> AliasTerm
198 %type <n> NameTerm
199 %type <n> ScopeTerm
200
201 /* Type 1 opcodes */
202
203 %type <n> BreakPointTerm
204 %type <n> BreakTerm
205 %type <n> CaseDefaultTermList
206 %type <n> CaseTerm
207 %type <n> ContinueTerm
208 %type <n> DefaultTerm
209 %type <n> ElseTerm
210 %type <n> FatalTerm
211 %type <n> IfElseTerm
212 %type <n> IfTerm
213 %type <n> LoadTerm
214 %type <n> NoOpTerm
215 %type <n> NotifyTerm
216 %type <n> ReleaseTerm
217 %type <n> ResetTerm
218 %type <n> ReturnTerm
219 %type <n> SignalTerm
220 %type <n> SleepTerm
221 %type <n> StallTerm
222 %type <n> SwitchTerm
223 %type <n> UnloadTerm
224 %type <n> WhileTerm
225 /* %type <n> CaseTermList */
226
227 /* Type 2 opcodes */
228
229 %type <n> AcquireTerm
230 %type <n> AddTerm
231 %type <n> AndTerm
232 %type <n> ConcatResTerm
233 %type <n> ConcatTerm
234 %type <n> CondRefOfTerm
235 %type <n> CopyObjectTerm
236 %type <n> DecTerm
237 %type <n> DerefOfTerm
238 %type <n> DivideTerm
239 %type <n> FindSetLeftBitTerm
240 %type <n> FindSetRightBitTerm
241 %type <n> FromBCDTerm
242 %type <n> IncTerm
243 %type <n> IndexTerm
244 %type <n> LAndTerm
245 %type <n> LEqualTerm
246 %type <n> LGreaterEqualTerm
247 %type <n> LGreaterTerm
248 %type <n> LLessEqualTerm
249 %type <n> LLessTerm
250 %type <n> LNotEqualTerm
251 %type <n> LNotTerm
252 %type <n> LoadTableTerm
253 %type <n> LOrTerm
254 %type <n> MatchTerm
255 %type <n> MidTerm
256 %type <n> ModTerm
257 %type <n> MultiplyTerm
258 %type <n> NAndTerm
259 %type <n> NOrTerm
260 %type <n> NotTerm
261 %type <n> ObjectTypeTerm
262 %type <n> OrTerm
263 %type <n> RefOfTerm
264 %type <n> ShiftLeftTerm
265 %type <n> ShiftRightTerm
266 %type <n> SizeOfTerm
267 %type <n> StoreTerm
268 %type <n> SubtractTerm
269 %type <n> TimerTerm
270 %type <n> ToBCDTerm
271 %type <n> ToBufferTerm
272 %type <n> ToDecimalStringTerm
273 %type <n> ToHexStringTerm
274 %type <n> ToIntegerTerm
275 %type <n> ToStringTerm
276 %type <n> WaitTerm
277 %type <n> XOrTerm
278
279 /* Keywords */
280
281 %type <n> AccessAttribKeyword
282 %type <n> AccessTypeKeyword
283 %type <n> AddressingModeKeyword
284 %type <n> AddressKeyword
285 %type <n> AddressSpaceKeyword
286 %type <n> BitsPerByteKeyword
287 %type <n> ClockPhaseKeyword
288 %type <n> ClockPolarityKeyword
289 %type <n> DecodeKeyword
290 %type <n> DevicePolarityKeyword
291 %type <n> DMATypeKeyword
292 %type <n> EndianKeyword
293 %type <n> FlowControlKeyword
294 %type <n> InterruptLevel
295 %type <n> InterruptTypeKeyword
296 %type <n> IODecodeKeyword
297 %type <n> IoRestrictionKeyword
298 %type <n> LockRuleKeyword
299 %type <n> MatchOpKeyword
300 %type <n> MaxKeyword
301 %type <n> MemTypeKeyword
302 %type <n> MinKeyword
303 %type <n> ObjectTypeKeyword
304 %type <n> OptionalBusMasterKeyword
305 %type <n> OptionalReadWriteKeyword
306 %type <n> ParityTypeKeyword
307 %type <n> PinConfigByte
308 %type <n> PinConfigKeyword
309 %type <n> RangeTypeKeyword
310 %type <n> RegionSpaceKeyword
311 %type <n> ResourceTypeKeyword
312 %type <n> SerializeRuleKeyword
313 %type <n> ShareTypeKeyword
314 %type <n> SlaveModeKeyword
315 %type <n> StopBitsKeyword
316 %type <n> TranslationKeyword
317 %type <n> TypeKeyword
318 %type <n> UpdateRuleKeyword
319 %type <n> WireModeKeyword
320 %type <n> XferSizeKeyword
321 %type <n> XferTypeKeyword
322
323 /* Types */
324
325 %type <n> SuperName
326 %type <n> ObjectTypeName
327 %type <n> ArgTerm
328 %type <n> LocalTerm
329 %type <n> DebugTerm
330
331 %type <n> Integer
332 %type <n> ByteConst
333 %type <n> WordConst
334 %type <n> DWordConst
335 %type <n> QWordConst
336 %type <n> String
337
338 %type <n> ConstTerm
339 %type <n> ConstExprTerm
340 %type <n> ByteConstExpr
341 %type <n> WordConstExpr
342 %type <n> DWordConstExpr
343 %type <n> QWordConstExpr
344
345 %type <n> DWordList
346 %type <n> BufferTerm
347 %type <n> ByteList
348
349 %type <n> PackageElement
350 %type <n> PackageList
351 %type <n> PackageTerm
352 %type <n> VarPackageLengthTerm
353
354 /* Macros */
355
356 %type <n> EISAIDTerm
357 %type <n> ResourceMacroList
358 %type <n> ResourceMacroTerm
359 %type <n> ResourceTemplateTerm
360 %type <n> PldKeyword
361 %type <n> PldKeywordList
362 %type <n> ToPLDTerm
363 %type <n> ToUUIDTerm
364 %type <n> UnicodeTerm
365 %type <n> PrintfArgList
366 %type <n> PrintfTerm
367 %type <n> FprintfTerm
368
369 /* Resource Descriptors */
370
371 %type <n> ConnectionTerm
372 %type <n> DataBufferTerm
373 %type <n> DMATerm
374 %type <n> DWordIOTerm
375 %type <n> DWordMemoryTerm
376 %type <n> DWordSpaceTerm
377 %type <n> EndDependentFnTerm
378 %type <n> ExtendedIOTerm
379 %type <n> ExtendedMemoryTerm
380 %type <n> ExtendedSpaceTerm
381 %type <n> FixedDmaTerm
382 %type <n> FixedIOTerm
383 %type <n> GpioIntTerm
384 %type <n> GpioIoTerm
385 %type <n> I2cSerialBusTerm
386 %type <n> InterruptTerm
387 %type <n> IOTerm
388 %type <n> IRQNoFlagsTerm
389 %type <n> IRQTerm
390 %type <n> Memory24Term
391 %type <n> Memory32FixedTerm
392 %type <n> Memory32Term
393 %type <n> NameSeg
394 %type <n> NameString
395 %type <n> QWordIOTerm
396 %type <n> QWordMemoryTerm
397 %type <n> QWordSpaceTerm
398 %type <n> RegisterTerm
399 %type <n> SpiSerialBusTerm
400 %type <n> StartDependentFnNoPriTerm
401 %type <n> StartDependentFnTerm
402 %type <n> UartSerialBusTerm
403 %type <n> VendorLongTerm
404 %type <n> VendorShortTerm
405 %type <n> WordBusNumberTerm
406 %type <n> WordIOTerm
407 %type <n> WordSpaceTerm
408
409 /* Local types that help construct the AML, not in ACPI spec */
410
411 %type <n> AmlPackageLengthTerm
412 %type <n> IncludeEndTerm
413 %type <n> NameStringItem
414 %type <n> TermArgItem
415
416 %type <n> OptionalAccessSize
417 %type <n> OptionalAddressingMode
418 %type <n> OptionalAddressRange
419 %type <n> OptionalBitsPerByte
420 %type <n> OptionalBuffer_Last
421 %type <n> OptionalByteConstExpr
422 %type <n> OptionalCount
423 %type <n> OptionalDecodeType
424 %type <n> OptionalDevicePolarity
425 %type <n> OptionalDWordConstExpr
426 %type <n> OptionalEndian
427 %type <n> OptionalFlowControl
428 %type <n> OptionalIoRestriction
429 %type <n> OptionalListString
430 %type <n> OptionalMaxType
431 %type <n> OptionalMemType
432 %type <n> OptionalMinType
433 %type <n> OptionalNameString
434 %type <n> OptionalNameString_First
435 %type <n> OptionalNameString_Last
436 %type <n> OptionalObjectTypeKeyword
437 %type <n> OptionalParameterTypePackage
438 %type <n> OptionalParameterTypesPackage
439 %type <n> OptionalParityType
440 %type <n> OptionalQWordConstExpr
441 %type <n> OptionalRangeType
442 %type <n> OptionalReference
443 %type <n> OptionalResourceType
444 %type <n> OptionalResourceType_First
445 %type <n> OptionalReturnArg
446 %type <n> OptionalSerializeRuleKeyword
447 %type <n> OptionalShareType
448 %type <n> OptionalShareType_First
449 %type <n> OptionalSlaveMode
450 %type <n> OptionalStopBits
451 %type <n> OptionalStringData
452 %type <n> OptionalTermArg
453 %type <n> OptionalTranslationType_Last
454 %type <n> OptionalType
455 %type <n> OptionalType_Last
456 %type <n> OptionalWireMode
457 %type <n> OptionalWordConst
458 %type <n> OptionalWordConstExpr
459 %type <n> OptionalXferSize
460
461 /*
462  * C-style expression parser
463  */
464 %type <n> Expression
465 %type <n> EqualsTerm