Searched defs:Aml (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c60 UINT8 *Aml,
149 * Aml - Pointer to the raw AML
162 UINT8 *Aml,
176 if (!Aml || !AmlLength)
192 Status = AcpiDsInitAmlWalk (WalkState, Op, NULL, Aml,
160 AcpiDmDeferredParse( ACPI_PARSE_OBJECT *Op, UINT8 *Aml, UINT32 AmlLength) argument
H A Ddmopcode.c680 UINT8 *Aml; local
929 Aml = Child->Named.Data;
936 AcpiDmResourceTemplate (Info, Op->Common.Parent, Aml, Length);
H A Ddmresrc.c255 void *Aml; local
277 Aml = &ByteData[CurrentByteOffset];
281 ResourceType = AcpiUtGetResourceType (Aml);
282 ResourceLength = AcpiUtGetResourceLength (Aml);
286 Status = AcpiUtValidateResource (NULL, Aml, &ResourceIndex);
297 CurrentByteOffset += AcpiUtGetDescriptorLength (Aml);
336 AcpiDmEndDependentDescriptor (Info, Aml, ResourceLength, Level);
359 Info, Aml, ResourceLength, Level);
393 UINT8 *Aml; local
420 Aml
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsutils.c67 UINT8 *Aml)
72 ScopeOp = AcpiPsAllocOp (AML_SCOPE_OP, Aml);
118 * Aml - Address of the opcode
131 UINT8 *Aml)
178 Op->Common.Aml = Aml;
66 AcpiPsCreateScopeOp( UINT8 *Aml) argument
129 AcpiPsAllocOp( UINT16 Opcode, UINT8 *Aml) argument
H A Dpsparse.c110 UINT8 *Aml; local
114 Aml = ParserState->Aml;
115 Opcode = (UINT16) ACPI_GET8 (Aml);
121 Aml++;
122 Opcode = (UINT16) ((Opcode << 8) | ACPI_GET8 (Aml));
204 AML_INT_RETURN_VALUE_OP, Op->Common.Aml);
224 AML_INT_RETURN_VALUE_OP, Op->Common.Aml);
238 Op->Common.Aml);
255 AML_INT_RETURN_VALUE_OP, Op->Common.Aml);
[all...]
H A Dpsargs.c83 UINT8 *Aml = ParserState->Aml; local
96 ByteCount = (Aml[0] >> 6);
97 ParserState->Aml += ((ACPI_SIZE) ByteCount + 1);
110 PackageLength |= (Aml[ByteCount] << ((ByteCount << 3) - 4));
118 PackageLength |= (Aml[0] & ByteZeroMask);
140 UINT8 *Start = ParserState->Aml;
147 /* Function below updates ParserState->Aml */
174 UINT8 *Start = ParserState->Aml;
175 UINT8 *End = ParserState->Aml;
431 UINT8 *Aml = ParserState->Aml; local
527 UINT8 *Aml; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsaddr.c312 * Aml - Pointer to the AML resource descriptor
324 AML_RESOURCE *Aml)
331 if ((Aml->Address.ResourceType > 2) &&
332 (Aml->Address.ResourceType < 0xC0))
340 Resource, Aml, AcpiRsConvertGeneralFlags);
347 Resource, Aml, AcpiRsConvertMemFlags);
352 Resource, Aml, AcpiRsConvertIoFlags);
359 Aml->Address.SpecificFlags;
370 * PARAMETERS: Aml - Pointer to the AML resource descriptor
382 AML_RESOURCE *Aml,
322 AcpiRsGetAddressCommon( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml) argument
381 AcpiRsSetAddressCommon( AML_RESOURCE *Aml, ACPI_RESOURCE *Resource) argument
[all...]
H A Drslist.c69 UINT8 *Aml,
99 AmlResource = ACPI_CAST_PTR (AML_RESOURCE, Aml);
101 if (AcpiUtGetResourceType (Aml) ==
137 "Could not convert AML resource (Type 0x%X)", *Aml));
143 AcpiUtGetResourceType (Aml), Length,
178 UINT8 *Aml = OutputBuffer; local
189 while (Aml < EndAml)
241 ACPI_CAST_PTR (AML_RESOURCE, Aml), ConversionTable);
253 NULL, ACPI_CAST_PTR (AML_RESOURCE, Aml), NULL);
270 * Aml t
68 AcpiRsConvertAmlToResources( UINT8 *Aml, UINT32 Length, UINT32 Offset, UINT8 ResourceIndex, void **Context) argument
[all...]
H A Drsmisc.c66 * Aml - Where the AML descriptor is returned
79 AML_RESOURCE *Aml,
111 AmlResourceLength = AcpiUtGetResourceLength (Aml);
124 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
190 Target = ACPI_ADD_PTR (void, Aml, Info->Value);
211 Target = ACPI_ADD_PTR (void, Aml, (Info->Value + 2));
216 Target = ACPI_ADD_PTR (void, Aml, Info->Value);
223 ItemCount = Aml->LargeHeader.ResourceLength +
280 Source = ACPI_ADD_PTR (void, Aml, ACPI_GET16 (Source));
294 Source = ACPI_ADD_PTR (void, Aml, ACPI_GET1
77 AcpiRsConvertAmlToResource( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
468 AcpiRsConvertResourceToAml( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
512 INIT_RESOURCE_TYPE (Info), AmlLength, Aml); local
[all...]
H A Drsutils.c221 * Aml - Pointer to the raw AML descriptor
235 AML_RESOURCE *Aml)
246 (TotalLength - AcpiUtGetResourceHeaderLength (Aml));
250 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE)
255 &Aml->LargeHeader.ResourceLength, &ResourceLength);
263 Aml->SmallHeader.DescriptorType = (UINT8)
264 ((Aml->SmallHeader.DescriptorType &
278 * Aml - Pointer to the raw AML descriptor
292 AML_RESOURCE *Aml)
299 Aml
233 AcpiRsSetResourceLength( ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE *Aml) argument
289 AcpiRsSetResourceHeader( UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE *Aml) argument
366 AcpiRsGetResourceSource( ACPI_RS_LENGTH ResourceLength, ACPI_RS_LENGTH MinimumLength, ACPI_RESOURCE_SOURCE *ResourceSource, AML_RESOURCE *Aml, char *StringPtr) argument
457 AcpiRsSetResourceSource( AML_RESOURCE *Aml, ACPI_RS_LENGTH MinimumLength, ACPI_RESOURCE_SOURCE *ResourceSource) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dextrace.c171 * Aml - Executed AML address
184 UINT8 *Aml,
196 Aml, Pathname));
203 Aml));
393 Op->Common.Aml, Op->Common.AmlOpName);
425 Op->Common.Aml, Op->Common.AmlOpName);
181 AcpiExTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutdebug.c681 * Aml - Executed AML address
695 UINT8 *Aml,
701 AcpiExTracePoint (Type, Begin, Aml, Pathname);
704 AcpiOsTracePoint (Type, Begin, Aml, Pathname);
692 AcpiTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutdebug.c681 * Aml - Executed AML address
695 UINT8 *Aml,
701 AcpiExTracePoint (Type, Begin, Aml, Pathname);
704 AcpiOsTracePoint (Type, Begin, Aml, Pathname);
692 AcpiTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument
H A Dutresrc.c439 * PARAMETERS: Aml - Pointer to the raw AML resource template
455 UINT8 *Aml,
480 EndAml = Aml + AmlLength;
484 while (Aml < EndAml)
488 Status = AcpiUtValidateResource (WalkState, Aml, &ResourceIndex);
500 Length = AcpiUtGetDescriptorLength (Aml);
507 Aml, Length, Offset, ResourceIndex, Context);
516 if (AcpiUtGetResourceType (Aml) == ACPI_RESOURCE_NAME_END_TAG)
522 if ((Aml + 1) >= EndAml)
531 *Context = Aml;
453 AcpiUtWalkAmlResources( ACPI_WALK_STATE *WalkState, UINT8 *Aml, ACPI_SIZE AmlLength, ACPI_WALK_AML_CALLBACK UserFunction, void **Context) argument
579 AcpiUtValidateResource( ACPI_WALK_STATE *WalkState, void *Aml, UINT8 *ReturnIndex) argument
752 AcpiUtGetResourceType( void *Aml) argument
792 AcpiUtGetResourceLength( void *Aml) argument
837 AcpiUtGetResourceHeaderLength( void *Aml) argument
871 AcpiUtGetDescriptorLength( void *Aml) argument
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h91 UINT8 *Aml; member in struct:acpi_walk_state
H A Daclocal.h912 UINT8 *Aml; /* Address of declaration in AML */\
1013 UINT8 *Aml; /* Next AML byte */ member in struct:acpi_parse_state

Completed in 88 milliseconds