1 /******************************************************************************
3 * Module Name: dsfield - Dispatcher field routines
5 *****************************************************************************/
7 /******************************************************************************
11 * Some or all of this work - Copyright (c) 1999 - 2017, Intel Corp.
12 * All rights reserved.
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
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
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;
37 * The above copyright and patent license is granted only if the following
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.
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
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
72 * 3.4. Intel retains all right, title, and interest in and to the Original
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.
80 * 4. Disclaimer and Export Compliance
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
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
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.
114 *****************************************************************************
116 * Alternatively, you may choose to be licensed under the terms of the
119 * Redistribution and use in source and binary forms, with or without
120 * modification, are permitted provided that the following conditions
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.
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.
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.
150 *****************************************************************************/
153 #include "accommon.h"
155 #include "acdispat.h"
156 #include "acinterp.h"
157 #include "acnamesp.h"
158 #include "acparser.h"
161 #define _COMPONENT ACPI_DISPATCHER
162 ACPI_MODULE_NAME ("dsfield")
164 /* Local prototypes */
166 #ifdef ACPI_ASL_COMPILER
167 #include "acdisasm.h"
170 AcpiDsCreateExternalRegion (
171 ACPI_STATUS LookupStatus
,
172 ACPI_PARSE_OBJECT
*Op
,
174 ACPI_WALK_STATE
*WalkState
,
175 ACPI_NAMESPACE_NODE
**Node
);
179 AcpiDsGetFieldNames (
180 ACPI_CREATE_FIELD_INFO
*Info
,
181 ACPI_WALK_STATE
*WalkState
,
182 ACPI_PARSE_OBJECT
*Arg
);
185 #ifdef ACPI_ASL_COMPILER
186 /*******************************************************************************
188 * FUNCTION: AcpiDsCreateExternalRegion (iASL Disassembler only)
190 * PARAMETERS: LookupStatus - Status from NsLookup operation
191 * Op - Op containing the Field definition and args
192 * Path - Pathname of the region
193 * ` WalkState - Current method state
194 * Node - Where the new region node is returned
198 * DESCRIPTION: Add region to the external list if NOT_FOUND. Create a new
199 * region node/object.
201 ******************************************************************************/
204 AcpiDsCreateExternalRegion (
205 ACPI_STATUS LookupStatus
,
206 ACPI_PARSE_OBJECT
*Op
,
208 ACPI_WALK_STATE
*WalkState
,
209 ACPI_NAMESPACE_NODE
**Node
)
212 ACPI_OPERAND_OBJECT
*ObjDesc
;
215 if (LookupStatus
!= AE_NOT_FOUND
)
217 return (LookupStatus
);
222 * OperationRegion not found. Generate an External for it, and
223 * insert the name into the namespace.
225 AcpiDmAddOpToExternalList (Op
, Path
, ACPI_TYPE_REGION
, 0, 0);
227 Status
= AcpiNsLookup (WalkState
->ScopeInfo
, Path
, ACPI_TYPE_REGION
,
228 ACPI_IMODE_LOAD_PASS1
, ACPI_NS_SEARCH_PARENT
, WalkState
, Node
);
229 if (ACPI_FAILURE (Status
))
234 /* Must create and install a region object for the new node */
236 ObjDesc
= AcpiUtCreateInternalObject (ACPI_TYPE_REGION
);
239 return (AE_NO_MEMORY
);
242 ObjDesc
->Region
.Node
= *Node
;
243 Status
= AcpiNsAttachObject (*Node
, ObjDesc
, ACPI_TYPE_REGION
);
249 /*******************************************************************************
251 * FUNCTION: AcpiDsCreateBufferField
253 * PARAMETERS: Op - Current parse op (CreateXXField)
254 * WalkState - Current state
258 * DESCRIPTION: Execute the CreateField operators:
262 * CreateDwordFieldOp,
263 * CreateQwordFieldOp,
264 * CreateFieldOp (all of which define a field in a buffer)
266 ******************************************************************************/
269 AcpiDsCreateBufferField (
270 ACPI_PARSE_OBJECT
*Op
,
271 ACPI_WALK_STATE
*WalkState
)
273 ACPI_PARSE_OBJECT
*Arg
;
274 ACPI_NAMESPACE_NODE
*Node
;
276 ACPI_OPERAND_OBJECT
*ObjDesc
;
277 ACPI_OPERAND_OBJECT
*SecondDesc
= NULL
;
281 ACPI_FUNCTION_TRACE (DsCreateBufferField
);
285 * Get the NameString argument (name of the new BufferField)
287 if (Op
->Common
.AmlOpcode
== AML_CREATE_FIELD_OP
)
289 /* For CreateField, name is the 4th argument */
291 Arg
= AcpiPsGetArg (Op
, 3);
295 /* For all other CreateXXXField operators, name is the 3rd argument */
297 Arg
= AcpiPsGetArg (Op
, 2);
302 return_ACPI_STATUS (AE_AML_NO_OPERAND
);
305 if (WalkState
->DeferredNode
)
307 Node
= WalkState
->DeferredNode
;
312 /* Execute flag should always be set when this function is entered */
314 if (!(WalkState
->ParseFlags
& ACPI_PARSE_EXECUTE
))
316 return_ACPI_STATUS (AE_AML_INTERNAL
);
319 /* Creating new namespace node, should not already exist */
321 Flags
= ACPI_NS_NO_UPSEARCH
| ACPI_NS_DONT_OPEN_SCOPE
|
322 ACPI_NS_ERROR_IF_FOUND
;
325 * Mark node temporary if we are executing a normal control
326 * method. (Don't mark if this is a module-level code method)
328 if (WalkState
->MethodNode
&&
329 !(WalkState
->ParseFlags
& ACPI_PARSE_MODULE_LEVEL
))
331 Flags
|= ACPI_NS_TEMPORARY
;
334 /* Enter the NameString into the namespace */
336 Status
= AcpiNsLookup (WalkState
->ScopeInfo
,
337 Arg
->Common
.Value
.String
, ACPI_TYPE_ANY
,
338 ACPI_IMODE_LOAD_PASS1
, Flags
, WalkState
, &Node
);
339 if (ACPI_FAILURE (Status
))
341 ACPI_ERROR_NAMESPACE (Arg
->Common
.Value
.String
, Status
);
342 return_ACPI_STATUS (Status
);
347 * We could put the returned object (Node) on the object stack for later,
348 * but for now, we will put it in the "op" object that the parser uses,
349 * so we can get it again at the end of this scope.
351 Op
->Common
.Node
= Node
;
354 * If there is no object attached to the node, this node was just created
355 * and we need to create the field object. Otherwise, this was a lookup
356 * of an existing node and we don't want to create the field object again.
358 ObjDesc
= AcpiNsGetAttachedObject (Node
);
361 return_ACPI_STATUS (AE_OK
);
365 * The Field definition is not fully parsed at this time.
366 * (We must save the address of the AML for the buffer and index operands)
369 /* Create the buffer field object */
371 ObjDesc
= AcpiUtCreateInternalObject (ACPI_TYPE_BUFFER_FIELD
);
374 Status
= AE_NO_MEMORY
;
379 * Remember location in AML stream of the field unit opcode and operands
380 * -- since the buffer and index operands must be evaluated.
382 SecondDesc
= ObjDesc
->Common
.NextObject
;
383 SecondDesc
->Extra
.AmlStart
= Op
->Named
.Data
;
384 SecondDesc
->Extra
.AmlLength
= Op
->Named
.Length
;
385 ObjDesc
->BufferField
.Node
= Node
;
387 /* Attach constructed field descriptors to parent node */
389 Status
= AcpiNsAttachObject (Node
, ObjDesc
, ACPI_TYPE_BUFFER_FIELD
);
390 if (ACPI_FAILURE (Status
))
398 /* Remove local reference to the object */
400 AcpiUtRemoveReference (ObjDesc
);
401 return_ACPI_STATUS (Status
);
405 /*******************************************************************************
407 * FUNCTION: AcpiDsGetFieldNames
409 * PARAMETERS: Info - CreateField info structure
410 * ` WalkState - Current method state
411 * Arg - First parser arg for the field name list
415 * DESCRIPTION: Process all named fields in a field declaration. Names are
416 * entered into the namespace.
418 ******************************************************************************/
421 AcpiDsGetFieldNames (
422 ACPI_CREATE_FIELD_INFO
*Info
,
423 ACPI_WALK_STATE
*WalkState
,
424 ACPI_PARSE_OBJECT
*Arg
)
428 ACPI_PARSE_OBJECT
*Child
;
431 ACPI_FUNCTION_TRACE_PTR (DsGetFieldNames
, Info
);
434 /* First field starts at bit zero */
436 Info
->FieldBitPosition
= 0;
438 /* Process all elements in the field list (of parse nodes) */
443 * Four types of field elements are handled:
444 * 1) Name - Enters a new named field into the namespace
445 * 2) Offset - specifies a bit offset
446 * 3) AccessAs - changes the access mode/attributes
447 * 4) Connection - Associate a resource template with the field
449 switch (Arg
->Common
.AmlOpcode
)
451 case AML_INT_RESERVEDFIELD_OP
:
453 Position
= (UINT64
) Info
->FieldBitPosition
+
454 (UINT64
) Arg
->Common
.Value
.Size
;
456 if (Position
> ACPI_UINT32_MAX
)
458 ACPI_ERROR ((AE_INFO
,
459 "Bit offset within field too large (> 0xFFFFFFFF)"));
460 return_ACPI_STATUS (AE_SUPPORT
);
463 Info
->FieldBitPosition
= (UINT32
) Position
;
466 case AML_INT_ACCESSFIELD_OP
:
467 case AML_INT_EXTACCESSFIELD_OP
:
469 * Get new AccessType, AccessAttribute, and AccessLength fields
470 * -- to be used for all field units that follow, until the
471 * end-of-field or another AccessAs keyword is encountered.
472 * NOTE. These three bytes are encoded in the integer value
473 * of the parseop for convenience.
475 * In FieldFlags, preserve the flag bits other than the
479 /* AccessType (ByteAcc, WordAcc, etc.) */
481 Info
->FieldFlags
= (UINT8
)
482 ((Info
->FieldFlags
& ~(AML_FIELD_ACCESS_TYPE_MASK
)) |
483 ((UINT8
) ((UINT32
) (Arg
->Common
.Value
.Integer
& 0x07))));
485 /* AccessAttribute (AttribQuick, AttribByte, etc.) */
487 Info
->Attribute
= (UINT8
)
488 ((Arg
->Common
.Value
.Integer
>> 8) & 0xFF);
490 /* AccessLength (for serial/buffer protocols) */
492 Info
->AccessLength
= (UINT8
)
493 ((Arg
->Common
.Value
.Integer
>> 16) & 0xFF);
496 case AML_INT_CONNECTION_OP
:
498 * Clear any previous connection. New connection is used for all
499 * fields that follow, similar to AccessAs
501 Info
->ResourceBuffer
= NULL
;
502 Info
->ConnectionNode
= NULL
;
503 Info
->PinNumberIndex
= 0;
506 * A Connection() is either an actual resource descriptor (buffer)
507 * or a named reference to a resource template
509 Child
= Arg
->Common
.Value
.Arg
;
510 if (Child
->Common
.AmlOpcode
== AML_INT_BYTELIST_OP
)
512 Info
->ResourceBuffer
= Child
->Named
.Data
;
513 Info
->ResourceLength
= (UINT16
) Child
->Named
.Value
.Integer
;
517 /* Lookup the Connection() namepath, it should already exist */
519 Status
= AcpiNsLookup (WalkState
->ScopeInfo
,
520 Child
->Common
.Value
.Name
, ACPI_TYPE_ANY
,
521 ACPI_IMODE_EXECUTE
, ACPI_NS_DONT_OPEN_SCOPE
,
522 WalkState
, &Info
->ConnectionNode
);
523 if (ACPI_FAILURE (Status
))
525 ACPI_ERROR_NAMESPACE (Child
->Common
.Value
.Name
, Status
);
526 return_ACPI_STATUS (Status
);
531 case AML_INT_NAMEDFIELD_OP
:
533 /* Lookup the name, it should already exist */
535 Status
= AcpiNsLookup (WalkState
->ScopeInfo
,
536 (char *) &Arg
->Named
.Name
, Info
->FieldType
,
537 ACPI_IMODE_EXECUTE
, ACPI_NS_DONT_OPEN_SCOPE
,
538 WalkState
, &Info
->FieldNode
);
539 if (ACPI_FAILURE (Status
))
541 ACPI_ERROR_NAMESPACE ((char *) &Arg
->Named
.Name
, Status
);
542 return_ACPI_STATUS (Status
);
546 Arg
->Common
.Node
= Info
->FieldNode
;
547 Info
->FieldBitLength
= Arg
->Common
.Value
.Size
;
550 * If there is no object attached to the node, this node was
551 * just created and we need to create the field object.
552 * Otherwise, this was a lookup of an existing node and we
553 * don't want to create the field object again.
555 if (!AcpiNsGetAttachedObject (Info
->FieldNode
))
557 Status
= AcpiExPrepFieldValue (Info
);
558 if (ACPI_FAILURE (Status
))
560 return_ACPI_STATUS (Status
);
565 /* Keep track of bit position for the next field */
567 Position
= (UINT64
) Info
->FieldBitPosition
+
568 (UINT64
) Arg
->Common
.Value
.Size
;
570 if (Position
> ACPI_UINT32_MAX
)
572 ACPI_ERROR ((AE_INFO
,
573 "Field [%4.4s] bit offset too large (> 0xFFFFFFFF)",
574 ACPI_CAST_PTR (char, &Info
->FieldNode
->Name
)));
575 return_ACPI_STATUS (AE_SUPPORT
);
578 Info
->FieldBitPosition
+= Info
->FieldBitLength
;
579 Info
->PinNumberIndex
++; /* Index relative to previous Connection() */
584 ACPI_ERROR ((AE_INFO
,
585 "Invalid opcode in field list: 0x%X",
586 Arg
->Common
.AmlOpcode
));
587 return_ACPI_STATUS (AE_AML_BAD_OPCODE
);
590 Arg
= Arg
->Common
.Next
;
593 return_ACPI_STATUS (AE_OK
);
597 /*******************************************************************************
599 * FUNCTION: AcpiDsCreateField
601 * PARAMETERS: Op - Op containing the Field definition and args
602 * RegionNode - Object for the containing Operation Region
603 * ` WalkState - Current method state
607 * DESCRIPTION: Create a new field in the specified operation region
609 ******************************************************************************/
613 ACPI_PARSE_OBJECT
*Op
,
614 ACPI_NAMESPACE_NODE
*RegionNode
,
615 ACPI_WALK_STATE
*WalkState
)
618 ACPI_PARSE_OBJECT
*Arg
;
619 ACPI_CREATE_FIELD_INFO Info
;
622 ACPI_FUNCTION_TRACE_PTR (DsCreateField
, Op
);
625 /* First arg is the name of the parent OpRegion (must already exist) */
627 Arg
= Op
->Common
.Value
.Arg
;
631 Status
= AcpiNsLookup (WalkState
->ScopeInfo
, Arg
->Common
.Value
.Name
,
632 ACPI_TYPE_REGION
, ACPI_IMODE_EXECUTE
,
633 ACPI_NS_SEARCH_PARENT
, WalkState
, &RegionNode
);
634 #ifdef ACPI_ASL_COMPILER
635 Status
= AcpiDsCreateExternalRegion (Status
, Arg
,
636 Arg
->Common
.Value
.Name
, WalkState
, &RegionNode
);
638 if (ACPI_FAILURE (Status
))
640 ACPI_ERROR_NAMESPACE (Arg
->Common
.Value
.Name
, Status
);
641 return_ACPI_STATUS (Status
);
645 memset (&Info
, 0, sizeof (ACPI_CREATE_FIELD_INFO
));
647 /* Second arg is the field flags */
649 Arg
= Arg
->Common
.Next
;
650 Info
.FieldFlags
= (UINT8
) Arg
->Common
.Value
.Integer
;
653 /* Each remaining arg is a Named Field */
655 Info
.FieldType
= ACPI_TYPE_LOCAL_REGION_FIELD
;
656 Info
.RegionNode
= RegionNode
;
658 Status
= AcpiDsGetFieldNames (&Info
, WalkState
, Arg
->Common
.Next
);
659 return_ACPI_STATUS (Status
);
663 /*******************************************************************************
665 * FUNCTION: AcpiDsInitFieldObjects
667 * PARAMETERS: Op - Op containing the Field definition and args
668 * ` WalkState - Current method state
672 * DESCRIPTION: For each "Field Unit" name in the argument list that is
673 * part of the field declaration, enter the name into the
676 ******************************************************************************/
679 AcpiDsInitFieldObjects (
680 ACPI_PARSE_OBJECT
*Op
,
681 ACPI_WALK_STATE
*WalkState
)
684 ACPI_PARSE_OBJECT
*Arg
= NULL
;
685 ACPI_NAMESPACE_NODE
*Node
;
690 ACPI_FUNCTION_TRACE_PTR (DsInitFieldObjects
, Op
);
693 /* Execute flag should always be set when this function is entered */
695 if (!(WalkState
->ParseFlags
& ACPI_PARSE_EXECUTE
))
697 if (WalkState
->ParseFlags
& ACPI_PARSE_DEFERRED_OP
)
699 /* BankField Op is deferred, just return OK */
701 return_ACPI_STATUS (AE_OK
);
704 return_ACPI_STATUS (AE_AML_INTERNAL
);
708 * Get the FieldList argument for this opcode. This is the start of the
709 * list of field elements.
711 switch (WalkState
->Opcode
)
715 Arg
= AcpiPsGetArg (Op
, 2);
716 Type
= ACPI_TYPE_LOCAL_REGION_FIELD
;
719 case AML_BANK_FIELD_OP
:
721 Arg
= AcpiPsGetArg (Op
, 4);
722 Type
= ACPI_TYPE_LOCAL_BANK_FIELD
;
725 case AML_INDEX_FIELD_OP
:
727 Arg
= AcpiPsGetArg (Op
, 3);
728 Type
= ACPI_TYPE_LOCAL_INDEX_FIELD
;
733 return_ACPI_STATUS (AE_BAD_PARAMETER
);
736 /* Creating new namespace node(s), should not already exist */
738 Flags
= ACPI_NS_NO_UPSEARCH
| ACPI_NS_DONT_OPEN_SCOPE
|
739 ACPI_NS_ERROR_IF_FOUND
;
742 * Mark node(s) temporary if we are executing a normal control
743 * method. (Don't mark if this is a module-level code method)
745 if (WalkState
->MethodNode
&&
746 !(WalkState
->ParseFlags
& ACPI_PARSE_MODULE_LEVEL
))
748 Flags
|= ACPI_NS_TEMPORARY
;
752 * Walk the list of entries in the FieldList
753 * Note: FieldList can be of zero length. In this case, Arg will be NULL.
758 * Ignore OFFSET/ACCESSAS/CONNECTION terms here; we are only interested
759 * in the field names in order to enter them into the namespace.
761 if (Arg
->Common
.AmlOpcode
== AML_INT_NAMEDFIELD_OP
)
763 Status
= AcpiNsLookup (WalkState
->ScopeInfo
,
764 (char *) &Arg
->Named
.Name
, Type
, ACPI_IMODE_LOAD_PASS1
,
765 Flags
, WalkState
, &Node
);
766 if (ACPI_FAILURE (Status
))
768 ACPI_ERROR_NAMESPACE ((char *) &Arg
->Named
.Name
, Status
);
769 if (Status
!= AE_ALREADY_EXISTS
)
771 return_ACPI_STATUS (Status
);
774 /* Name already exists, just ignore this error */
779 Arg
->Common
.Node
= Node
;
782 /* Get the next field element in the list */
784 Arg
= Arg
->Common
.Next
;
787 return_ACPI_STATUS (AE_OK
);
791 /*******************************************************************************
793 * FUNCTION: AcpiDsCreateBankField
795 * PARAMETERS: Op - Op containing the Field definition and args
796 * RegionNode - Object for the containing Operation Region
797 * WalkState - Current method state
801 * DESCRIPTION: Create a new bank field in the specified operation region
803 ******************************************************************************/
806 AcpiDsCreateBankField (
807 ACPI_PARSE_OBJECT
*Op
,
808 ACPI_NAMESPACE_NODE
*RegionNode
,
809 ACPI_WALK_STATE
*WalkState
)
812 ACPI_PARSE_OBJECT
*Arg
;
813 ACPI_CREATE_FIELD_INFO Info
;
816 ACPI_FUNCTION_TRACE_PTR (DsCreateBankField
, Op
);
819 /* First arg is the name of the parent OpRegion (must already exist) */
821 Arg
= Op
->Common
.Value
.Arg
;
824 Status
= AcpiNsLookup (WalkState
->ScopeInfo
, Arg
->Common
.Value
.Name
,
825 ACPI_TYPE_REGION
, ACPI_IMODE_EXECUTE
,
826 ACPI_NS_SEARCH_PARENT
, WalkState
, &RegionNode
);
827 #ifdef ACPI_ASL_COMPILER
828 Status
= AcpiDsCreateExternalRegion (Status
, Arg
,
829 Arg
->Common
.Value
.Name
, WalkState
, &RegionNode
);
831 if (ACPI_FAILURE (Status
))
833 ACPI_ERROR_NAMESPACE (Arg
->Common
.Value
.Name
, Status
);
834 return_ACPI_STATUS (Status
);
838 /* Second arg is the Bank Register (Field) (must already exist) */
840 Arg
= Arg
->Common
.Next
;
841 Status
= AcpiNsLookup (WalkState
->ScopeInfo
, Arg
->Common
.Value
.String
,
842 ACPI_TYPE_ANY
, ACPI_IMODE_EXECUTE
,
843 ACPI_NS_SEARCH_PARENT
, WalkState
, &Info
.RegisterNode
);
844 if (ACPI_FAILURE (Status
))
846 ACPI_ERROR_NAMESPACE (Arg
->Common
.Value
.String
, Status
);
847 return_ACPI_STATUS (Status
);
851 * Third arg is the BankValue
852 * This arg is a TermArg, not a constant
853 * It will be evaluated later, by AcpiDsEvalBankFieldOperands
855 Arg
= Arg
->Common
.Next
;
857 /* Fourth arg is the field flags */
859 Arg
= Arg
->Common
.Next
;
860 Info
.FieldFlags
= (UINT8
) Arg
->Common
.Value
.Integer
;
862 /* Each remaining arg is a Named Field */
864 Info
.FieldType
= ACPI_TYPE_LOCAL_BANK_FIELD
;
865 Info
.RegionNode
= RegionNode
;
868 * Use Info.DataRegisterNode to store BankField Op
869 * It's safe because DataRegisterNode will never be used when create
870 * bank field \we store AmlStart and AmlLength in the BankField Op for
871 * late evaluation. Used in AcpiExPrepFieldValue(Info)
873 * TBD: Or, should we add a field in ACPI_CREATE_FIELD_INFO, like
876 Info
.DataRegisterNode
= (ACPI_NAMESPACE_NODE
*) Op
;
878 Status
= AcpiDsGetFieldNames (&Info
, WalkState
, Arg
->Common
.Next
);
879 return_ACPI_STATUS (Status
);
883 /*******************************************************************************
885 * FUNCTION: AcpiDsCreateIndexField
887 * PARAMETERS: Op - Op containing the Field definition and args
888 * RegionNode - Object for the containing Operation Region
889 * ` WalkState - Current method state
893 * DESCRIPTION: Create a new index field in the specified operation region
895 ******************************************************************************/
898 AcpiDsCreateIndexField (
899 ACPI_PARSE_OBJECT
*Op
,
900 ACPI_NAMESPACE_NODE
*RegionNode
,
901 ACPI_WALK_STATE
*WalkState
)
904 ACPI_PARSE_OBJECT
*Arg
;
905 ACPI_CREATE_FIELD_INFO Info
;
908 ACPI_FUNCTION_TRACE_PTR (DsCreateIndexField
, Op
);
911 /* First arg is the name of the Index register (must already exist) */
913 Arg
= Op
->Common
.Value
.Arg
;
914 Status
= AcpiNsLookup (WalkState
->ScopeInfo
, Arg
->Common
.Value
.String
,
915 ACPI_TYPE_ANY
, ACPI_IMODE_EXECUTE
,
916 ACPI_NS_SEARCH_PARENT
, WalkState
, &Info
.RegisterNode
);
917 if (ACPI_FAILURE (Status
))
919 ACPI_ERROR_NAMESPACE (Arg
->Common
.Value
.String
, Status
);
920 return_ACPI_STATUS (Status
);
923 /* Second arg is the data register (must already exist) */
925 Arg
= Arg
->Common
.Next
;
926 Status
= AcpiNsLookup (WalkState
->ScopeInfo
, Arg
->Common
.Value
.String
,
927 ACPI_TYPE_ANY
, ACPI_IMODE_EXECUTE
,
928 ACPI_NS_SEARCH_PARENT
, WalkState
, &Info
.DataRegisterNode
);
929 if (ACPI_FAILURE (Status
))
931 ACPI_ERROR_NAMESPACE (Arg
->Common
.Value
.String
, Status
);
932 return_ACPI_STATUS (Status
);
935 /* Next arg is the field flags */
937 Arg
= Arg
->Common
.Next
;
938 Info
.FieldFlags
= (UINT8
) Arg
->Common
.Value
.Integer
;
940 /* Each remaining arg is a Named Field */
942 Info
.FieldType
= ACPI_TYPE_LOCAL_INDEX_FIELD
;
943 Info
.RegionNode
= RegionNode
;
945 Status
= AcpiDsGetFieldNames (&Info
, WalkState
, Arg
->Common
.Next
);
946 return_ACPI_STATUS (Status
);