Lines Matching defs:Aml

157     UINT8                   *Aml = ParserState->Aml;
170 ByteCount = (Aml[0] >> 6);
171 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
184 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
192 PackageLength |= (Aml[0] & ByteZeroMask);
214 UINT8 *Start = ParserState->Aml;
221 /* Function below updates ParserState->Aml */
248 UINT8 *Start = ParserState->Aml;
249 UINT8 *End = ParserState->Aml;
299 ParserState->Aml = End;
337 UINT8 *Start = ParserState->Aml;
380 WalkState->ParserState.Aml = Start;
504 UINT8 *Aml = ParserState->Aml;
517 Arg->Common.Value.Integer = (ACPI_INTEGER) *Aml;
527 ACPI_MOVE_16_TO_64 (&Arg->Common.Value.Integer, Aml);
537 ACPI_MOVE_32_TO_64 (&Arg->Common.Value.Integer, Aml);
547 ACPI_MOVE_64_TO_64 (&Arg->Common.Value.Integer, Aml);
557 Arg->Common.Value.String = ACPI_CAST_PTR (char, Aml);
562 while (Aml[Length])
585 ParserState->Aml += Length;
607 ACPI_PTR_DIFF (ParserState->Aml,
619 switch (ACPI_GET8 (ParserState->Aml))
629 ParserState->Aml++;
635 ParserState->Aml++;
657 ACPI_MOVE_32_TO_32 (&Name, ParserState->Aml);
659 ParserState->Aml += ACPI_NAME_SIZE;
681 Field->Common.Value.Integer = (((UINT32) ACPI_GET8 (ParserState->Aml) << 8));
682 ParserState->Aml++;
683 Field->Common.Value.Integer |= ACPI_GET8 (ParserState->Aml);
684 ParserState->Aml++;
760 if (ParserState->Aml < ParserState->PkgEnd)
764 while (ParserState->Aml < ParserState->PkgEnd)
785 ParserState->Aml = ParserState->PkgEnd;
792 if (ParserState->Aml < ParserState->PkgEnd)
805 ACPI_PTR_DIFF (ParserState->PkgEnd, ParserState->Aml);
806 Arg->Named.Data = ParserState->Aml;
810 ParserState->Aml = ParserState->PkgEnd;
875 if (ParserState->Aml < ParserState->PkgEnd)