dmopcode.c revision 192384
1163899Smjacob/*******************************************************************************
2163899Smjacob *
3196008Smjacob * Module Name: dmopcode - AML disassembler, specific AML opcodes
4167403Smjacob *              $Revision: 1.101 $
5167403Smjacob *
6167403Smjacob ******************************************************************************/
7167403Smjacob
8167403Smjacob/******************************************************************************
9167403Smjacob *
10167403Smjacob * 1. Copyright Notice
11167403Smjacob *
12167403Smjacob * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
13167403Smjacob * All rights reserved.
14167403Smjacob *
15167403Smjacob * 2. License
16167403Smjacob *
17167403Smjacob * 2.1. This is your license from Intel Corp. under its intellectual property
18167403Smjacob * rights.  You may have additional license terms from the party that provided
19167403Smjacob * you this software, covering your right to use that party's intellectual
20167403Smjacob * property rights.
21167403Smjacob *
22167403Smjacob * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
23167403Smjacob * copy of the source code appearing in this file ("Covered Code") an
24167403Smjacob * irrevocable, perpetual, worldwide license under Intel's copyrights in the
25167403Smjacob * base code distributed originally by Intel ("Original Intel Code") to copy,
26167403Smjacob * make derivatives, distribute, use and display any portion of the Covered
27196008Smjacob * Code in any form, with the right to sublicense such rights; and
28163899Smjacob *
29163899Smjacob * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
30163899Smjacob * license (with the right to sublicense), under only those claims of Intel
31163899Smjacob * patents that are infringed by the Original Intel Code, to make, use, sell,
32163899Smjacob * offer to sell, and import the Covered Code and derivative works thereof
33163899Smjacob * solely to the minimum extent necessary to exercise the above copyright
34163899Smjacob * license, and in no event shall the patent license extend to any additions
35163899Smjacob * to or modifications of the Original Intel Code.  No other license or right
36163899Smjacob * is granted directly or by implication, estoppel or otherwise;
37163899Smjacob *
38163899Smjacob * The above copyright and patent license is granted only if the following
39163899Smjacob * conditions are met:
40163899Smjacob *
41163899Smjacob * 3. Conditions
42163899Smjacob *
43163899Smjacob * 3.1. Redistribution of Source with Rights to Further Distribute Source.
44163899Smjacob * Redistribution of source code of any substantial portion of the Covered
45163899Smjacob * Code or modification with rights to further distribute source must include
46196008Smjacob * the above Copyright Notice, the above License, this list of Conditions,
47163899Smjacob * and the following Disclaimer and Export Compliance provision.  In addition,
48163899Smjacob * Licensee must cause all Covered Code to which Licensee contributes to
49163899Smjacob * contain a file documenting the changes Licensee made to create that Covered
50163899Smjacob * Code and the date of any change.  Licensee must include in that file the
51163899Smjacob * documentation of any changes made by any predecessor Licensee.  Licensee
52163899Smjacob * must include a prominent statement that the modification is derived,
53163899Smjacob * directly or indirectly, from Original Intel Code.
54163899Smjacob *
55163899Smjacob * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
56163899Smjacob * Redistribution of source code of any substantial portion of the Covered
57163899Smjacob * Code or modification without rights to further distribute source must
58163899Smjacob * include the following Disclaimer and Export Compliance provision in the
59163899Smjacob * documentation and/or other materials provided with distribution.  In
60163899Smjacob * addition, Licensee may not authorize further sublicense of source of any
61163899Smjacob * portion of the Covered Code, and must include terms to the effect that the
62163899Smjacob * license from Licensee to its licensee is limited to the intellectual
63163899Smjacob * property embodied in the software Licensee provides to its licensee, and
64163899Smjacob * not to intellectual property embodied in modifications its licensee may
65163899Smjacob * make.
66163899Smjacob *
67163899Smjacob * 3.3. Redistribution of Executable. Redistribution in executable form of any
68163899Smjacob * substantial portion of the Covered Code or modification must reproduce the
69163899Smjacob * above Copyright Notice, and the following Disclaimer and Export Compliance
70163899Smjacob * provision in the documentation and/or other materials provided with the
71163899Smjacob * distribution.
72163899Smjacob *
73163899Smjacob * 3.4. Intel retains all right, title, and interest in and to the Original
74163899Smjacob * Intel Code.
75163899Smjacob *
76163899Smjacob * 3.5. Neither the name Intel nor any other trademark owned or controlled by
77163899Smjacob * Intel shall be used in advertising or otherwise to promote the sale, use or
78163899Smjacob * other dealings in products derived from or relating to the Covered Code
79163899Smjacob * without prior written authorization from Intel.
80163899Smjacob *
81163899Smjacob * 4. Disclaimer and Export Compliance
82163899Smjacob *
83163899Smjacob * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
84163899Smjacob * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
85163899Smjacob * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
86163899Smjacob * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
87163899Smjacob * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
88163899Smjacob * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
89163899Smjacob * PARTICULAR PURPOSE.
90163899Smjacob *
91163899Smjacob * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
92163899Smjacob * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
93163899Smjacob * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
94163899Smjacob * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
95163899Smjacob * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
96163899Smjacob * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
97163899Smjacob * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
98163899Smjacob * LIMITED REMEDY.
99163899Smjacob *
100289843Smav * 4.3. Licensee shall not export, either directly or indirectly, any of this
101163899Smjacob * software or system incorporating such software without first obtaining any
102163899Smjacob * required license or other approval from the U. S. Department of Commerce or
103289843Smav * any other agency or department of the United States Government.  In the
104163899Smjacob * event Licensee exports any such software from the United States or
105163899Smjacob * re-exports any such software from a foreign destination, Licensee shall
106163899Smjacob * ensure that the distribution and export/re-export of the software is in
107163899Smjacob * compliance with all laws, regulations, orders, or other restrictions of the
108163899Smjacob * U.S. Export Administration Regulations. Licensee agrees that neither it nor
109163899Smjacob * any of its subsidiaries will export/re-export any technical data, process,
110163899Smjacob * software, or service, directly or indirectly, to any country for which the
111163899Smjacob * United States government or any agency thereof requires an export license,
112163899Smjacob * other governmental approval, or letter of assurance, without first obtaining
113163899Smjacob * such license, approval or letter.
114163899Smjacob *
115163899Smjacob *****************************************************************************/
116163899Smjacob
117163899Smjacob#include <contrib/dev/acpica/acpi.h>
118163899Smjacob#include <contrib/dev/acpica/acparser.h>
119163899Smjacob#include <contrib/dev/acpica/amlcode.h>
120163899Smjacob#include <contrib/dev/acpica/acdisasm.h>
121163899Smjacob
122163899Smjacob#ifdef ACPI_DISASSEMBLER
123163899Smjacob
124163899Smjacob#define _COMPONENT          ACPI_CA_DEBUGGER
125163899Smjacob        ACPI_MODULE_NAME    ("dmopcode")
126163899Smjacob
127163899Smjacob/* Local prototypes */
128163899Smjacob
129163899Smjacobstatic void
130163899SmjacobAcpiDmMatchKeyword (
131163899Smjacob    ACPI_PARSE_OBJECT       *Op);
132164272Smjacob
133163899Smjacob
134163899Smjacob/*******************************************************************************
135163899Smjacob *
136163899Smjacob * FUNCTION:    AcpiDmMethodFlags
137163899Smjacob *
138163899Smjacob * PARAMETERS:  Op              - Method Object to be examined
139163899Smjacob *
140163899Smjacob * RETURN:      None
141164272Smjacob *
142297751Smav * DESCRIPTION: Decode control method flags
143297751Smav *
144297751Smav ******************************************************************************/
145297751Smav
146297751Smavvoid
147297751SmavAcpiDmMethodFlags (
148297751Smav    ACPI_PARSE_OBJECT       *Op)
149297751Smav{
150297751Smav    UINT32                  Flags;
151297751Smav    UINT32                  Args;
152297751Smav
153297751Smav
154297751Smav    /* The next Op contains the flags */
155291000Smav
156291000Smav    Op = AcpiPsGetDepthNext (NULL, Op);
157291000Smav    Flags = (UINT8) Op->Common.Value.Integer;
158291000Smav    Args = Flags & 0x07;
159291000Smav
160291000Smav    /* Mark the Op as completed */
161291000Smav
162291000Smav    Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
163291000Smav
164291000Smav    /* 1) Method argument count */
165291000Smav
166291000Smav    AcpiOsPrintf (", %d, ", Args);
167291000Smav
168291000Smav    /* 2) Serialize rule */
169297751Smav
170297751Smav    if (!(Flags & 0x08))
171297751Smav    {
172297751Smav        AcpiOsPrintf ("Not");
173297751Smav    }
174297751Smav
175297751Smav    AcpiOsPrintf ("Serialized");
176297751Smav
177297751Smav    /* 3) SyncLevel */
178297751Smav
179297751Smav    if (Flags & 0xF0)
180297751Smav    {
181238869Smjacob        AcpiOsPrintf (", %d", Flags >> 4);
182238869Smjacob    }
183196008Smjacob}
184238869Smjacob
185238869Smjacob
186238869Smjacob/*******************************************************************************
187238869Smjacob *
188238869Smjacob * FUNCTION:    AcpiDmFieldFlags
189238869Smjacob *
190238869Smjacob * PARAMETERS:  Op              - Field Object to be examined
191238869Smjacob *
192238869Smjacob * RETURN:      None
193238869Smjacob *
194238869Smjacob * DESCRIPTION: Decode Field definition flags
195238869Smjacob *
196238869Smjacob ******************************************************************************/
197238869Smjacob
198238869Smjacobvoid
199238869SmjacobAcpiDmFieldFlags (
200238869Smjacob    ACPI_PARSE_OBJECT       *Op)
201238869Smjacob{
202238869Smjacob    UINT32                  Flags;
203238869Smjacob
204238869Smjacob
205196008Smjacob    /* The next peer Op (not child op) contains the flags */
206196008Smjacob
207196008Smjacob    Op = Op->Common.Next;
208196008Smjacob    Flags = (UINT8) Op->Common.Value.Integer;
209196008Smjacob
210196008Smjacob    /* Mark the Op as completed */
211197372Smjacob
212196008Smjacob    Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
213164272Smjacob
214196008Smjacob    AcpiOsPrintf ("%s, ", AcpiGbl_AccessTypes [Flags & 0x07]);
215164272Smjacob    AcpiOsPrintf ("%s, ", AcpiGbl_LockRule [(Flags & 0x10) >> 4]);
216164272Smjacob    AcpiOsPrintf ("%s)",  AcpiGbl_UpdateRules [(Flags & 0x60) >> 5]);
217163899Smjacob}
218164272Smjacob
219164272Smjacob
220164272Smjacob/*******************************************************************************
221164272Smjacob *
222164272Smjacob * FUNCTION:    AcpiDmAddressSpace
223164272Smjacob *
224197372Smjacob * PARAMETERS:  SpaceId         - ID to be translated
225197372Smjacob *
226164272Smjacob * RETURN:      None
227238869Smjacob *
228238869Smjacob * DESCRIPTION: Decode a SpaceId to an AddressSpaceKeyword
229238869Smjacob *
230238869Smjacob ******************************************************************************/
231238869Smjacob
232238869Smjacobvoid
233238869SmjacobAcpiDmAddressSpace (
234238869Smjacob    UINT8                   SpaceId)
235238869Smjacob{
236238869Smjacob
237238869Smjacob    if (SpaceId >= ACPI_NUM_PREDEFINED_REGIONS)
238238869Smjacob    {
239238869Smjacob        if (SpaceId == 0x7F)
240238869Smjacob        {
241238869Smjacob            AcpiOsPrintf ("FFixedHW, ");
242238869Smjacob        }
243164272Smjacob        else
244238869Smjacob        {
245238869Smjacob            AcpiOsPrintf ("0x%.2X, ", SpaceId);
246238869Smjacob        }
247238869Smjacob    }
248238869Smjacob    else
249238869Smjacob    {
250238869Smjacob        AcpiOsPrintf ("%s, ", AcpiGbl_RegionTypes [SpaceId]);
251238869Smjacob    }
252238869Smjacob}
253238869Smjacob
254238869Smjacob
255163899Smjacob/*******************************************************************************
256163899Smjacob *
257163899Smjacob * FUNCTION:    AcpiDmRegionFlags
258163899Smjacob *
259238869Smjacob * PARAMETERS:  Op              - Object to be examined
260238869Smjacob *
261238869Smjacob * RETURN:      None
262163899Smjacob *
263163899Smjacob * DESCRIPTION: Decode OperationRegion flags
264163899Smjacob *
265163899Smjacob ******************************************************************************/
266163899Smjacob
267163899Smjacobvoid
268163899SmjacobAcpiDmRegionFlags (
269163899Smjacob    ACPI_PARSE_OBJECT       *Op)
270163899Smjacob{
271163899Smjacob
272163899Smjacob
273163899Smjacob    /* The next Op contains the SpaceId */
274163899Smjacob
275163899Smjacob    Op = AcpiPsGetDepthNext (NULL, Op);
276163899Smjacob
277163899Smjacob    /* Mark the Op as completed */
278196008Smjacob
279163899Smjacob    Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
280196008Smjacob
281196008Smjacob    AcpiOsPrintf (", ");
282163899Smjacob    AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer);
283163899Smjacob}
284163899Smjacob
285238869Smjacob
286238869Smjacob/*******************************************************************************
287238869Smjacob *
288238869Smjacob * FUNCTION:    AcpiDmMatchOp
289238869Smjacob *
290238869Smjacob * PARAMETERS:  Op              - Match Object to be examined
291238869Smjacob *
292238869Smjacob * RETURN:      None
293238869Smjacob *
294238869Smjacob * DESCRIPTION: Decode Match opcode operands
295238869Smjacob *
296238869Smjacob ******************************************************************************/
297238869Smjacob
298238869Smjacobvoid
299238869SmjacobAcpiDmMatchOp (
300238869Smjacob    ACPI_PARSE_OBJECT       *Op)
301238869Smjacob{
302163899Smjacob    ACPI_PARSE_OBJECT       *NextOp;
303163899Smjacob
304163899Smjacob
305163899Smjacob    NextOp = AcpiPsGetDepthNext (NULL, Op);
306163899Smjacob    NextOp = NextOp->Common.Next;
307163899Smjacob
308163899Smjacob    if (!NextOp)
309163899Smjacob    {
310163899Smjacob        /* Handle partial tree during single-step */
311163899Smjacob
312163899Smjacob        return;
313163899Smjacob    }
314163899Smjacob
315163899Smjacob    /* Mark the two nodes that contain the encoding for the match keywords */
316163899Smjacob
317163899Smjacob    NextOp->Common.DisasmOpcode = ACPI_DASM_MATCHOP;
318163899Smjacob
319163899Smjacob    NextOp = NextOp->Common.Next;
320163899Smjacob    NextOp = NextOp->Common.Next;
321163899Smjacob    NextOp->Common.DisasmOpcode = ACPI_DASM_MATCHOP;
322163899Smjacob}
323163899Smjacob
324163899Smjacob
325163899Smjacob/*******************************************************************************
326163899Smjacob *
327163899Smjacob * FUNCTION:    AcpiDmMatchKeyword
328163899Smjacob *
329163899Smjacob * PARAMETERS:  Op              - Match Object to be examined
330163899Smjacob *
331 * RETURN:      None
332 *
333 * DESCRIPTION: Decode Match opcode operands
334 *
335 ******************************************************************************/
336
337static void
338AcpiDmMatchKeyword (
339    ACPI_PARSE_OBJECT       *Op)
340{
341
342
343    if (((UINT32) Op->Common.Value.Integer) > ACPI_MAX_MATCH_OPCODE)
344    {
345        AcpiOsPrintf ("/* Unknown Match Keyword encoding */");
346    }
347    else
348    {
349        AcpiOsPrintf ("%s", ACPI_CAST_PTR (char,
350            AcpiGbl_MatchOps[(ACPI_SIZE) Op->Common.Value.Integer]));
351    }
352}
353
354
355/*******************************************************************************
356 *
357 * FUNCTION:    AcpiDmDisassembleOneOp
358 *
359 * PARAMETERS:  WalkState           - Current walk info
360 *              Info                - Parse tree walk info
361 *              Op                  - Op that is to be printed
362 *
363 * RETURN:      None
364 *
365 * DESCRIPTION: Disassemble a single AML opcode
366 *
367 ******************************************************************************/
368
369void
370AcpiDmDisassembleOneOp (
371    ACPI_WALK_STATE         *WalkState,
372    ACPI_OP_WALK_INFO       *Info,
373    ACPI_PARSE_OBJECT       *Op)
374{
375    const ACPI_OPCODE_INFO  *OpInfo = NULL;
376    UINT32                  Offset;
377    UINT32                  Length;
378    ACPI_PARSE_OBJECT       *Child;
379    ACPI_STATUS             Status;
380
381
382    if (!Op)
383    {
384        AcpiOsPrintf ("<NULL OP PTR>");
385        return;
386    }
387
388    switch (Op->Common.DisasmOpcode)
389    {
390    case ACPI_DASM_MATCHOP:
391
392        AcpiDmMatchKeyword (Op);
393        return;
394
395    case ACPI_DASM_LNOT_SUFFIX:
396        switch (Op->Common.AmlOpcode)
397        {
398        case AML_LEQUAL_OP:
399            AcpiOsPrintf ("LNotEqual");
400            break;
401
402        case AML_LGREATER_OP:
403            AcpiOsPrintf ("LLessEqual");
404            break;
405
406        case AML_LLESS_OP:
407            AcpiOsPrintf ("LGreaterEqual");
408            break;
409        }
410        Op->Common.DisasmOpcode = 0;
411        Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
412        return;
413
414    default:
415        break;
416    }
417
418
419    OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
420
421    /* The op and arguments */
422
423    switch (Op->Common.AmlOpcode)
424    {
425    case AML_LNOT_OP:
426
427        Child = Op->Common.Value.Arg;
428        if ((Child->Common.AmlOpcode == AML_LEQUAL_OP) ||
429            (Child->Common.AmlOpcode == AML_LGREATER_OP) ||
430            (Child->Common.AmlOpcode == AML_LLESS_OP))
431        {
432            Child->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX;
433            Op->Common.DisasmOpcode = ACPI_DASM_LNOT_PREFIX;
434        }
435        else
436        {
437            AcpiOsPrintf ("%s", OpInfo->Name);
438        }
439        break;
440
441    case AML_BYTE_OP:
442
443        AcpiOsPrintf ("0x%2.2X", (UINT32) Op->Common.Value.Integer);
444        break;
445
446
447    case AML_WORD_OP:
448
449        if (Op->Common.DisasmOpcode == ACPI_DASM_EISAID)
450        {
451            AcpiDmEisaId ((UINT32) Op->Common.Value.Integer);
452        }
453        else
454        {
455            AcpiOsPrintf ("0x%4.4X", (UINT32) Op->Common.Value.Integer);
456        }
457        break;
458
459
460    case AML_DWORD_OP:
461
462        if (Op->Common.DisasmOpcode == ACPI_DASM_EISAID)
463        {
464            AcpiDmEisaId ((UINT32) Op->Common.Value.Integer);
465        }
466        else
467        {
468            AcpiOsPrintf ("0x%8.8X", (UINT32) Op->Common.Value.Integer);
469        }
470        break;
471
472
473    case AML_QWORD_OP:
474
475        AcpiOsPrintf ("0x%8.8X%8.8X", Op->Common.Value.Integer64.Hi,
476                                      Op->Common.Value.Integer64.Lo);
477        break;
478
479
480    case AML_STRING_OP:
481
482        AcpiUtPrintString (Op->Common.Value.String, ACPI_UINT8_MAX);
483        break;
484
485
486    case AML_BUFFER_OP:
487
488        /*
489         * Determine the type of buffer.  We can have one of the following:
490         *
491         * 1) ResourceTemplate containing Resource Descriptors.
492         * 2) Unicode String buffer
493         * 3) ASCII String buffer
494         * 4) Raw data buffer (if none of the above)
495         *
496         * Since there are no special AML opcodes to differentiate these
497         * types of buffers, we have to closely look at the data in the
498         * buffer to determine the type.
499         */
500        Status = AcpiDmIsResourceTemplate (Op);
501        if (ACPI_SUCCESS (Status))
502        {
503            Op->Common.DisasmOpcode = ACPI_DASM_RESOURCE;
504            AcpiOsPrintf ("ResourceTemplate");
505            break;
506        }
507        else if (Status == AE_AML_NO_RESOURCE_END_TAG)
508        {
509            AcpiOsPrintf ("/**** Is ResourceTemplate, but EndTag not at buffer end ****/ ");
510        }
511
512        if (AcpiDmIsUnicodeBuffer (Op))
513        {
514            Op->Common.DisasmOpcode = ACPI_DASM_UNICODE;
515            AcpiOsPrintf ("Unicode (");
516        }
517        else if (AcpiDmIsStringBuffer (Op))
518        {
519            Op->Common.DisasmOpcode = ACPI_DASM_STRING;
520            AcpiOsPrintf ("Buffer");
521        }
522        else
523        {
524            Op->Common.DisasmOpcode = ACPI_DASM_BUFFER;
525            AcpiOsPrintf ("Buffer");
526        }
527        break;
528
529
530    case AML_INT_STATICSTRING_OP:
531
532        if (Op->Common.Value.String)
533        {
534            AcpiOsPrintf ("%s", Op->Common.Value.String);
535        }
536        else
537        {
538            AcpiOsPrintf ("\"<NULL STATIC STRING PTR>\"");
539        }
540        break;
541
542
543    case AML_INT_NAMEPATH_OP:
544
545        AcpiDmNamestring (Op->Common.Value.Name);
546        break;
547
548
549    case AML_INT_NAMEDFIELD_OP:
550
551        Length = AcpiDmDumpName ((char *) &Op->Named.Name);
552        AcpiOsPrintf (",%*.s  %d", (int) (5 - Length), " ",
553            (UINT32) Op->Common.Value.Integer);
554        AcpiDmCommaIfFieldMember (Op);
555
556        Info->BitOffset += (UINT32) Op->Common.Value.Integer;
557        break;
558
559
560    case AML_INT_RESERVEDFIELD_OP:
561
562        /* Offset() -- Must account for previous offsets */
563
564        Offset = (UINT32) Op->Common.Value.Integer;
565        Info->BitOffset += Offset;
566
567        if (Info->BitOffset % 8 == 0)
568        {
569            AcpiOsPrintf ("        Offset (0x%.2X)", ACPI_DIV_8 (Info->BitOffset));
570        }
571        else
572        {
573            AcpiOsPrintf ("    ,   %d", Offset);
574        }
575
576        AcpiDmCommaIfFieldMember (Op);
577        break;
578
579
580    case AML_INT_ACCESSFIELD_OP:
581
582        AcpiOsPrintf ("        AccessAs (%s, ",
583            AcpiGbl_AccessTypes [(UINT32) (Op->Common.Value.Integer >> 8) & 0x7]);
584
585        AcpiDmDecodeAttribute ((UINT8) Op->Common.Value.Integer);
586        AcpiOsPrintf (")");
587        AcpiDmCommaIfFieldMember (Op);
588        break;
589
590
591    case AML_INT_BYTELIST_OP:
592
593        AcpiDmByteList (Info, Op);
594        break;
595
596
597    case AML_INT_METHODCALL_OP:
598
599        Op = AcpiPsGetDepthNext (NULL, Op);
600        Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
601
602        AcpiDmNamestring (Op->Common.Value.Name);
603        break;
604
605
606    default:
607
608        /* Just get the opcode name and print it */
609
610        AcpiOsPrintf ("%s", OpInfo->Name);
611
612
613#ifdef ACPI_DEBUGGER
614
615        if ((Op->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP) &&
616            (WalkState) &&
617            (WalkState->Results) &&
618            (WalkState->ResultCount))
619        {
620            AcpiDmDecodeInternalObject (
621                WalkState->Results->Results.ObjDesc [
622                    (WalkState->ResultCount - 1) %
623                        ACPI_RESULTS_FRAME_OBJ_NUM]);
624        }
625#endif
626
627        break;
628    }
629}
630
631#endif  /* ACPI_DISASSEMBLER */
632