Searched refs:RootOp (Results 1 – 5 of 5) sorted by relevance
114 ACPI_PARSE_OBJECT *RootOp) in AcpiPsInitScope() argument119 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp); in AcpiPsInitScope()129 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope()135 ParserState->StartOp = RootOp; in AcpiPsInitScope()
397 ACPI_PARSE_OBJECT *RootOp; in AcpiDbDisplayMethodInfo() local425 RootOp = StartOp; in AcpiDbDisplayMethodInfo()426 while (RootOp->Common.Parent) in AcpiDbDisplayMethodInfo()428 RootOp = RootOp->Common.Parent; in AcpiDbDisplayMethodInfo()431 Op = RootOp; in AcpiDbDisplayMethodInfo()
429 ACPI_PARSE_OBJECT *RootOp; in TrSimpleConstantReduction() local440 RootOp = TrAllocateNode (PARSEOP_INTEGER); in TrSimpleConstantReduction()441 if (!RootOp) in TrSimpleConstantReduction()446 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction()449 Op->Common.Parent = RootOp; in TrSimpleConstantReduction()
102 ACPI_PARSE_OBJECT *RootOp) in LdLoadNamespace() argument119 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()124 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
862 ACPI_PARSE_OBJECT *RootOp);
Completed in 12 milliseconds