Home
last modified time | relevance | path

Searched refs:IndexOp (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/common/
A Ddmrestag.c442 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmCheckResourceReference() local
470 IndexOp = BufferNameOp->Common.Next; in AcpiDmCheckResourceReference()
474 IndexOp->Common.Node = NULL; in AcpiDmCheckResourceReference()
476 OpInfo = AcpiPsGetOpcodeInfo (IndexOp->Common.AmlOpcode); in AcpiDmCheckResourceReference()
489 BitIndex = (UINT32) IndexOp->Common.Value.Integer; in AcpiDmCheckResourceReference()
495 BitIndex = (UINT32) ACPI_MUL_8 (IndexOp->Common.Value.Integer); in AcpiDmCheckResourceReference()
526 AcpiGetTagPathname (IndexOp, BufferNode, ResourceNode, BitIndex); in AcpiDmCheckResourceReference()
597 ACPI_PARSE_OBJECT *IndexOp, in AcpiGetTagPathname() argument
690 AcpiPsInitOp (IndexOp, AML_INT_NAMEPATH_OP); in AcpiGetTagPathname()
691 IndexOp->Common.Value.String = InternalPath; in AcpiGetTagPathname()
[all …]
/third_party/lib/acpica/source/components/disassembler/
A Ddmopcode.c375 ACPI_PARSE_OBJECT *IndexOp; in AcpiDmFieldPredefinedDescription() local
406 IndexOp = Op->Common.Value.Arg; in AcpiDmFieldPredefinedDescription()
407 IndexOp = IndexOp->Common.Next; in AcpiDmFieldPredefinedDescription()
411 if (IndexOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmFieldPredefinedDescription()
418 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node); in AcpiDmFieldPredefinedDescription()
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl6390 // Tests copying string into buffer then performing IndexOp on result.
6400 // and performing an IndexOp on the resulting buffer.
6465 // test IndexOp.asl
6589 Store ("++++++++ IndexOp Test", Debug)
6796 // Additional IndexOp test cases to support ACPICMB (control method battery
6798 // an IndexOp target and validating that changing source and destination
7733 // MatchOp, DerefOfOp, and IndexOp of nested packages.
8067 // Additional IndexOp test cases to support ACPICMB (control method battery

Completed in 19 milliseconds