Home
last modified time | relevance | path

Searched refs:AML_FIELD_OP (Results 1 – 12 of 12) sorted by relevance

/acpica-latest/source/components/disassembler/
Ddmwalk.c388 case AML_FIELD_OP: in AcpiDmBlockType()
476 case AML_FIELD_OP: in AcpiDmListType()
880 case AML_FIELD_OP: in AcpiDmDescendingOp()
Ddmresrc.c375 if (Op->Asl.AmlOpcode != AML_FIELD_OP) in AcpiDmResourceTemplate()
/acpica-latest/source/components/dispatcher/
Ddswload2.c258 case AML_FIELD_OP: in AcpiDsLoad2BeginOp()
666 case AML_FIELD_OP: in AcpiDsLoad2EndOp()
Ddswload.c609 if (WalkState->Opcode == AML_FIELD_OP || in AcpiDsLoad1EndOp()
Ddsfield.c761 case AML_FIELD_OP: in AcpiDsInitFieldObjects()
/acpica-latest/source/components/parser/
Dpstree.c445 case AML_FIELD_OP: in AcpiPsGetChild()
/acpica-latest/source/compiler/
Daslload.c317 case AML_FIELD_OP: in LdLoadFieldElements()
545 case AML_FIELD_OP: in LdNamespace1Begin()
Dasllisting.c651 case AML_FIELD_OP: in LsWriteNodeToListing()
Daslmethod.c801 if ((OpInfo->Class == AML_CLASS_NAMED_OBJECT) && (Op->Asl.AmlOpcode != AML_FIELD_OP)) in MtCheckNamedObjectInMethod()
Daslmap.c337 /* FIELD */ OP_TABLE_ENTRY (AML_FIELD_OP, 0, …
Dasloperands.c1289 case AML_FIELD_OP: in OpnAttachNameToNode()
/acpica-latest/source/include/
Damlcode.h289 #define AML_FIELD_OP (UINT16) 0x5b81 macro