Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/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.c374 if (Op->Asl.AmlOpcode != AML_FIELD_OP) in AcpiDmResourceTemplate()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddswload2.c255 case AML_FIELD_OP: in AcpiDsLoad2BeginOp()
648 case AML_FIELD_OP: in AcpiDsLoad2EndOp()
H A Ddswload.c592 if (WalkState->Opcode == AML_FIELD_OP || in AcpiDsLoad1EndOp()
H A Ddsfield.c721 case AML_FIELD_OP: in AcpiDsInitFieldObjects()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpstree.c445 case AML_FIELD_OP: in AcpiPsGetChild()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslload.c284 case AML_FIELD_OP: in LdLoadFieldElements()
494 case AML_FIELD_OP: in LdNamespace1Begin()
H A Dasllisting.c650 case AML_FIELD_OP: in LsWriteNodeToListing()
H A Daslmap.c336 /* FIELD */ OP_TABLE_ENTRY (AML_FIELD_OP, 0, …
H A Dasloperands.c1227 case AML_FIELD_OP: in OpnAttachNameToNode()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h289 #define AML_FIELD_OP (UINT16) 0x5b81 macro