Home
last modified time | relevance | path

Searched refs:Aml (Results 1 – 25 of 39) sorted by relevance

12

/third_party/lib/acpica/source/components/parser/
A Dpsargs.c83 UINT8 *Aml = ParserState->Aml; in AcpiPsGetNextPackageLength() local
226 ParserState->Aml = End; in AcpiPsGetNextNamestring()
431 UINT8 *Aml = ParserState->Aml; in AcpiPsGetNextSimpleArg() local
485 while (Aml[Length]) in AcpiPsGetNextSimpleArg()
543 Aml = ParserState->Aml; in AcpiPsGetNextField()
552 ParserState->Aml++; in AcpiPsGetNextField()
558 ParserState->Aml++; in AcpiPsGetNextField()
564 ParserState->Aml++; in AcpiPsGetNextField()
570 ParserState->Aml++; in AcpiPsGetNextField()
625 ParserState->Aml++; in AcpiPsGetNextField()
[all …]
A Dpsparse.c110 UINT8 *Aml; in AcpiPsPeekOpcode() local
114 Aml = ParserState->Aml; in AcpiPsPeekOpcode()
115 Opcode = (UINT16) ACPI_GET8 (Aml); in AcpiPsPeekOpcode()
121 Aml++; in AcpiPsPeekOpcode()
238 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()
465 WalkState, WalkState->ParserState.Aml, in AcpiPsParseAml()
[all …]
A Dpsutils.c67 UINT8 *Aml) in AcpiPsCreateScopeOp() argument
72 ScopeOp = AcpiPsAllocOp (AML_SCOPE_OP, Aml); in AcpiPsCreateScopeOp()
131 UINT8 *Aml) in AcpiPsAllocOp() argument
178 Op->Common.Aml = Aml; in AcpiPsAllocOp()
A Dpsloop.c140 WalkState->Aml = WalkState->ParserState.Aml; in AcpiPsGetArguments()
195 WalkState->ParserState.Aml = WalkState->ParserState.PkgEnd; in AcpiPsGetArguments()
237 Op->Named.Data = WalkState->ParserState.Aml; in AcpiPsGetArguments()
239 (WalkState->ParserState.PkgEnd - WalkState->ParserState.Aml); in AcpiPsGetArguments()
243 WalkState->ParserState.Aml = WalkState->ParserState.PkgEnd; in AcpiPsGetArguments()
265 WalkState->ParserState.Aml = WalkState->ParserState.PkgEnd; in AcpiPsGetArguments()
485 while ((ParserState->Aml < ParserState->AmlEnd) || (Op)) in AcpiPsParseLoop()
487 AmlOpStart = ParserState->Aml; in AcpiPsParseLoop()
589 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data); in AcpiPsParseLoop()
601 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data); in AcpiPsParseLoop()
[all …]
A Dpsobject.c82 WalkState->Aml = WalkState->ParserState.Aml; in AcpiPsGetAmlOpcode()
111 AmlOffset = (UINT32) ACPI_PTR_DIFF (WalkState->Aml, in AcpiPsGetAmlOpcode()
119 ACPI_DUMP_BUFFER ((WalkState->ParserState.Aml - 16), 48); in AcpiPsGetAmlOpcode()
133 AcpiUtDumpBuffer (((UINT8 *) WalkState->ParserState.Aml - 16), in AcpiPsGetAmlOpcode()
142 WalkState->ParserState.Aml++; in AcpiPsGetAmlOpcode()
145 WalkState->ParserState.Aml++; in AcpiPsGetAmlOpcode()
154 WalkState->ParserState.Aml += in AcpiPsGetAmlOpcode()
A Dpsscope.c93 ((ParserState->Aml >= ParserState->Scope->ParseScope.ArgEnd || in AcpiPsHasCompletedScope()
/third_party/lib/acpica/source/components/utilities/
A Dutresrc.c455 UINT8 *Aml, in AcpiUtWalkAmlResources() argument
480 EndAml = Aml + AmlLength; in AcpiUtWalkAmlResources()
484 while (Aml < EndAml) in AcpiUtWalkAmlResources()
531 *Context = Aml; in AcpiUtWalkAmlResources()
539 Aml += Length; in AcpiUtWalkAmlResources()
581 void *Aml, in AcpiUtValidateResource() argument
753 void *Aml) in AcpiUtGetResourceType() argument
766 return (ACPI_GET8 (Aml)); in AcpiUtGetResourceType()
793 void *Aml) in AcpiUtGetResourceLength() argument
838 void *Aml) in AcpiUtGetResourceHeaderLength() argument
[all …]
A Dutdebug.c659 UINT8 *Aml, in AcpiTracePoint() argument
665 AcpiExTracePoint (Type, Begin, Aml, Pathname); in AcpiTracePoint()
668 AcpiOsTracePoint (Type, Begin, Aml, Pathname); in AcpiTracePoint()
/third_party/lib/acpica/source/components/resources/
A Drsmisc.c79 AML_RESOURCE *Aml, in AcpiRsConvertAmlToResource() argument
111 AmlResourceLength = AcpiUtGetResourceLength (Aml); in AcpiRsConvertAmlToResource()
354 Destination, Aml, NULL); in AcpiRsConvertAmlToResource()
368 Destination, Aml, Target); in AcpiRsConvertAmlToResource()
470 AML_RESOURCE *Aml, in AcpiRsConvertResourceToAml() argument
562 AcpiRsSetResourceLength (AmlLength, Aml); in AcpiRsConvertResourceToAml()
678 AcpiRsSetAddressCommon (Aml, Resource); in AcpiRsConvertResourceToAml()
778 if (Aml->ExtAddress64.RevisionID !=
789 if (((Aml->Irq.Flags & 0x09) == 0x00) ||
790 ((Aml->Irq.Flags & 0x09) == 0x09))
[all …]
A Drslist.c69 UINT8 *Aml, in AcpiRsConvertAmlToResources() argument
99 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml); in AcpiRsConvertAmlToResources()
101 if (AcpiUtGetResourceType (Aml) == in AcpiRsConvertAmlToResources()
137 "Could not convert AML resource (Type 0x%X)", *Aml)); in AcpiRsConvertAmlToResources()
143 AcpiUtGetResourceType (Aml), Length, in AcpiRsConvertAmlToResources()
178 UINT8 *Aml = OutputBuffer; in AcpiRsConvertResourcesToAml() local
189 while (Aml < EndAml) in AcpiRsConvertResourcesToAml()
241 ACPI_CAST_PTR (AML_RESOURCE, Aml), ConversionTable); in AcpiRsConvertResourcesToAml()
253 NULL, ACPI_CAST_PTR (AML_RESOURCE, Aml), NULL); in AcpiRsConvertResourcesToAml()
272 Aml += AcpiUtGetDescriptorLength (Aml); in AcpiRsConvertResourcesToAml()
A Drsaddr.c324 AML_RESOURCE *Aml) in AcpiRsGetAddressCommon() argument
331 if ((Aml->Address.ResourceType > 2) && in AcpiRsGetAddressCommon()
332 (Aml->Address.ResourceType < 0xC0)) in AcpiRsGetAddressCommon()
340 Resource, Aml, AcpiRsConvertGeneralFlags); in AcpiRsGetAddressCommon()
347 Resource, Aml, AcpiRsConvertMemFlags); in AcpiRsGetAddressCommon()
352 Resource, Aml, AcpiRsConvertIoFlags); in AcpiRsGetAddressCommon()
359 Aml->Address.SpecificFlags; in AcpiRsGetAddressCommon()
382 AML_RESOURCE *Aml, in AcpiRsSetAddressCommon() argument
391 Resource, Aml, AcpiRsConvertGeneralFlags); in AcpiRsSetAddressCommon()
403 Resource, Aml, AcpiRsConvertIoFlags); in AcpiRsSetAddressCommon()
[all …]
A Drsutils.c235 AML_RESOURCE *Aml) in AcpiRsSetResourceLength() argument
246 (TotalLength - AcpiUtGetResourceHeaderLength (Aml)); in AcpiRsSetResourceLength()
255 &Aml->LargeHeader.ResourceLength, &ResourceLength); in AcpiRsSetResourceLength()
263 Aml->SmallHeader.DescriptorType = (UINT8) in AcpiRsSetResourceLength()
264 ((Aml->SmallHeader.DescriptorType & in AcpiRsSetResourceLength()
292 AML_RESOURCE *Aml) in AcpiRsSetResourceHeader() argument
299 Aml->SmallHeader.DescriptorType = DescriptorType; in AcpiRsSetResourceHeader()
303 AcpiRsSetResourceLength (TotalLength, Aml); in AcpiRsSetResourceHeader()
370 AML_RESOURCE *Aml, in AcpiRsGetResourceSource() argument
381 AmlResourceSource = ACPI_ADD_PTR (UINT8, Aml, MinimumLength); in AcpiRsGetResourceSource()
[all …]
/third_party/lib/acpica/source/components/disassembler/
A Ddmresrc.c255 void *Aml; in AcpiDmResourceTemplate() local
277 Aml = &ByteData[CurrentByteOffset]; in AcpiDmResourceTemplate()
281 ResourceType = AcpiUtGetResourceType (Aml); in AcpiDmResourceTemplate()
282 ResourceLength = AcpiUtGetResourceLength (Aml); in AcpiDmResourceTemplate()
286 Status = AcpiUtValidateResource (NULL, Aml, &ResourceIndex); in AcpiDmResourceTemplate()
297 CurrentByteOffset += AcpiUtGetDescriptorLength (Aml); in AcpiDmResourceTemplate()
359 Info, Aml, ResourceLength, Level); in AcpiDmResourceTemplate()
393 UINT8 *Aml; in AcpiDmIsResourceTemplate() local
420 Aml = NextOp->Named.Data; in AcpiDmIsResourceTemplate()
425 Status = AcpiUtWalkAmlResources (WalkState, Aml, Length, in AcpiDmIsResourceTemplate()
[all …]
A Ddmdeferred.c60 UINT8 *Aml,
162 UINT8 *Aml, in AcpiDmDeferredParse() argument
176 if (!Aml || !AmlLength) in AcpiDmDeferredParse()
192 Status = AcpiDsInitAmlWalk (WalkState, Op, NULL, Aml, in AcpiDmDeferredParse()
A Ddmwalk.c119 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER); in AcpiDmDisassemble()
120 Info.AmlOffset = Op->Common.Aml - Info.StartAml; in AcpiDmDisassemble()
433 if (Op->Common.Aml > Info->PreviousAml) in AcpiDmDescendingOp()
438 (Op->Common.Aml - Info->PreviousAml), in AcpiDmDescendingOp()
444 Info->AmlOffset = (Op->Common.Aml - Info->StartAml); in AcpiDmDescendingOp()
447 Info->PreviousAml = Op->Common.Aml; in AcpiDmDescendingOp()
466 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml, in AcpiDmDescendingOp()
A Ddmopcode.c680 UINT8 *Aml; in AcpiDmDisassembleOneOp() local
929 Aml = Child->Named.Data; in AcpiDmDisassembleOneOp()
936 AcpiDmResourceTemplate (Info, Op->Common.Parent, Aml, Length); in AcpiDmDisassembleOneOp()
/third_party/lib/acpica/source/include/acpica/
A Dacresrc.h265 UINT8 *Aml,
283 AML_RESOURCE *Aml,
289 AML_RESOURCE *Aml);
298 AML_RESOURCE *Aml,
304 AML_RESOURCE *Aml,
333 AML_RESOURCE *Aml,
338 AML_RESOURCE *Aml,
346 AML_RESOURCE *Aml);
351 AML_RESOURCE *Aml);
A Dacutils.h142 UINT8 *Aml,
782 UINT8 *Aml,
790 void *Aml,
795 void *Aml);
799 void *Aml);
803 void *Aml);
807 void *Aml);
A Dacparser.h314 UINT8 *Aml);
324 UINT8 *Aml);
/third_party/lib/acpica/source/compiler/
A Daslcodegen.c256 } Aml; in CgWriteAmlOpcode() local
285 Aml.Opcode = AML_FIELD_OFFSET_OP; in CgWriteAmlOpcode()
290 Aml.Opcode = AML_FIELD_ACCESS_OP; in CgWriteAmlOpcode()
295 Aml.Opcode = AML_FIELD_CONNECTION_OP; in CgWriteAmlOpcode()
300 Aml.Opcode = Op->Asl.AmlOpcode; in CgWriteAmlOpcode()
305 switch (Aml.Opcode) in CgWriteAmlOpcode()
318 if (Aml.Opcode > 0x00FF) in CgWriteAmlOpcode()
322 CgLocalWriteAmlData (Op, &Aml.OpcodeBytes[1], 1); in CgWriteAmlOpcode()
325 CgLocalWriteAmlData (Op, &Aml.OpcodeBytes[0], 1); in CgWriteAmlOpcode()
372 switch (Aml.Opcode) in CgWriteAmlOpcode()
/third_party/lib/acpica/source/components/executer/
A Dextrace.c184 UINT8 *Aml, in AcpiExTracePoint() argument
196 Aml, Pathname)); in AcpiExTracePoint()
203 Aml)); in AcpiExTracePoint()
393 Op->Common.Aml, Op->Common.AmlOpName); in AcpiExStartTraceOpcode()
425 Op->Common.Aml, Op->Common.AmlOpName); in AcpiExStopTraceOpcode()
/third_party/lib/acpica/source/common/
A Ddmrestag.c87 UINT8 *Aml,
607 AML_RESOURCE *Aml; in AcpiGetTagPathname() local
624 Aml = ACPI_CAST_PTR ( in AcpiGetTagPathname()
627 Status = AcpiUtValidateResource (NULL, Aml, &ResourceTableIndex); in AcpiGetTagPathname()
639 Tag = AcpiDmGetResourceTag (ResourceBitIndex, Aml, ResourceTableIndex); in AcpiGetTagPathname()
1015 UINT8 *Aml, in AcpiDmAddResourceToNamespace() argument
/third_party/lib/acpica/source/components/namespace/
A Dnsxfname.c628 ParserState.Aml = Buffer + sizeof (ACPI_TABLE_HEADER); in ACPI_EXPORT_SYMBOL()
637 ParserState.Aml += AcpiPsGetOpcodeSize (Opcode); in ACPI_EXPORT_SYMBOL()
641 MethodFlags = *ParserState.Aml++; in ACPI_EXPORT_SYMBOL()
642 AmlStart = ParserState.Aml; in ACPI_EXPORT_SYMBOL()
/third_party/lib/acpica/source/components/dispatcher/
A Ddscontrol.c95 (WalkState->ParserState.Aml - 1)) in AcpiDsExecBeginControlOp()
124 WalkState->ParserState.Aml - 1; in AcpiDsExecBeginControlOp()
/third_party/lib/acpica/source/tools/acpinames/
A Danstubs.c230 UINT8 *Aml, in AcpiExTracePoint() argument

Completed in 32 milliseconds

12