Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsscope.c131 Scope->ParseScope.ArgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
132 Scope->ParseScope.PkgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
H A Dpsloop.c485 while ((ParserState->Aml < ParserState->AmlEnd) || (Op)) in AcpiPsParseLoop()
H A Dpsparse.c355 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswstate.c681 WalkState->ParserState.AmlEnd = in AcpiDsInitAmlWalk()
H A Ddswexec.c778 if (WalkState->ParserState.Aml == WalkState->ParserState.AmlEnd) in AcpiDsExecEndOp()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Daclocal.h1014 UINT8 *AmlEnd; /* (last + 1) AML byte */ member