Home
last modified time | relevance | path

Searched refs:RootOp (Results 1 – 5 of 5) sorted by relevance

/third_party/lib/acpica/source/components/parser/
A Dpsscope.c114 ACPI_PARSE_OBJECT *RootOp) in AcpiPsInitScope() argument
119 ACPI_FUNCTION_TRACE_PTR (PsInitScope, RootOp); in AcpiPsInitScope()
129 Scope->ParseScope.Op = RootOp; in AcpiPsInitScope()
135 ParserState->StartOp = RootOp; in AcpiPsInitScope()
/third_party/lib/acpica/source/components/debugger/
A Ddbdisply.c397 ACPI_PARSE_OBJECT *RootOp; in AcpiDbDisplayMethodInfo() local
425 RootOp = StartOp; in AcpiDbDisplayMethodInfo()
426 while (RootOp->Common.Parent) in AcpiDbDisplayMethodInfo()
428 RootOp = RootOp->Common.Parent; in AcpiDbDisplayMethodInfo()
431 Op = RootOp; in AcpiDbDisplayMethodInfo()
/third_party/lib/acpica/source/compiler/
A Daslfold.c429 ACPI_PARSE_OBJECT *RootOp; in TrSimpleConstantReduction() local
440 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()
A Daslload.c102 ACPI_PARSE_OBJECT *RootOp) in LdLoadNamespace() argument
119 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()
124 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
A Daslcompiler.h862 ACPI_PARSE_OBJECT *RootOp);

Completed in 12 milliseconds