Lines Matching refs:Aml
110 UINT8 *Aml; in AcpiPsPeekOpcode() local
114 Aml = ParserState->Aml; in AcpiPsPeekOpcode()
115 Opcode = (UINT16) ACPI_GET8 (Aml); in AcpiPsPeekOpcode()
121 Aml++; in AcpiPsPeekOpcode()
122 Opcode = (UINT16) ((Opcode << 8) | ACPI_GET8 (Aml)); in AcpiPsPeekOpcode()
204 AML_INT_RETURN_VALUE_OP, Op->Common.Aml); in AcpiPsCompleteThisOp()
224 AML_INT_RETURN_VALUE_OP, Op->Common.Aml); in AcpiPsCompleteThisOp()
238 Op->Common.Aml); in AcpiPsCompleteThisOp()
255 AML_INT_RETURN_VALUE_OP, Op->Common.Aml); in AcpiPsCompleteThisOp()
355 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
361 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
368 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
374 ParserState->Aml = WalkState->AmlLastWhile; in AcpiPsNextParseState()
380 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
390 ParserState->Aml = AcpiPsGetNextPackageEnd (ParserState); in AcpiPsNextParseState()
402 ParserState->Aml = ParserState->Scope->ParseScope.PkgEnd; in AcpiPsNextParseState()
465 WalkState, WalkState->ParserState.Aml, in AcpiPsParseAml()
468 if (!WalkState->ParserState.Aml) in AcpiPsParseAml()