Lines Matching defs:Aml
3 * Module Name: dmopcode - AML disassembler, specific AML opcodes
188 * DESCRIPTION: For AML opcodes that have a target operand, display the full
231 /* We must have a namepath AML opcode */
786 * DESCRIPTION: Disassemble a single AML opcode
801 UINT8 *Aml;
938 * Since there are no special AML opcodes to differentiate these
1055 Aml = Child->Named.Data;
1062 AcpiDmResourceTemplate (Info, Op->Common.Parent, Aml, Length);
1194 * NOTE: There is no actual ElseIf AML opcode. ElseIf is essentially an ASL
1196 * reverses these AML sequences back to an ElseIf macro where possible. This