Home
last modified time | relevance | path

Searched refs:ASL_WALK_VISIT_TWICE (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslfold.c359 Status = TrWalkParseTree (Op, ASL_WALK_VISIT_TWICE, in TrSimpleConstantReduction()
480 Status = TrWalkParseTree (Op, ASL_WALK_VISIT_TWICE, in TrTransformToStoreOp()
HDaslload.c119 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()
124 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
HDaslcompile.c288 TrWalkParseTree (RootNode, ASL_WALK_VISIT_TWICE, in CmDoCompile()
HDaslcompiler.h680 #define ASL_WALK_VISIT_TWICE (ASL_WALK_VISIT_DOWNWARD | ASL_WALK_VISIT_UPWARD) macro
HDaslxref.c150 TrWalkParseTree (RootNode, ASL_WALK_VISIT_TWICE, XfNamespaceLocateBegin, in XfCrossReferenceNamespace()
HDasltree.c1498 case ASL_WALK_VISIT_TWICE: in TrWalkParseTree()