/acpica-3.7.0/source/components/resources/ |
D | rsmisc.c | 192 void *Destination; in AcpiRsConvertAmlToResource() local 235 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset); in AcpiRsConvertAmlToResource() 260 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 268 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 276 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 284 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 291 ACPI_SET8 (Destination, ItemCount); in AcpiRsConvertAmlToResource() 300 ACPI_SET16 (Destination, ItemCount); in AcpiRsConvertAmlToResource() 313 ACPI_SET16 (Destination, ItemCount); in AcpiRsConvertAmlToResource() 319 ACPI_SET8 (Destination, ItemCount); in AcpiRsConvertAmlToResource() [all …]
|
D | rsutils.c | 259 void *Destination, in AcpiRsMoveData() argument 285 memcpy (Destination, Source, ItemCount); in AcpiRsMoveData() 297 &ACPI_CAST_PTR (UINT16, Destination)[i], in AcpiRsMoveData() 304 &ACPI_CAST_PTR (UINT32, Destination)[i], in AcpiRsMoveData() 311 &ACPI_CAST_PTR (UINT64, Destination)[i], in AcpiRsMoveData() 431 char *Destination, in AcpiRsStrcpy() argument 442 Destination[i] = Source[i]; in AcpiRsStrcpy() 445 Destination[i] = 0; in AcpiRsStrcpy()
|
/acpica-3.7.0/tests/aslts/doc/docs/ |
D | TestOfOperands | 145 Index(String, Index, Destination) 146 Index(Buffer, Index, Destination) 147 Index(Package, Index, Destination) 151 DerefOf(Index(String, Index, Destination)) 152 DerefOf(Index(Buffer, Index, Destination)) 153 DerefOf(Index(Package, Index, Destination)) 579 // 6 - CopyObject (any, Destination) => DataRefObject 597 // 44 - Store (any, Destination) => DataRefObject 612 // 15 - Index ({str|buf|pkg}, int, Destination) => ObjectReference 740 Destination of the same operator
|
/acpica-3.7.0/source/os_specific/service_layers/ |
D | osunixxf.c | 511 void *Destination) in AcpiOsRedirectOutput() argument 514 AcpiGbl_OutputFile = Destination; in AcpiOsRedirectOutput()
|
D | oswinxf.c | 526 void *Destination) in AcpiOsRedirectOutput() argument 529 AcpiGbl_OutputFile = Destination; in AcpiOsRedirectOutput()
|
D | oszephyr.c | 690 void *Destination) in AcpiOsRedirectOutput() argument
|
/acpica-3.7.0/source/include/ |
D | acpiosxf.h | 597 void *Destination);
|
D | acresrc.h | 426 void *Destination,
|
/acpica-3.7.0/source/tools/examples/ |
D | extables.c | 477 Use APIC Physical Destination Mode (V4) : 0
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/reference/ |
D | ref07.asl | 200 /* DerefOf(DerefOf(Index(x,Destination))) */ 206 /* El_of_Package, Destination, LocalX */ 341 /* El_of_Package, Destination, argX */ 468 /* El_of_Package, Destination, NamedX */
|
D | SPEC | 1824 On failure, Destination is unchanged and the execution 1834 is returned and check that Destination is unchanged.
|
/acpica-3.7.0/tests/aslts/src/runtime/common/conversion/ |
D | rtest.asl | 1518 /* CopyObject (any, Destination) => DataRefObject */ 1622 /* Index ({str|buf|pkg}, int, Destination) => ObjectReference */ 1934 /* Store (any, Destination) => DataRefObject */
|
D | otest.asl | 3580 /* CopyObject (any, Destination) => DataRefObject */ 3825 /* Index ({str|buf|pkg}, int, Destination) => ObjectReference */ 8710 /* Store (any, Destination) => DataRefObject */
|
/acpica-3.7.0/source/include/platform/ |
D | acefiex.h | 851 VOID *Destination,
|
/acpica-3.7.0/tests/misc/ |
D | grammar.asl | 7075 {"Destination buffer that is longer than the short source buffer"}) 7305 {"Destination buffer that is longer than the short source buffer"}) 7331 {"Destination buffer that is longer than the short source buffer"}) 7411 // Create a Destination Buffer 7447 // Create a Destination Buffer 7483 // Create a Destination Buffer 7519 // Create a Destination Buffer 7555 // Create a Destination Buffer 8303 {"Destination buffer that is longer than the short source buffer"}) 8408 Store (DerefOf (Index (DEST, 3)), Local0) // DEST = "Destination buffer that...
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/roptional/ |
D | roptional.asl | 64 = Index ({str|buf|pkg}, int, Destination) => ObjectReference
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/common/ |
D | rcommon.asl | 139 /* Testing Destination Named Objects */
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/complex/result/tests/rstore/ |
D | rstore.asl | 334 /* through Derefof operator as Destination in Store operator */
|