Home
last modified time | relevance | path

Searched refs:AML_CREATE_FIELD_OP (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmnames.c425 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP) in AcpiDmDisplayPath()
477 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP) in AcpiDmDisplayPath()
H A Ddmdeferred.c233 case AML_CREATE_FIELD_OP: in AcpiDmParseDeferredOps()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsopcode.c277 case AML_CREATE_FIELD_OP: in AcpiDsInitBufferField()
391 if (AmlOpcode == AML_CREATE_FIELD_OP) in AcpiDsInitBufferField()
479 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP) in AcpiDsEvalBufferFieldOperands()
H A Ddsutils.c657 ((WalkState->Opcode == AML_CREATE_FIELD_OP) ? 3 : 2))) in AcpiDsCreateOperand()
H A Ddsfield.c287 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP) in AcpiDsCreateBufferField()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h271 #define AML_CREATE_FIELD_OP (UINT16) 0x5b13 macro
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmrestag.c628 (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)) in AcpiDmCheckResourceReference()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslmap.c296 /* CREATEFIELD */ OP_TABLE_ENTRY (AML_CREATE_FIELD_OP, 0, …
H A Daslxref.c828 case AML_CREATE_FIELD_OP: /* Variable "Length" field, in bits */ in XfNamespaceLocateBegin()
H A Dasloperands.c1220 case AML_CREATE_FIELD_OP: in OpnAttachNameToNode()