Lines Matching refs:AcpiGbl_ParseOpRoot
180 extern ACPI_PARSE_OBJECT *AcpiGbl_ParseOpRoot;
325 ASL_CV_PRINT_ONE_COMMENT(AcpiGbl_ParseOpRoot,AML_COMMENT_STANDARD, NULL, 0);
362 if (!AcpiGbl_ParseOpRoot)
372 AcpiDmDisassemble (NULL, AcpiGbl_ParseOpRoot, ACPI_UINT32_MAX);
520 AcpiGbl_ParseOpRoot = AcpiPsCreateScopeOp (AmlStart);
521 if (!AcpiGbl_ParseOpRoot)
529 AcpiGbl_ParseOpRoot->Common.CvFilename = AcpiGbl_FileTreeRoot->Filename;
533 AcpiGbl_ParseOpRoot->Common.CvFilename = NULL;
539 WalkState = AcpiDsCreateWalkState (0, AcpiGbl_ParseOpRoot, NULL, NULL);
545 Status = AcpiDsInitAmlWalk (WalkState, AcpiGbl_ParseOpRoot,
610 (void) AcpiDmParseDeferredOps (AcpiGbl_ParseOpRoot);
615 AcpiDmFindResources (AcpiGbl_ParseOpRoot);