Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h20 #define AML_ZERO_OP 0x00 macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloffset.c285 case AML_ZERO_OP: in LsAmlOffsetWalk()
H A Daslexternal.c587 PredicateOp->Asl.AmlOpcode = AML_ZERO_OP; in ExMoveExternals()
H A Daslopcodes.c337 Op->Asl.AmlOpcode = AML_ZERO_OP; in OpcSetOptimalIntegerSize()
H A Daslmap.c565 /* ZERO */ OP_TABLE_ENTRY (AML_ZERO_OP, 0, …
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h159 #define AML_ZERO_OP (UINT16) 0x00 macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c558 case AML_ZERO_OP: in AcpiDsInitObjectFromOp()
H A Ddsutils.c776 Opcode = AML_ZERO_OP; /* Has no arguments! */ in AcpiDsCreateOperand()
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmopcode.c303 case AML_ZERO_OP: in AcpiDmNotifyDescription()
H A Ddmwalk.c607 if (NextOp->Common.AmlOpcode == AML_ZERO_OP) in AcpiDmDescendingOp()