Home | History | Annotate | Download | only in disassembler

Lines Matching defs:Name

3  * Module Name: dmwalk - AML disassembly tree walk
75 * 3.5. Neither the name Intel nor any other trademark owned or controlled by
510 * Decode opcode name and begin parameter list(s), if any.
522 UINT32 Name;
724 /* Print the opcode name */
762 /* If this is a named opcode, print the associated name value */
772 AcpiDmNamestring (NextOp->Common.Value.Name);
779 Name = AcpiPsGetName (Op);
786 AcpiDmDumpName (Name);
806 /* Emit description comment for Method() with a predefined ACPI name */
886 /* Name of the parent OperationRegion */
889 AcpiDmNamestring (NextOp->Common.Value.Name);
897 /* Namestring - Bank Name */
900 AcpiDmNamestring (NextOp->Common.Value.Name);
925 /* Namestring - Data Name */
928 AcpiDmNamestring (NextOp->Common.Value.Name);
965 * Emit description comment showing the full ACPI name
967 * Name statement.
1104 /* Emit description comment for Name() with a predefined ACPI name */
1249 * Emit a description comment for a Name() operator that is a
1250 * predefined ACPI name. Must check the grandparent.