Searched refs:RootOp (Results 1 – 5 of 5) sorted by relevance
222 ACPI_PARSE_OBJECT *RootOp) in AcpiPsInitScope() argument227 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp); in AcpiPsInitScope()237 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope()243 ParserState->StartOp = RootOp; in AcpiPsInitScope()
530 ACPI_PARSE_OBJECT *RootOp; in AcpiDbDisplayMethodInfo() local558 RootOp = StartOp; in AcpiDbDisplayMethodInfo()559 while (RootOp->Common.Parent) in AcpiDbDisplayMethodInfo()561 RootOp = RootOp->Common.Parent; in AcpiDbDisplayMethodInfo()564 Op = RootOp; in AcpiDbDisplayMethodInfo()
535 ACPI_PARSE_OBJECT *RootOp; in TrSimpleConstantReduction() local546 RootOp = TrAllocateOp (PARSEOP_INTEGER); in TrSimpleConstantReduction()547 if (!RootOp) in TrSimpleConstantReduction()552 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction()555 Op->Common.Parent = RootOp; in TrSimpleConstantReduction()
211 ACPI_PARSE_OBJECT *RootOp) in LdLoadNamespace() argument226 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()231 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
1084 ACPI_PARSE_OBJECT *RootOp);