Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/edk2/Include/IndustryStandard/
DAcpiAml.h25 #define AML_ZERO_OP 0x00 macro
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
Dasloffset.c285 case AML_ZERO_OP: in LsAmlOffsetWalk()
Daslexternal.c629 PredicateOp->Asl.AmlOpcode = AML_ZERO_OP; in ExMoveExternals()
Daslopcodes.c337 Op->Asl.AmlOpcode = AML_ZERO_OP; in OpcSetOptimalIntegerSize()
Daslmap.c566 /* ZERO */ OP_TABLE_ENTRY (AML_ZERO_OP, 0, …
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Damlcode.h159 #define AML_ZERO_OP (UINT16) 0x00 macro
/freebsd-12-stable/sys/contrib/dev/acpica/components/dispatcher/
Ddsobject.c555 case AML_ZERO_OP: in AcpiDsInitObjectFromOp()
Ddsutils.c772 Opcode = AML_ZERO_OP; /* Has no arguments! */ in AcpiDsCreateOperand()
/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
Ddmopcode.c303 case AML_ZERO_OP: in AcpiDmNotifyDescription()
Ddmwalk.c607 if (NextOp->Common.AmlOpcode == AML_ZERO_OP) in AcpiDmDescendingOp()