Lines Matching defs:Aml
3 * Module Name: cvparser - Converter functions that are called from the AML
237 * DESCRIPTION: Initialize the file dependency tree by scanning the AML.
520 * DESCRIPTION: Takes a given parse op, looks up its Op->Common.Aml field
540 Op->Common.Aml, AcpiGbl_FileTreeRoot);
705 * DESCRIPTION: Look at the aml that the parser state is pointing to,
707 * aml pointer past the comment. Comments are transferred to parse
718 UINT8 *Aml = ParserState->Aml;
719 UINT16 Opcode = (UINT16) ACPI_GET8 (Aml);
735 CvDbgPrint ("comment aml address: %p\n", Aml);
737 if (CvCommentExists(ParserState->Aml))
743 CommentOption = *(Aml +1);
749 Aml += 2;
765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
836 ACPI_CAST_PTR (char, Aml);
843 ACPI_CAST_PTR (char, Aml);
850 ACPI_CAST_PTR (char, Aml);
858 ACPI_CAST_PTR (char, Aml);
864 ACPI_CAST_PTR (char, Aml));
866 ACPI_CAST_PTR (char, Aml), AcpiGbl_FileTreeRoot);
896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml);
917 /* Not a valid comment option. Revert the AML */
928 while (ParserState->Aml[Length])
933 ParserState->Aml += Length + 1;
937 Aml = ParserState->Aml;
938 Opcode = (UINT16) ACPI_GET8 (Aml);
974 Aml;
988 Aml = WalkState->ParserState.Aml;
989 Opcode = (UINT16) ACPI_GET8 (Aml);
997 WalkState->Aml = WalkState->ParserState.Aml;