Searched refs:AmlEnd (Results 1 – 6 of 6) sorted by relevance
239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd; in AcpiPsInitScope()240 Scope->ParseScope.PkgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
444 while ((ParserState->Aml < ParserState->AmlEnd) || (Op)) in AcpiPsParseLoop()
464 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
789 WalkState->ParserState.AmlEnd = in AcpiDsInitAmlWalk()793 WalkState->ParserState.AmlEnd += AmlLength; in AcpiDsInitAmlWalk()
911 if (WalkState->ParserState.Aml == WalkState->ParserState.AmlEnd) in AcpiDsExecEndOp()
1220 UINT8 *AmlEnd; /* (last + 1) AML byte */ member