Lines Matching refs:Aml
219 UINT8 *Aml; in AcpiPsPeekOpcode() local
223 Aml = ParserState->Aml; in AcpiPsPeekOpcode()
224 Opcode = (UINT16) ACPI_GET8 (Aml); in AcpiPsPeekOpcode()
230 Aml++; in AcpiPsPeekOpcode()
231 Opcode = (UINT16) ((Opcode << 8) | ACPI_GET8 (Aml)); in AcpiPsPeekOpcode()
313 AML_INT_RETURN_VALUE_OP, Op->Common.Aml); in AcpiPsCompleteThisOp()
333 AML_INT_RETURN_VALUE_OP, Op->Common.Aml); in AcpiPsCompleteThisOp()
347 Op->Common.Aml); in AcpiPsCompleteThisOp()
364 AML_INT_RETURN_VALUE_OP, Op->Common.Aml); in AcpiPsCompleteThisOp()
464 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
470 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
477 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
483 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
489 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
499 ParserState->Aml = AcpiPsGetNextPackageEnd (ParserState); in AcpiPsNextParseState()
511 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
574 WalkState, WalkState->ParserState.Aml, in AcpiPsParseAml()
577 if (!WalkState->ParserState.Aml) in AcpiPsParseAml()