Home
last modified time | relevance | path

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

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